All Products
Search
Document Center

ApsaraVideo VOD:GetMediaAuditResultDetail

Last Updated:Jun 10, 2026

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

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tabel berikut menjelaskan otorisasi yang diperlukan untuk memanggil API ini. Anda dapat menentukannya dalam kebijakan Resource Access Management (RAM). Kolom pada tabel dijelaskan sebagai berikut:

  • Action: Aksi yang dapat digunakan dalam elemen Action pada pernyataan kebijakan izin RAM untuk memberikan izin guna melakukan operasi tersebut.

  • API: API yang dapat Anda panggil untuk melakukan aksi tersebut.

  • Access level: Tingkat akses yang telah ditentukan untuk setiap API. Nilai yang valid: create, list, get, update, dan delete.

  • Resource type: Jenis resource yang mendukung otorisasi untuk melakukan aksi tersebut. Ini menunjukkan apakah aksi tersebut mendukung izin tingkat resource. Resource yang ditentukan harus kompatibel dengan aksi tersebut. Jika tidak, kebijakan tersebut tidak akan berlaku.

    • Untuk API dengan izin tingkat resource, jenis resource yang diperlukan ditandai dengan tanda bintang (*). Tentukan Nama Sumber Daya Alibaba Cloud (ARN) yang sesuai dalam elemen Resource pada kebijakan.

    • Untuk API tanpa izin tingkat resource, ditampilkan sebagai All Resources. Gunakan tanda bintang (*) dalam elemen Resource pada kebijakan.

  • Condition key: Kunci kondisi yang didefinisikan oleh layanan. Kunci ini memungkinkan kontrol granular, berlaku baik hanya untuk aksi maupun untuk aksi yang terkait dengan resource tertentu. Selain kunci kondisi spesifik layanan, Alibaba Cloud menyediakan serangkaian common condition keys yang berlaku di semua layanan yang didukung RAM.

  • Dependent action: Aksi dependen yang diperlukan untuk menjalankan aksi tersebut. Untuk menyelesaikan aksi tersebut, pengguna RAM atau role RAM harus memiliki izin untuk melakukan semua aksi dependen.

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: [0,100]. The value is rounded down to 10 decimal places. The score is representative of the confidence.

100.00

AdLabel

string

The category of the review result. Valid values:

  • normal: normal content.

  • ad: other ads.

  • politics: political content in text.

  • porn: pornographic content in text.

  • abuse: verbal abuse in text.

  • terrorism: terrorist content in text.

  • contraband: prohibited content in text.

  • spam: spam content in text.

  • npx: illegal ad

  • qrcode: QR code.

  • programCode: mini program code.

normal

PornLabel

string

The category of the review result. Valid values:

  • normal

  • porn

  • sexy

normal

PornScore

string

The score of the video snapshot in the pornographic content review result. Valid values: [0,100]. The value is rounded down to 10 decimal places. The score is representative of the confidence.

100.00

LiveLabel

string

The category of the review result. Valid values:

  • normal: normal content.

  • meaningless: meaningless content, such as a black or white screen.

  • PIP: picture-in-picture.

  • smoking: smoking.

  • drivelive: live broadcasting in a running vehicle.

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: [0,100]. The value is rounded down to 10 decimal places. The score is representative of the confidence.

100

LiveScore

string

The score of the video snapshot in the undesirable content review result. Valid values: [0,100]. The value is rounded down to 10 decimal places. The score is representative of the confidence.

100

LogoScore

string

The score of the video snapshot in the logo review result. Valid values: [0,100]. The value is rounded down to 10 decimal places. The score is representative of the confidence.

100

LogoLabel

string

The category of the review result. Valid values:

  • normal: normal content.

  • TV: controlled TV station logo.

  • trademark: trademark.

normal

TerrorismLabel

string

The category of the review result. Valid values:

  • normal

  • bloody

  • explosion

  • outfit

  • logo

  • weapon

  • politics

  • violence

  • crowd

  • parade

  • carcrash

  • flag

  • location

  • others

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.