You can call this operation to retrieve the details of an audio audit.
Operation description
Usage notes
This operation is supported only in the Singapore region.
After the automated review is complete, if you have configured event notifications for Automated review complete, a message callback is sent to the specified URL. You can then call this operation to query the details of the audio audit result.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:GetMediaAuditAudioResultDetail |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MediaId |
string |
Yes |
The audio ID. You can query the audio ID in the video-on-demand console or obtain the audio ID from the response to a call of the SearchMedia operation. |
93ab850b4f6f*****54b6e91d24d81d4 |
| PageNo |
integer |
No |
The page number. This parameter is optional. If you leave this parameter empty, all results are returned without paging. |
1 |
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
The data returned. |
||
| RequestId |
string |
The request ID. |
CB7D7232-1AB2-40FE-B8D3-**** |
| MediaAuditAudioResultDetail |
object |
The audit result. |
|
| Total |
integer |
The total number of pages. |
10 |
| PageTotal |
integer |
The current page number. |
1 |
| List |
array<object> |
The list of results. |
|
|
object |
|||
| EndTime |
integer |
The end time of the problematic audio segment. Unit: seconds. |
10 |
| StartTime |
integer |
The start time of the problematic audio segment. Unit: seconds. |
8 |
| Text |
string |
The text content that corresponds to the audio. |
beauty |
| Label |
string |
The category of the audio audit result. Valid values:
|
abuse |
Examples
Success response
JSON format
{
"RequestId": "CB7D7232-1AB2-40FE-B8D3-****",
"MediaAuditAudioResultDetail": {
"Total": 10,
"PageTotal": 1,
"List": [
{
"EndTime": 10,
"StartTime": 8,
"Text": "beauty",
"Label": "abuse"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.