Mengkueri detail hasil peninjauan otomatis. Anda dapat memanggil operasi ini untuk mengkueri detail hasil peninjauan secara real time.
Deskripsi operasi
Secara default, hanya detail snapshot yang melanggar regulasi konten dan berpotensi melanggar regulasi konten yang dikembalikan.
ApsaraVideo VOD menyimpan snapshot dalam hasil peninjauan otomatis secara gratis selama dua minggu. Setelah periode ini, snapshot dihapus secara otomatis.
Operasi ini hanya tersedia di region Singapura.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:GetMediaAuditResultDetail |
get |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| MediaId |
string |
Yes |
ID video. |
93ab850b4f6f*****54b6e91d24d81d4 |
| PageNo |
integer |
Yes |
Nomor halaman. Nilai default adalah 1. Maksimum 20 rekaman dapat dikembalikan pada setiap halaman. |
1 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter respons. |
||
| RequestId |
string |
ID permintaan. |
6438BD76-D523-46FC-956F-**** |
| MediaAuditResultDetail |
object |
Detail tentang hasil peninjauan. |
|
| Total |
integer |
Jumlah total snapshot yang dikembalikan. |
2 |
| List |
array<object> |
Hasil peninjauan yang dikembalikan. |
|
|
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 |
Contoh
Respons sukses
JSONformat
{
"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"
}
]
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.