ServerEventConversationItemInputAudioTranscriptionFailed interface

Returned when input audio transcription is configured, and a transcription request for a user message failed. These events are separate from other error events so that the client can identify the related Item.

Extends

Properties

contentIndex

The index of the content part containing the audio.

error

Details of the transcription error.

itemId

The ID of the user message item.

type

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

Inherited Properties

eventId

Property Details

contentIndex

The index of the content part containing the audio.

contentIndex: number

Property Value

number

error

Details of the transcription error.

error: VoiceLiveErrorDetails

Property Value

itemId

The ID of the user message item.

itemId: string

Property Value

string

type

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

type: "conversation.item.input_audio_transcription.failed"

Property Value

"conversation.item.input_audio_transcription.failed"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ServerEvent.eventId