Automated review

更新时间:
复制 MD 格式

The automated review service for VOD media processing allows you to moderate media assets by detecting pornography, terrorism and political content, text and image violations, logo recognition, undesirable scenes, and voice content violations. This topic describes each review type and how to use them.

Automated review types

Automated review accurately identifies risky or non-compliant content in video, audio, and image files. The automated review feature for VOD media processing currently supports the following six review types:

Type

Description

Pornography

Detects pornographic or sexually suggestive content.

Terrorism and political content

Detects terrorism-related or politically sensitive content.

Text and image violations

Detects non-compliant text and images, including advertisements.

Logo recognition

Detects logos, such as TV station icons and trademarks.

Undesirable scenes

Detects undesirable scenes, such as black screens, pillarboxing or letterboxing, dim lighting, Picture-in-Picture (PiP), smoking, and in-car streaming.

Voice content violations

Detects voice spam, such as advertisements, political content, or terrorism-related speech.

Create an automated review template

Console

  1. Log on to the Intelligent Media Service console.

  2. In the upper-left corner, select a region.

  3. In the left-side navigation pane, choose Media Convert > Template Management.

  4. On the Content Moderation tab, create an automated review template.

    Parameter

    Description

    Template name

    Enter a name for the automated review template.

    File type

    Select the file type to review: Video, Image, or Audio.

    Review type

    Select the review types. Supported types include Porn, Terrorism, Ad Violation, Logo Detection, Undesirable Scene, and Audio Violation.

    Review scope

    Select the scope of the review. Options include Thumbnail, Title, Screen, and Audio.

API

Call the CreateCustomTemplate operation and set the Type parameter based on your requirements to create a custom template.

Create an automated review job

Console

  1. Log on to the Intelligent Media Service console.

  2. In the upper-left corner, select a region.

  3. In the left-side navigation pane, choose Media Asset Management > media review > Review Settings to configure the review process.

  4. In the left-side navigation pane, choose Media Asset Management > media review > Audio and Video Review.

  5. In the Actions column of the media asset list, click Automated Review. The review will use the configuration of the first template on the Template Management page.

    Note

    The system generates video snapshots only after an automated review is complete. You can use these snapshots to speed up your manual review.

API

Call the SubmitMediaCensorJob operation to submit a media review job.

Query job details

Callback

You can query the details of an automated review job through a callback that is sent when the AI Review Complete. For more information, see Callback overview.

API

Call the QueryMediaCensorJobDetail operation to query automated review job details.

Query job usage

  1. Log on to the Intelligent Media Service console.

  2. In the left-side navigation pane, choose Data Center > Usage.

  3. On the VOD Tasks tab, in the Video AI section, you can query the duration usage of jobs or export the usage details.

    Note

    To ensure data security, the download link for the exported file is valid for 30 minutes. If the link expires, refresh the page and try again.

API reference