factory EntityRecognizerAnnotations.fromJson(Map<String, dynamic> json) { return EntityRecognizerAnnotations( s3Uri: json['S3Uri'] as String, ); }