data class TranscriptItem
<init> |
TranscriptItem(type: TranscriptItemType, startTimeMs: Long, endTimeMs: Long, attendee: AttendeeInfo, content: String, vocabularyFilterMatch: Boolean, confidence: Double?, stable: Boolean?) |
attendee |
val attendee: AttendeeInfo |
confidence |
val confidence: Double? |
content |
val content: String |
endTimeMs |
val endTimeMs: Long |
stable |
val stable: Boolean? |
startTimeMs |
val startTimeMs: Long |
type |
val type: TranscriptItemType |
vocabularyFilterMatch |
val vocabularyFilterMatch: Boolean |