data class TranscriptResult
<init> |
TranscriptResult(resultId: String, channelId: String, isPartial: Boolean, startTimeMs: Long, endTimeMs: Long, alternatives: Array<TranscriptAlternative>, languageCode: String?, languageIdentification: Array<TranscriptLanguageWithScore>?) |
alternatives |
val alternatives: Array<TranscriptAlternative> |
channelId |
val channelId: String |
endTimeMs |
val endTimeMs: Long |
isPartial |
val isPartial: Boolean |
languageCode |
val languageCode: String? |
languageIdentification |
val languageIdentification: Array<TranscriptLanguageWithScore>? |
resultId |
val resultId: String |
startTimeMs |
val startTimeMs: Long |
equals |
fun equals(other: Any?): Boolean |
hashCode |
fun hashCode(): Int |