All Products
Search
Document Center

ApsaraVideo VOD:GetMediaAuditResultTimeline

Last Updated:Jul 19, 2024

Queries the timelines of all snapshots that violate content regulations.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
MediaIdstringYes

The ID of the video.

93ab850b4f6f*****54b6e91d24d81d4

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

6438BD76-D523-46FC-956F-****
MediaAuditResultTimelineobject

The collection of review result timelines.

Pornarray<object>

The collection of pornographic content timelines.

object
Scorestring

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

100.00
Timestampstring

The position in the video. Unit: milliseconds.

3005
Labelstring

The category of the review result. Valid values:

  • porn
  • sexy
  • normal
porn
Terrorismarray<object>

The collection of terrorist content timelines.

object
Scorestring

The score of the review result category.

100.00
Timestampstring

The position in the video. Unit: milliseconds.

3005
Labelstring

The category of the review result. Valid values:

  • terrorism: terrorist content
  • outfit: special costume
  • logo: special logo
  • weapon: weapon
  • politics: politically sensitive content
  • others: other terrorist and politically sensitive content
  • normal: normal content
normal
object
Scorestring

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

100
Timestampstring

The position in the video. Unit: milliseconds.

13
Labelstring

The category of the review result. Valid values:

  • normal
  • logo
logo
Livearray<object>

The collection of undesirable scene timelines.

object
Scorestring

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

100
Timestampstring

The position in the video. Unit: milliseconds.

12
Labelstring

The category of the review result. Valid values:

  • normal
  • terrorism
pip
Adarray<object>

The collection of ad timelines.

object
Scorestring

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

100
Timestampstring

The position in the video. Unit: milliseconds.

10
Labelstring

The category of the review result. Valid values:

  • normal: normal content
  • ad: ad or text violation
ad

Examples

Sample success responses

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": "logo"
      }
    ],
    "Live": [
      {
        "Score": "100",
        "Timestamp": "12",
        "Label": "pip"
      }
    ],
    "Ad": [
      {
        "Score": "100",
        "Timestamp": "10",
        "Label": "ad"
      }
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.