All Products
Search
Document Center

ApsaraVideo VOD:GetMediaAuditResultTimeline

Last Updated:Apr 16, 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

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
vod:GetMediaAuditResultTimelineRead
  • All Resources
    *
    none
none

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.

Pornobject []

The collection of pornographic content timelines.

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
Terrorismobject []

The collection of terrorist content timelines.

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
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
Liveobject []

The collection of undesirable scene timelines.

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
Adobject []

The collection of ad timelines.

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.