语音转文本
将输入的音频内容,转为文本输出。
Last updated
将输入的音频内容,转为文本输出。
Last updated
字段 | 类型 | 描述 |
---|---|---|
字段 | 类型 | 必填 | 描述 |
---|---|---|---|
字段 | 类型 | 描述 |
---|---|---|
字段 | 类型 | 描述 |
---|---|---|
Code | Message |
---|---|
Authorization
Bearer ${token}
使用Authorization: Bearer ${token}
进行调用验证,请在API密钥页面获取密钥作为token
。
Content-Type
application/json
数据类型,取值为application/json
。
file
multipart/form-data
是
语音文件,最多25 MB,支持的文件格式:mp3
text
string
识别的文本内容。
code
int
错误码。
message
string
错误详情。
40000
参数错误
40107
凭据已过期
40127
开发者鉴权失败
40325
文件类型无效,仅支持‘m4a’,‘mp3’,‘webm’,‘mp4’,‘mpga’,‘wav’,‘mpeg’
50000
系统内部错误