Partial transcripts provide a low-latency streaming transcription as words are spoken, offering immediate insights before the final, high-accuracy transcript is ready. To enable partial transcripts, add theDocumentation Index
Fetch the complete documentation index at: https://docs.gladia.io/llms.txt
Use this file to discover all available pages before exploring further.
receive_partial_transcripts property to the messages_config object:
Partial transcripts accuracy deteriorates when multiple languages and/or code switching are enabled. For best results, limit the number of languages.
receive_partial_transcripts is true, the real-time API will send transcript messages for both intermediate and final results.
To distinguish between them, the message payload includes the is_final boolean field.
"is_final": false: The message contains a partial transcript, which is subject to change."is_final": true: The message contains the final, most accurate transcript for an utterance. This transcript will not change.
data.id.