You can view the statistics on the Content Moderation API in the Content Moderation console.

Background information

The Content Moderation console collects statistics on the Content Moderation API. You can query the number of times the API is called to moderate images, videos, and text in the previous year. You can also query the respective numbers of violations, suspected violations, and normal results in different moderation scenarios.

Procedure

  1. Log on to the Content Moderation console.
  2. In the left-side navigation pane, choose Machine audit > Statistics.
  3. Click the Image, Video, or Text tab based on the type of the statistics to be queried.
  4. On the Scan Statistics tab, specify the time range for the query and click Search.

    You can query the statistics in the last year. You can query statistics for a maximum time range of one month at a time.

  5. View the statistics in different moderation scenarios and export the reports as needed. For more information, see the following sections:

Reports in the console

For example, the Porn report shows the daily number of times the Content Moderation API is called to moderate images for pornographic content. The value of the scenes parameter contains porn in these API requests. The report also shows the respective numbers of violations, suspected violations, and normal results. The report contains the following statistical items:
  • Block: the number of moderation requests for which the value of the suggestion parameter is block in the returned moderation results.
  • Review: the number of moderation requests for which the value of the suggestion parameter is review in the returned moderation results.
  • Pass: the number of moderation requests for which the value of the suggestion parameter is pass in the returned moderation results.
Porn report
The unit of the statistical item varies with the moderation object:
  • Image moderation: the number of images.
  • Video moderation: the number of captured frames for a video or the duration of a video in the unit of minutes.
  • Text moderation: the number of text entries.

Exported reports

You can export the reports in the Excel format. The time range of each exported report is consistent with the corresponding time range that you set to query statistics. Each exported report in the Excel format contains the statistics on the Content Moderation API that is called in a specific moderation scenario based on the value of the scenes parameter in API requests. The statistics are collected on a daily basis.

The following table describes the headers in the exported reports.

Header Description Unit
day The date on which the API is called. N/A
totalImageCount The total number of images that are moderated. Number
blockImageCount The number of images that contain violations. Number
reviewImageCount The number of images that contain suspected violations. Number
passImageCount The number of images that are normal. Number
totalVideoCount The total number of videos that are moderated. Number
blockVideoCount The number of videos that contain violations. Number
reviewVideoCount The number of videos that contain suspected violations. Number
passVideoCount The number of videos that are normal. Number
innerFrameCount The number of video frames captured by Content Moderation. Number
outerFrameCount The number of video frames submitted by users. Number
totalTextCount The total number of text entries that are moderated. Number
blockTextCount The number of text entries that contain violations. Number
reviewTextCount The number of text entries that contain suspected violations. Number
passTextCount The number of text entries that are normal. Number