Queries a list of human voice cloning jobs.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:ListCustomizedVoiceJobs |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| 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 |
| Type |
string |
No |
The type of the human voice cloning job. Valid values:
Note
: If you do not specify this parameter, the default value Basic is used. |
Standard |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
******3B-0E1A-586A-AC29-742247****** |
| Data |
object |
The data returned. |
|
| CustomizedVoiceJobList |
array<object> |
The queried human voice cloning jobs. |
|
|
object |
The queried human voice cloning job. |
||
| JobId |
string |
The ID of the human voice cloning job. |
2245ab99a7fd4116a4fd3f499b7a56c5 |
| VoiceId |
string |
The voice ID. |
xiaozhuan |
| Status |
string |
The job state. Valid values:
|
Success |
| Message |
string |
The returned message. |
Training Success |
| VoiceName |
string |
The voice name.
|
Xiao Zhuan |
| VoiceDesc |
string |
The voice description.
|
This is the voice'sDescription |
| Type |
string |
|
Standard |
| Gender |
string |
The gender. Valid values:
|
female |
| Scenario |
string |
The scenario. Valid values:
|
story |
| CreateTime |
string |
|
2023-04-01T06:23:59Z |
| GmtCreate |
string |
The time when the job was created. |
2022-06-27T02:42:28Z |
| TotalCount |
integer |
The total number of entries returned. |
271 |
| Success |
boolean |
Indicates whether the request was successful. Valid values: true false |
true |
Examples
Success response
JSON format
{
"RequestId": "******3B-0E1A-586A-AC29-742247******",
"Data": {
"CustomizedVoiceJobList": [
{
"JobId": "2245ab99a7fd4116a4fd3f499b7a56c5",
"VoiceId": "xiaozhuan",
"Status": "Success",
"Message": "Training successful",
"VoiceName": "Specialist",
"VoiceDesc": "This is the voice'sDescription",
"Type": "Standard",
"Gender": "female",
"Scenario": "story",
"CreateTime": "2023-04-01T06:23:59Z",
"GmtCreate": "2022-06-27T02:42:28Z"
}
],
"TotalCount": 271
},
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.