调用该接口获取语料播报声音。
QPS限制
单个阿里云账号调用该接口的每秒请求数(QPS)最大限制为5。
说明 RAM用户共享阿里云账号配额。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetSpeechVoice |
系统规定参数。取值:GetSpeechVoice。 |
调用API时,除了本文介绍的该API的特有请求参数,还需传入公共请求参数。公共请求参数说明,请参见公共参数文档。
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Code | String | iot.speechsolution.NotSigned |
调用失败时,返回的错误码。更多信息,请参见错误码。 |
Data | Array of Items |
返回的语料播报声音列表。 |
|
Items | |||
Label | String | 通用场景 |
声音标签,标注声音的适用场景,例如通用场景、客服场景、童声场景等。 |
Value | String | tongyong |
声音值。 |
VoiceList | Array of Items |
播报声音列表。 |
|
Items | |||
Label | String | 小云,标准女声 |
播报声音标签,标注声音的类型,例如标准男声、标准女声等。 |
Value | String | Xiaoyun |
播报声音值,需要填入Voice参数的API,例如: CreateSpeech、TestSpeech,传入该字段的值。 |
ErrorMessage | String | speech solution has not been signed |
调用失败时,返回的错误码。更多信息,请参见错误码。 |
RequestId | String | F94F72A5-82F0-496F-9AC2-3DBCFF77608A |
阿里云为该请求生成的唯一标识符。 |
Success | Boolean | true |
是否调用成功。
|
示例
请求示例
http(s)://iot.cn-shanghai.aliyuncs.com/?Action=GetSpeechVoice
&<公共请求参数>
正常返回示例
XML
格式
<GetSpeechVoiceResponse>
<RequestId>F94F72A5-82F0-496F-9AC2-3DBCFF77608A</RequestId>
<Data>
<Items>
<Label>通用场景</Label>
<Value>tongyong</Value>
<VoiceList>
<Items>
<Label>小云,标准女声</Label>
<Value>Xiaoyun</Value>
</Items>
</VoiceList>
</Items>
</Data>
<Success>true</Success>
</GetSpeechVoiceResponse>
JSON
格式
{
"RequestId": "F94F72A5-82F0-496F-9AC2-3DBCFF77608A",
"Data": {
"Items": {
"Label": "通用场景",
"Value": "tongyong",
"VoiceList": {
"Items": {
"Label": "小云,标准女声",
"Value": "Xiaoyun"
}
}
}
},
"Success": true
}
错误码
访问错误中心查看更多错误码。