ServerEventConversationItemInputAudioTranscriptionDelta interface

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

Extends

Properties

contentIndex

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

delta

The text delta.

itemId

The ID of the item.

logprobs

The log probabilities of the transcription.

type

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

Inherited Properties

eventId

Property Details

contentIndex

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

contentIndex?: number

Property Value

number

delta

The text delta.

delta?: string

Property Value

string

itemId

The ID of the item.

itemId: string

Property Value

string

logprobs

The log probabilities of the transcription.

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"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ServerEvent.eventId