Realtime Stt Event
Event emitted by a RealtimeSttSession.
Inheritors
Types
Link copied to clipboard
data class CommittedTranscript(val text: String, val words: List<TranscriptionWord> = emptyList(), val languageCode: String? = null) : RealtimeSttEvent
A transcript segment produced after an audio commit.
Link copied to clipboard
data class FinalTranscript(val text: String, val words: List<TranscriptionWord> = emptyList(), val languageCode: String? = null) : RealtimeSttEvent
A finalized transcript segment that has not necessarily been committed.
Link copied to clipboard
A provisional transcript that may be replaced by later events.
Link copied to clipboard
The server accepted the connection and assigned sessionId.
Link copied to clipboard
A forward-compatible server event not recognized by this SDK version.