conversation.item.input_audio_transcription.failed
开发中wss://api.openai.com/v1/realtime
Returned when input audio transcription is configured, and a transcription request for a user message failed.
请求参数
Query 参数
event_id
string
可选
The unique ID of the server event.
示例值:
event_2324
type
array[string]
可选
The event type, must be "conversation.item.input_audio_transcription.completed".
示例值:
["conversation.item.input_audio_transcription.failed"]
item_id
string
可选
The ID of the user message item.
示例值:
msg_003
content_index
integer
可选
The index of the content part containing the audio.
示例值:
0
error
string
可选
object类型,以为其中参数,
type1
string
可选
为type,The type of error.
示例值:
"transcription_error
code
string
可选
Error code, if any.
示例值:
audio_unintelligible
message
string
可选
A human-readable error message.
示例值:
The audio could not be transcribed.
param
string
可选
Parameter related to the error, if any.
示例值:
null
Header 参数
Authorization
string
可选
示例值:
Bearer YOUR_API_KEY
OpenAI-Beta
string
可选
示例值:
realtime=v1
最后修改时间: 2 个月前