All Products
Search
Document Center

ApsaraVideo VOD:GetMediaAuditResultDetail

Last Updated:Jul 19, 2024

Queries the details of automated review results. You can call this operation to query the details of review results in real time.

Operation description

  • By default, only details of snapshots that violate content regulations and potentially violate content regulations are returned.
  • ApsaraVideo VOD stores the snapshots in the automated review results free of charge for two weeks. After this period, the snapshots are automatically deleted.

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
PageNointegerYes

The page number of the review result to return. The default value is 1. A maximum of 20 records can be returned on each page.

1

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

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

Details about review results.

Totalinteger

The total number of snapshots returned.

2
Listarray<object>

The review results returned.

object
TerrorismScorestring

The score of the review result category. It is representative of the confidence. Valid values: [0.00-100.00]. The value is rounded down to 10 decimal places.

100.00
AdLabelstring

The category of the ad review result. Valid values:

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

The category of the pornographic content review result. Valid values:

  • normal
  • porn
  • sexy
normal
PornScorestring

The score of the review result category. It is representative of the confidence. Valid values: [0.00-100.00]. The value is rounded down to 10 decimal places.

100.00
LiveLabelstring

The category of the undesirable scene review result. Valid values:

  • normal: The video does not contain undesirable scenes.
  • live: The video contains undesirable scenes.
normal
Urlstring

The URL of the image.

http://temp-testbucket.oss-cn-shanghai.aliyuncs.com/aivideocensor/****.jpg
Timestampstring

The position in the video. Unit: milliseconds.

3005
AdScorestring

The score of the review result category. It is representative of the confidence. Valid values: [0.00-100.00]. The value is rounded down to 10 decimal places.

100
LiveScorestring

The score of the review result category. It is representative of the confidence. Valid values: [0.00-100.00]. The value is rounded down to 10 decimal places.

100
LogoScorestring

The score of the review result category. It is representative of the confidence. Valid values: [0.00-100.00]. The value is rounded down to 10 decimal places.

100
LogoLabelstring

The category of the logo review result. Valid values:

  • normal
  • tlogo
normal
TerrorismLabelstring

The category of the terrorist content review result.

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

Examples

Sample success responses

JSONformat

{
  "RequestId": "6438BD76-D523-46FC-956F-****",
  "MediaAuditResultDetail": {
    "Total": 2,
    "List": [
      {
        "TerrorismScore": "100.00",
        "AdLabel": "normal",
        "PornLabel": "normal",
        "PornScore": "100.00",
        "LiveLabel": "normal",
        "Url": "http://temp-testbucket.oss-cn-shanghai.aliyuncs.com/aivideocensor/****.jpg",
        "Timestamp": "3005",
        "AdScore": "100",
        "LiveScore": "100",
        "LogoScore": "100",
        "LogoLabel": "normal",
        "TerrorismLabel": "normal"
      }
    ]
  }
}

Error codes

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