factory Latin.fromJson(Map<String, dynamic> json) => Latin( confidence: json["confidence"], text: json["text"], );