TranscriptionAttributes

@Serializable
data class TranscriptionAttributes(val lkSegmentID: String? = null, val lkTranscribedTrackID: String? = null, val lkTranscriptionFinal: Boolean? = null)

Schema for transcription-related attributes

Constructors

Link copied to clipboard
constructor(lkSegmentID: String? = null, lkTranscribedTrackID: String? = null, lkTranscriptionFinal: Boolean? = null)

Properties

Link copied to clipboard
val lkSegmentID: String? = null

The segment id of the transcription

Link copied to clipboard

The associated track id of the transcription

Link copied to clipboard

Whether the transcription is final