Retrieves the details of automated review results. You can call this operation to query the details of review results in real time.
Operation description
-
By default, only the review screenshot details of violating and suspected violating content are returned. No results are returned for compliant videos and images.
-
The image resources of review results are retained in the free storage provided by ApsaraVideo VOD for only 2 weeks. After 2 weeks, the images are automatically deleted.
-
This operation is supported only in the Singapore region.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:GetMediaAuditResultDetail |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MediaId |
string |
Yes |
The video ID. |
93ab850b4f6f*****54b6e91d24d81d4 |
| PageNo |
integer |
Yes |
The page number of the video content review results. Default value: 1. A maximum of 20 records are returned per page. |
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response data. |
||
| RequestId |
string |
The request ID. |
6438BD76-D523-46FC-956F-**** |
| MediaAuditResultDetail |
object |
The details of the review results. |
|
| Total |
integer |
The total number of video review result screenshots. |
2 |
| List |
array<object> |
The list of video review result details. |
|
|
object |
|||
| TerrorismScore |
string |
The score of the video snapshot in the terrorist content review result. Valid values: |
100.00 |
| AdLabel |
string |
The category of the review result. Valid values:
|
normal |
| PornLabel |
string |
The category of the review result. Valid values:
|
normal |
| PornScore |
string |
The score of the video snapshot in the pornographic content review result. Valid values: |
100.00 |
| LiveLabel |
string |
The category of the review result. Valid values:
|
normal |
| Url |
string |
The URL of the video snapshot. |
http://temp-testbucket.oss-cn-shanghai.aliyuncs.com/aivideocensor/****.jpg |
| Timestamp |
string |
The timestamp of the snapshot in the video. Unit: milliseconds. |
3005 |
| AdScore |
string |
The score of the video snapshot in the ad review result. Valid values: |
100 |
| LiveScore |
string |
The score of the video snapshot in the undesirable content review result. Valid values: |
100 |
| LogoScore |
string |
The score of the video snapshot in the logo review result. Valid values: |
100 |
| LogoLabel |
string |
The category of the review result. Valid values:
|
normal |
| TerrorismLabel |
string |
The category of the review result. Valid values:
|
normal |
Examples
Success response
JSON format
{
"RequestId": "6438BD76-D523-46FC-956F-****",
"MediaAuditResultDetail": {
"Total": 2,
"List": [
{
"TerrorismScore": "100.00",
"AdLabel": "normal",
"PornLabel": "normal",
"PornScore": "100.00",
"LiveLabel": "normal",
"Url": "http://temp-testbucket.oss-cn-shanghai.aliyuncs.com/aivideocensor/****.jpg",
"Timestamp": "3005",
"AdScore": "100",
"LiveScore": "100",
"LogoScore": "100",
"LogoLabel": "normal",
"TerrorismLabel": "normal"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.