Queries a list of personalized human voices.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListCustomizedVoices |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Type |
string |
No |
|
Standard |
| PageNo |
integer |
No |
The page number. Default value: 1. |
1 |
| PageSize |
integer |
No |
The number of entries per page. Default value: 10. Valid values: 1 to 100. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| Data |
object |
The data returned. |
|
| CustomizedVoiceList |
array<object> |
The queried personalized human voices. |
|
|
object |
The personalized human voice. |
||
| VoiceId |
string |
The voice ID. |
xiaozhuan |
| VoiceName |
string |
The voice name. |
Xiao Zhuan |
| VoiceDesc |
string |
The voice description. |
This is a personalized voice specialist |
| Gender |
string |
The gender. Valid values:
|
male |
| Scenario |
string |
The scenario. Valid values:
|
story |
| DemoAudioMediaId |
string |
The media asset ID of the sample audio file. |
****4d5e829d498aaf966b119348**** |
| Type |
string |
|
Standard |
| TotalCount |
integer |
The total number of entries returned. |
41 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Data": {
"CustomizedVoiceList": [
{
"VoiceId": "xiaozhuan",
"VoiceName": "Specialist",
"VoiceDesc": "This is a personalized voice specialist",
"Gender": "male",
"Scenario": "story",
"DemoAudioMediaId": "****4d5e829d498aaf966b119348****",
"Type": "Standard"
}
],
"TotalCount": 41
},
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.