Retrieves the results of video AI analysis.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| MediaId |
string |
No |
The audio ID. You can query the audio ID in the ApsaraVideo VOD console or obtain it from the response of the SearchMedia operation. |
006204a11bb386bb25491f95f**** |
| ResultTypes |
string |
No |
The type of analysis results. Separate multiple types with commas (,). Valid values:
|
Chapter |
| OutputType |
string |
No |
The type of the output URL. Valid values:
|
cdn |
| AuthTimeout |
string |
No |
The expiration time of the image access URL. Unit: seconds.
|
3600 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
746FFA07-8BBB-46B1-3E94E3B2915E**** |
| AiAnalysisResultList |
object |
||
| AiAnalysisResult |
array<object> |
The analysis results. |
|
|
object |
The analysis results. |
||
| ResultType |
string |
The result type. |
Chapter |
| Title |
string |
The title. |
Test Title |
| Summary |
string |
The summary. |
*** |
| Content |
string |
The detailed content. |
[{"chapterId":1,"chapterTitle":"***","startTime":3820,"endTime":217640,"summary":"***","knowledgePoints":[]},{"chapterId":2,"chapterTitle":"***","startTime":787730,"endTime":1745736,"summary":"***","knowledgePoints":[]},{"chapterId":3,"chapterTitle":"***","startTime":1746038,"endTime":2501370,"summary":"***","knowledgePoints":[]}] |
| Extra |
string |
The reserved field. |
{"Summary": "***"} |
Examples
Success response
JSON format
{
"RequestId": "746FFA07-8BBB-46B1-3E94E3B2915E****",
"AiAnalysisResultList": {
"AiAnalysisResult": [
{
"ResultType": "Chapter",
"Title": "Test Title",
"Summary": "***",
"Content": "[{\"chapterId\":1,\"chapterTitle\":\"***\",\"startTime\":3820,\"endTime\":217640,\"summary\":\"***\",\"knowledgePoints\":[]},{\"chapterId\":2,\"chapterTitle\":\"***\",\"startTime\":787730,\"endTime\":1745736,\"summary\":\"***\",\"knowledgePoints\":[]},{\"chapterId\":3,\"chapterTitle\":\"***\",\"startTime\":1746038,\"endTime\":2501370,\"summary\":\"***\",\"knowledgePoints\":[]}]",
"Extra": "{\"Summary\": \"***\"}"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.