TranscriptItem
data class TranscriptItem(val type: TranscriptItemType, val startTimeMs: Long, val endTimeMs: Long, val attendee: AttendeeInfo, val content: String, val vocabularyFilterMatch: Boolean, val confidence: Double?, val stable: Boolean?)
Constructors
Link copied to clipboard
constructor(type: TranscriptItemType, startTimeMs: Long, endTimeMs: Long, attendee: AttendeeInfo, content: String, vocabularyFilterMatch: Boolean, confidence: Double?, stable: Boolean?)