data class TranscriptLanguageWithScore
TranscriptLanguageWithScore(languageCode: String, score: Double)
val languageCode: String
val score: Double