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