Queries the text to be read and sample audio for training a personalized human voice.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetDemonstrationForCustomizedVoiceJob |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Scenario |
string |
Yes |
The demonstration scenario. Valid values:
|
story |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
******11-DB8D-4A9A-875B-275798****** |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| Data |
object |
The data returned. |
|
| DemonstrationList |
array<object> |
A list of 20 text entries to be read and the corresponding sample audio. |
|
|
object |
|||
| DemoAudio |
string |
The URL of the sample audio.
|
http://bucket.oss-cn-shanghai.aliyuncs.com/1.wav |
| Text |
string |
The text content to be read. |
Not possible,He thought for a moment,I can't say this to the king,This is lying. |
| AudioId |
integer |
The sequence number of the text, which corresponds to the AduioRecordId parameter to be passed during audio check. |
2 |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Success": true,
"Data": {
"DemonstrationList": [
{
"DemoAudio": "http://bucket.oss-cn-shanghai.aliyuncs.com/1.wav",
"Text": "Not possible,He thought for a moment,I can't say this to the king,This is lying.",
"AudioId": 2
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.