Queries the information about a personalized human voice.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetCustomizedVoice |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VoiceId |
string |
No |
The voice ID. |
xiaozhuan |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
****63E8B7C7-4812-46AD-0FA56029AC86**** |
| Data |
object |
The data returned. |
|
| CustomizedVoice |
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 |
| Gender |
string |
The gender. Valid values:
|
female |
| Scenario |
string |
The demonstration scenario. Valid values:
|
interaction |
| DemoAudioMediaId |
string |
The media asset ID of the sample audio file. |
****42d3c312402982be65975f5b**** |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "****63E8B7C7-4812-46AD-0FA56029AC86****",
"Data": {
"CustomizedVoice": {
"VoiceId": "xiaozhuan",
"VoiceName": "Specialist",
"VoiceDesc": "This is a personalized voice",
"Gender": "female",
"Scenario": "interaction",
"DemoAudioMediaId": "****42d3c312402982be65975f5b****"
}
},
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.