TranscriptionAttributes

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)

Types

Link copied to clipboard
object Companion

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

Functions

Link copied to clipboard
fun toJson(): String