conversation.item.input_audio_transcription.completed
开发中wss://api.openai.com/v1/realtime
Returned when input audio transcription is enabled and a transcription succeeds.
请求参数
Query 参数
event_id
string
可选
The unique ID of the server event.
示例值:
event_2122
type
string
可选
The event type, must be "conversation.item.input_audio_transcription.completed".
示例值:
conversation.item.input_audio_transcription.completed
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
transcript
string
可选
The transcribed text.
示例值:
Hello, how are you?
Header 参数
Authorization
string
可选
示例值:
Bearer YOUR_API_KEY
OpenAI-Beta
string
可选
示例值:
realtime=v1
最后修改时间: 2 个月前