Emitted when there is an additional text delta. This is also the first event emitted when the transcription starts. Only emitted when you create a transcription with the Stream
parameter set to true
.
Hide attributes Show attributes
-
The type of the event. Always
transcript.text.delta
.Value is
transcript.text.delta
. -
The text delta that was additionally transcribed.
-
The log probabilities of the delta. Only included if you create a transcription with the
include[]
parameter set tologprobs
.A log probability object.
Emitted when the transcription is complete. Contains the complete transcription text. Only emitted when you create a transcription with the Stream
parameter set to true
.
Hide attributes Show attributes
-
The type of the event. Always
transcript.text.done
.Value is
transcript.text.done
. -
The text that was transcribed.
-
The log probabilities of the individual tokens in the transcription. Only included if you create a transcription with the
include[]
parameter set tologprobs
.A log probability object.