All Products
Search
Document Center

ApsaraVideo VOD:Video fingerprinting

Last Updated:Aug 22, 2023

This topic provides examples on how to call the API operations of the video fingerprinting module. The API operations are encapsulated in ApsaraVideo VOD SDK for Java. You can call the API operations to submit video fingerprinting jobs, query video fingerprinting jobs, and query the results of video fingerprinting jobs.

Limits

The video fingerprinting feature is supported only in the Singapore region.

Usage notes

  • For more information about the request and response parameters of API operations, visit OpenAPI Explorer and find the documentation of the API operation in the left-side navigation pane.

  • To obtain sample code of the SDK, visit OpenAPI Explorer. On the OpenAPI Explorer page, specify the request parameters on the Parameters tab and initiate a call. Then, view and download the sample code in a specific language on the SDK Sample Code tab.

Initialize a client

Before you use the SDK, initialize a client. For more information, see Initialization.

Submit a video fingerprinting job

You can call the SubmitAIJob operation to submit a video fingerprinting job.

Click SubmitAIJob to learn more about this API operation.

Query video fingerprinting jobs

You can call the ListAIJob operation to query video fingerprinting jobs.

Click ListAIJob to learn more about this API operation.

Query the results of video fingerprinting jobs

You can call the GetMediaDNAResult operation to query the results of video fingerprinting jobs.

Click GetMediaDNAResult to learn more about this API operation.