Manual review

更新时间:
复制 MD 格式

ApsaraVideo VOD offers a manual review service. For platforms that host short-form videos, media content, and other video files, we recommend using automated review for initial screening and then escalating videos with suspected violations for manual review. This topic explains how to manually review content and view the review history.

Overview

Manual review enables human reviewers to assess audio and video content and submit a review result. This helps you proactively take non-compliant media offline to prevent or minimize negative impact after publication.

Usage notes

  • The final moderation result of an audio or video file is determined by both the automated and manual moderation results. However, the manual moderation result always overrides the automated moderation result.

  • After media moderation, only audio and video files in the Normal state can be played. Audio and video files in the Flagged or Reviewing state can be played only in the ApsaraVideo VOD console or using a security IP for moderation. You cannot obtain playback addresses for these files using an API or SDK. However, any valid playback addresses that have already been exposed can still be used for playback.

Prerequisites

  • ApsaraVideo VOD is activated. For more information, see Activate ApsaraVideo VOD.

  • You have uploaded the audio or video file to be reviewed to the media asset library. For more information, see media upload.

Step 1: (Optional) Configure event notifications

Before you perform a manual review, we recommend that you configure event notifications for ApsaraVideo VOD. This enables you to receive callback messages with the status and results of the manual review upon its completion. For instructions on how to configure event notifications, see callback settings.

For manual review, enable the CreateAuditComplete event notification.

Step 2: Start a manual review

Console

  1. Log on to the ApsaraVideo VOD console.

  2. In the left-side navigation pane, choose Review Management > Content Moderation.

  3. Select the audio or video file that you want to review.

    You can filter and search for files by upload time (ALL or Custom Time ), Video Title, or ID.

  4. Start the manual review.

    • Method 1: Review using video snapshots

      Note

      Video snapshots are generated only after an automated review is complete.

      In the Actions column, click Manual Review, view the video snapshots, and then select Passed or Blocked.

    • Method 2: Review by playing the video

      In the Actions column, click Details. On the details page, click the play button on the video to watch it, and then select Passed or Blocked.

    • Method 3: Perform a batch review

      On the Video Review page, select one or more videos. In the lower-left corner, select Passed or Blocked.

API

To submit manual review decisions for audio or video files in batches, call the CreateAudit operation.

Step 3: View review results

Console

  1. Log on to the ApsaraVideo VOD console.

  2. In the left-side navigation pane, choose Review Management > Content Moderation.

  3. On the Video Review page, view the review information for your videos.

    The Manual Review Status column provides information about the manual review. The following table describes the columns.

    Parameter Name

    Description

    Video

    Displays the name, ID, and storage address of the audio or video file.

    Automated Review Status

    The status of the automated review. Valid values:

    • Not Started: The audio or video file has not been reviewed by the machine.

    • Succeeded: The automated review is complete and successful. The Review Template column displays the template used, and the Automated Review Result column displays Violation, Suspected, or Normal.

    • Failed: The automated review is complete but failed. The Review Template column displays the template used, and the Automated Review Result column displays --.

    • Reviewing: The audio or video file is undergoing its first automated review.

    • Re-reviewing: The audio or video file is being re-reviewed by the machine.

    Review Template

    The template used for the automated review. You can set this in Step 1. (Optional) Configure an automated review template.

    Automated Review Result

    The result of the automated review. Valid values:

    • Violation: The audio or video file contains non-compliant content as configured in the review template. The Violation column displays the specific violations.

    • Suspected: The audio or video file may contain non-compliant content as configured in the review template. The Violation column displays the potential violations. We recommend that you perform a manual review for confirmation.

    • Normal: The audio or video file does not contain non-compliant content as configured in the review template. The Violation column displays normal.

    • --: The audio or video file has not been reviewed by the machine, or the review failed.

    Violations

    The violations detected by the automated review. Values include the following: Pornography detection, Terrorism and politically sensitive content, Ad, Logo, Undesirable scene, Voice, normal, --. The value -- indicates that the audio or video file has not yet been reviewed by the machine.

    Manual Review Status

    The status of the manual review. Valid values:

    • Not Reviewed: The audio or video file has not been manually reviewed. The Final Review Result column displays --.

    • Completed: The audio or video file has been manually reviewed. The Final Review Result column displays Passed or Blocked.

    Final Review Result

    The final result of the video review. Valid values:

    • Pass: Audio and video files with this status can be played back normally.

    • Block: Audio and video files with this status can be played back only in the ApsaraVideo VOD console or using a secure review IP address. You cannot obtain the playback URL of these files using an API or SDK. However, playback URLs that have already been distributed can still be used for playback.

    • --: The audio or video has not undergone machine or manual review. Whether it can be played back depends on whether its status on the Video on Demand console > Media Library > Audio/Video page is Normal.

    Actions

    The operations you can perform on the audio or video file, including viewing review details and starting an automated or manual review.

  4. View the review details for a specific audio or video file.

    In the Actions column, click Details. The details page displays a playback preview, the title, the ID, and the results of both manual and automated reviews. You can also play the file and submit a manual review decision on this page.

  5. View manual review history.

    For audio/video files whose Manual Review Status is Reviewed, you can view the manual review history on the video review details page. Click Manual Review Details. Clicking the Manual Review Details link opens the Manual Review Records dialog box, which contains fields such as Review Time, Reviewer, Review Result, and Review Reason.

API

To retrieve the current manual review result and the historical review records for a single audio or video file, call the GetAuditHistory operation.