Contains the list of transcription entries and whether
transcription is currently active.
Like recording, transcription is asynchronous - when startTranscription() is called,
the transcription doesn't start immediately. Use isTranscriptionStarting to show
a loading indicator.
Transcription state for real-time speech-to-text.
Remarks
Contains the list of transcription entries and whether transcription is currently active.
Like recording, transcription is asynchronous - when
startTranscription()is called, the transcription doesn't start immediately. UseisTranscriptionStartingto show a loading indicator.Example
Transcription panel with loading state:
See