Checks whether the reading of users has issues, such as noticeable pronunciation errors or background noise. After the audio is checked on the cloud, the qualified audio is temporarily stored on the cloud for subsequent training. Do not skip this step.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:DetectAudioForCustomizedVoiceJob |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VoiceId |
string |
Yes |
The voice ID. |
xiaozhuan |
| RecordUrl |
string |
Yes |
The URL of the recording file. Note
: The URL must be an Object Storage Service (OSS) URL within your Alibaba Cloud account. The OSS bucket must be in the same region in which IMS is activated. Note
: The audio file must be in the WAV or PCM format and must be a 16-bit mono audio file at 48000 Hz. |
https://your-bucket.oss-cn-hangzhou.aliyuncs.com/record1.wav |
| AudioRecordId |
integer |
Yes |
The sequence number of the recording file. |
1 |
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 false |
true |
| Data |
object |
The data returned. |
|
| Pass |
boolean |
Indicates whether the audio file passes the check. Valid values:
|
false |
| Reason |
string |
The reason returned if the audio file failed to pass the check. |
Pronunciation error, please accurately read the content in the script |
Examples
Success response
JSON format
{
"RequestId": "******11-DB8D-4A9A-875B-275798******",
"Success": true,
"Data": {
"Pass": false,
"Reason": "Pronunciation error, please accurately read the content in the script"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.