TranscriptionStatus

@Serializable
data class TranscriptionStatus(val transcriptId: String? = null, val language: String? = null, val tier: String? = null, val model: String? = null, val startedBy: ParticipantId? = null)

Constructors

Link copied to clipboard
constructor(transcriptId: String? = null, language: String? = null, tier: String? = null, model: String? = null, startedBy: ParticipantId? = null)

Properties

Link copied to clipboard
val language: String? = null

The language, specified as a BCP-47 language tag.

Link copied to clipboard
val model: String? = null

The Deepgram model name.

Link copied to clipboard

The participant who started the transcription.

Link copied to clipboard
val tier: String? = null

The Deepgram model tier.

Link copied to clipboard
val transcriptId: String? = null

The identifier of the transcription.