All Products
Search
Document Center

ApsaraVideo Media Processing:ReportFpShotJobResult

Last Updated:Mar 03, 2024

This operation provides feedback only on the results of failed media fingerprint analysis jobs.

Operation description

You can call this operation to provide feedback only on the results of failed media fingerprint analysis jobs.

QPS limit

You can call this operation up to 100 times per second per account. Requests that exceed this limit are dropped and you will experience service interruptions. We recommend that you take note of this limit when you call this operation. For more information, see QPS limit.

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
JobIdstringYes

The ID of the media fingerprint analysis job on which you want to provide feedback. To view the job ID, log on to the ApsaraVideo Media Processing (MPS) console, click Tasks in the left-side navigation pane, and then click the Video DNA tab on the Tasks page.

88c6ca184c0e47098a5b665e2a12****
ResultstringYes

The results of the media fingerprint analysis job. You can obtain the results of the media fingerprint analysis job from the response parameters of the QueryFpShotJobList operation.

example result ****
DetailsstringNo

The details of the job results. You can obtain the results of the media fingerprint analysis job from the response parameters of the QueryFpShotJobList operation.

example details ****

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The ID of the request.

25818875-5F78-4A13-BEF6-D7393642CA58
JobIdstring

The ID of the media fingerprint analysis job on which you provide feedback. We recommend that you keep this ID for subsequent operation calls.

88c6ca184c0e47098a5b665e2a12****

Examples

Sample success responses

JSONformat

{
  "RequestId": "25818875-5F78-4A13-BEF6-D7393642CA58",
  "JobId": "88c6ca184c0e47098a5b665e2a12****"
}

Error codes

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