amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo / TranscriptItem

TranscriptItem

data class TranscriptItem

Constructors

<init>

TranscriptItem(type: TranscriptItemType, startTimeMs: Long, endTimeMs: Long, attendee: AttendeeInfo, content: String, vocabularyFilterMatch: Boolean, confidence: Double?, stable: Boolean?)

Properties

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