Queries the results of smart tagging jobs.
Operation description
- Regions that support this operation: China (Beijing), China (Shanghai), and Singapore.
- You can obtain the smart tagging results by using the video ID.
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 media file. You can use one of the following methods to obtain the ID:
| 595d020bad37421f37433451720**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "8829B4DB-AFD9-4FF6-12965DBFFA14****",
"VideoTagResult": {
"Category": [
{
"Tag": "Retouching\n"
}
],
"Person": [
{
"FaceUrl": "http://example.com/aivideotag/8829B4DB-AFD9-4F*****F6-12965DBFFA14/Index_****.jpg",
"Tag": "John\n",
"Times": [
"[\"10760\"]"
]
}
],
"Time": [
{
"Tag": "Milliseconds\n",
"Times": [
"[\"3260\",\"4000\",\"5000\",\"8410\",\"12000\",\"13000\",\"14000\"]"
]
}
],
"Location": [
{
"Tag": "Asia\n",
"Times": [
"[\"8410\"]"
]
}
],
"Keyword": [
{
"Tag": "Cushion\n",
"Times": [
"[\"3260\",\"4000\",\"5000\",\"8410\",\"12000\",\"13000\",\"14000\"]"
]
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.