RealtimeServerEventConversationItemInputAudioTranscriptionFailedError interface
model interface RealtimeServerEventConversationItemInputAudioTranscriptionFailedError
Properties
| code | A machine-readable code identifying the input audio transcription failure. |
| message | A description of why input audio transcription failed. |
| param | The request parameter associated with the transcription failure, when applicable. |
| type | The category of error that caused input audio transcription to fail. |
Property Details
code
A machine-readable code identifying the input audio transcription failure.
code?: string
Property Value
string
message
A description of why input audio transcription failed.
message?: string
Property Value
string
param
The request parameter associated with the transcription failure, when applicable.
param?: string
Property Value
string
type
The category of error that caused input audio transcription to fail.
type?: string
Property Value
string