factory BidiGenerateContentTranscription.fromJson(Map<String, dynamic> json) { return BidiGenerateContentTranscription(text: json['text'] ?? ''); }