All Products
Search
Document Center

ApsaraVideo VOD:GetMediaAuditAudioResultDetail

Last Updated:Aug 06, 2025

You can call this operation to retrieve the details of an audio audit.

Operation description

Usage notes

  • This operation is supported only in the Singapore region.

  • After the automated review is complete, if you have configured event notifications for Automated review complete, a message callback is sent to the specified URL. You can then call this operation to query the details of the audio audit result.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that support authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

vod:GetMediaAuditAudioResultDetail

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

MediaId

string

Yes

The audio ID. You can query the audio ID in the video-on-demand console or obtain the audio ID from the response to a call of the SearchMedia operation.

93ab850b4f6f*****54b6e91d24d81d4

PageNo

integer

No

The page number. This parameter is optional. If you leave this parameter empty, all results are returned without paging.

1

Response parameters

Parameter

Type

Description

Example

object

The data returned.

RequestId

string

The request ID.

CB7D7232-1AB2-40FE-B8D3-****

MediaAuditAudioResultDetail

object

The audit result.

Total

integer

The total number of pages.

10

PageTotal

integer

The current page number.

1

List

array<object>

The list of results.

object

EndTime

integer

The end time of the problematic audio segment. Unit: seconds.

10

StartTime

integer

The start time of the problematic audio segment. Unit: seconds.

8

Text

string

The text content that corresponds to the audio.

beauty

Label

string

The category of the audio audit result. Valid values:

  • normal: Normal.

  • spam: spam.

  • ad: ad.

  • politics: political content.

  • terrorism: terrorism.

  • abuse: abuse.

  • porn: pornographic content.

  • flood: meaningless content.

  • contraband: contraband.

  • meaningless: meaningless.

abuse

Examples

Success response

JSON format

{
  "RequestId": "CB7D7232-1AB2-40FE-B8D3-****",
  "MediaAuditAudioResultDetail": {
    "Total": 10,
    "PageTotal": 1,
    "List": [
      {
        "EndTime": 10,
        "StartTime": 8,
        "Text": "beauty",
        "Label": "abuse"
      }
    ]
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.