Emitted when there is a partial transcript of audio.

interface ResponseAudioTranscriptDeltaEvent {
    delta: string;
    type: "response.audio.transcript.delta";
}

Properties

Properties

delta: string

The partial transcript of the audio response.

type: "response.audio.transcript.delta"

The type of the event. Always response.audio.transcript.delta.