Queries AI jobs. After a job is submitted, ApsaraVideo VOD asynchronously processes the job. You can call this operation to query the job information in real time.
Operation description
- Regions that support this operation: China (Beijing), China (Shanghai), and Singapore.
- You can call this operation to query video fingerprinting jobs and smart tagging jobs.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
JobIds | string | Yes | The list of job IDs. You can obtain the job ID from the PlayInfo parameter in the response to the GetPlayInfo operation. Note
You can specify a maximum of 10 job IDs in a request. Separate multiple IDs with commas (,).
| a718a3a1e8bb42ee3bc88921e94****,aasdcsfg782740asd3****,k2l3ibaskod98wrns9d**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "8233A0E4-E112-44*****58-2BCED1B88173",
"NonExistAIJobIds": {
"String": [
"[\"aasdcsfg782740asd3****\", \"k2l3ibaskod98wrns9d****\"]"
]
},
"AIJobList": {
"AIJob": [
{
"CreationTime": "2020-06-28T02:04:32Z",
"Status": "success",
"Type": "AIVideoTag",
"Data": "{\"OrigASRData\":{\"AsrTextList\":\\[{\"EndTime\":700,\"StartTime\":0,\"Text\":\"Yes.\",\"ChannelId\":0,\"SpeechRate\":85},{\"EndTime\":3750,\"StartTime\":1630,\"Text\":\"No.\",\"ChannelId\":0,\"SpeechRate\":28},{\"EndTime\":5910,\"StartTime\":4020,\"Text\":\"Of course.\",\"ChannelId\":0,\"SpeechRate\":95},{\"EndTime\":12750,\"StartTime\":10090,\"Text\":\"Message.\",\"ChannelId\":0,\"SpeechRate\":45},{\"EndTime\":25230,\"StartTime\":13590,\"Text\":\"Hello, good afternoon.\",\"ChannelId\":0,\"SpeechRate\":20},{\"EndTime\":30000,\"StartTime\":28220,\"Text\":\"Yes.\",\"ChannelId\":0,\"SpeechRate\":33}],\"Duration\":\"30016\"}}\n",
"CompleteTime": "2020-06-28T02:04:47Z",
"JobId": "a718a3a1e8bb42ee3bc88921e94****",
"Code": "0",
"Message": "OK",
"MediaId": "3D3D12340d9401fab46a0b847****"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.