Queries a media fingerprinting result. After a media fingerprinting job is complete, you can call this operation to query the media fingerprinting result.
Operation description
Regions that support this operation: China (Beijing), China (Shanghai), and Singapore.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
MediaId | string | Yes | The ID of the video. | 88c6ca184c0e*****a5b665e2a126797 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "63FC4896-E956-4B*****7D-134FF1BC597A",
"DNAResult": {
"VideoDNA": [
{
"PrimaryKey": "6ad8987da46f4b*****490ce2873745",
"Similarity": "0.98",
"Detail": [
{
"Input": {
"Duration": "12.0",
"Start": "2.0"
},
"Duplication": {
"Duration": "12.0",
"Start": "2.0"
}
}
]
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.