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