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