Retrieves the timestamps of all screenshots that contain violations.
Operation description
By default, only screenshot details for violations and suspected violations are returned. No results are returned for compliant videos and images.
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:GetMediaAuditResultTimeline |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MediaId |
string |
Yes |
The video ID. |
93ab850b4f6f*****54b6e91d24d81d4 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The request ID. |
6438BD76-D523-46FC-956F-**** |
| MediaAuditResultTimeline |
object |
The collection of automated review result timelines. |
|
| Porn |
array<object> |
The collection of pornography detection timelines. |
|
|
object |
|||
| Score |
string |
The score of the video snapshot in the pornographic content review result. Valid values: |
100.00 |
| Timestamp |
string |
The timestamp of the snapshot in the video. Unit: milliseconds. |
3005 |
| Label |
string |
The category of the review result. Valid values:
|
porn |
| Terrorism |
array<object> |
The collection of terrorism detection timelines. |
|
|
object |
|||
| Score |
string |
The score of the video snapshot in the terrorist content review result. Valid values: |
100.00 |
| Timestamp |
string |
The timestamp of the snapshot in the video. Unit: milliseconds. |
3005 |
| Label |
string |
The category of the review result. Valid values:
|
normal |
| Logo |
array<object> |
The collection of logo detection timelines. |
|
|
object |
|||
| Score |
string |
The score of the video snapshot in the logo review result. Valid values: |
100 |
| Timestamp |
string |
The timestamp of the snapshot in the video. Unit: milliseconds. |
13 |
| Label |
string |
The category of the review result. Valid values:
|
logo |
| Live |
array<object> |
The collection of undesirable scene timelines. |
|
|
object |
|||
| Score |
string |
The score of the video snapshot in the undesirable content review result. Valid values: |
100 |
| Timestamp |
string |
The timestamp of the snapshot in the video. Unit: milliseconds. |
12 |
| Label |
string |
The categories of undesired content review results. Valid values:
|
pip |
| Ad |
array<object> |
The collection of advertisement detection timelines. |
|
|
object |
|||
| Score |
string |
The score of the video snapshot in the ad review result. Valid values: |
100 |
| Timestamp |
string |
The timestamp of the snapshot in the video. Unit: milliseconds. |
10 |
| Label |
string |
The category of the review result. Valid values:
|
ad |
Examples
Success response
JSON format
{
"RequestId": "6438BD76-D523-46FC-956F-****",
"MediaAuditResultTimeline": {
"Porn": [
{
"Score": "100.00",
"Timestamp": "3005",
"Label": "porn"
}
],
"Terrorism": [
{
"Score": "100.00",
"Timestamp": "3005",
"Label": "normal"
}
],
"Logo": [
{
"Score": "100",
"Timestamp": "13",
"Label": "logo"
}
],
"Live": [
{
"Score": "100",
"Timestamp": "12",
"Label": "pip"
}
],
"Ad": [
{
"Score": "100",
"Timestamp": "10",
"Label": "ad"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.