RealtimeServerEventConversationItemInputAudioTranscriptionDelta interface

Returned when the text value of an input audio transcription content part is updated with incremental transcription results.

Extends

Properties

content_index

The index of the content part in the item's content array.

delta

The text delta.

event_id

The unique ID of the server event.

item_id

The ID of the item containing the audio that is being transcribed.

logprobs

Token log probabilities for this incremental transcription result, when available.

type

The event type, must be conversation.item.input_audio_transcription.delta.

Property Details

content_index

The index of the content part in the item's content array.

content_index?: number

Property Value

number

delta

The text delta.

delta?: string

Property Value

string

event_id

The unique ID of the server event.

event_id: string

Property Value

string

item_id

The ID of the item containing the audio that is being transcribed.

item_id: string

Property Value

string

logprobs

Token log probabilities for this incremental transcription result, when available.

logprobs?: LogProbProperties[]

Property Value

type

The event type, must be conversation.item.input_audio_transcription.delta.

type: "conversation.item.input_audio_transcription.delta"

Property Value

"conversation.item.input_audio_transcription.delta"