TranscriptionStatus

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

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
val startedBy: ParticipantId? = null

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.