All Products
Search
Document Center

ApsaraVideo VOD:GetMediaAuditResultTimeline

Last Updated:Jul 21, 2026

Mengambil stempel waktu semua tangkapan layar yang mengandung pelanggaran.

Deskripsi operasi

Catatan

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

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

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

  • sexy

  • normal

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

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

  • bloody

  • explosion

  • outfit

  • logo

  • weapon

  • politics

  • violence

  • crowd

  • parade

  • carcrash

  • flag

  • location

  • others

normal

object

Score

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

Timestamp

string

The timestamp of the snapshot in the video. Unit: milliseconds.

13

Label

string

The category of the review result. Valid values:

  • normal: normal content.

  • TV: controlled TV station logo.

  • trademark: trademark.

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

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:

  • 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.

smoking

Ad

array<object>

Koleksi linimasa deteksi iklan.

object

Score

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

Timestamp

string

The timestamp of the snapshot in the video. Unit: milliseconds.

10

Label

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: abuse in text.

  • terrorism: terrorist content in text.

  • contraband: prohibited content in text.

  • spam: spam content.

  • npx: illegal ad.

  • qrcode: QR code.

  • programCode: mini program code.

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.