Skip to main content
Represents a streamed chunk returned when streaming the audio transcriptions API, based on the provided input.
enum<string>
required
The event type.Available options: transcript.text.delta, transcript.text.done
string | null
The incremental transcript text.
string | null
The transcribed text.
object | null
Last modified on July 10, 2026