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
| content |
The index of the content part containing the audio. |
| error | Details of the transcription error. |
| item |
The ID of the user message item. |
| type | The event type, must be
|
Inherited Properties
| event |
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"