Mengambil stempel waktu semua tangkapan layar yang mengandung pelanggaran.
Deskripsi operasi
Secara default, hanya detail tangkapan layar untuk pelanggaran dan dugaan pelanggaran yang dikembalikan. Tidak ada hasil yang dikembalikan untuk video dan image yang sesuai.
Operasi ini hanya didukung di wilayah Singapura.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:GetMediaAuditResultTimeline |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| MediaId |
string |
Yes |
ID video. |
93ab850b4f6f*****54b6e91d24d81d4 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Data yang dikembalikan. |
||
| RequestId |
string |
ID permintaan. |
6438BD76-D523-46FC-956F-**** |
| MediaAuditResultTimeline |
object |
Koleksi linimasa hasil tinjauan otomatis. |
|
| Porn |
array<object> |
Koleksi linimasa deteksi pornografi. |
|
|
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> |
Koleksi linimasa deteksi terorisme. |
|
|
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> |
Koleksi linimasa deteksi logo. |
|
|
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:
|
normal |
| Live |
array<object> |
Koleksi linimasa adegan yang tidak diinginkan. |
|
|
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:
|
smoking |
| Ad |
array<object> |
Koleksi linimasa deteksi iklan. |
|
|
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 |
Contoh
Respons sukses
JSONformat
{
"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": "normal"
}
],
"Live": [
{
"Score": "100",
"Timestamp": "12",
"Label": "smoking"
}
],
"Ad": [
{
"Score": "100",
"Timestamp": "10",
"Label": "ad"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.