Perform structured analysis on media assets to enable speaker analysis, video translation, paragraph summarization, and other analyses on videos.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:SubmitMediaAiAnalysisJob |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Input |
string |
No |
The media asset that you want to analyze. You can specify an Object Storage Service (OSS) URL, a media asset ID, or an external URL. |
{"MediaType":"video","Media":"https://your-bucket.oss-cn-shanghai.aliyuncs.com/your_movie.mp4"} 或 {"Type":"Media","Media":"adbf5a778175ee757c34d0eba4******"} |
| AnalysisParams |
string |
No |
The analysis parameters. |
{"nlpParams":{"sourceLanguage":"cn","diarizationEnabled":true,"speakerCount":0,"summarizationEnabled":false,"translationEnabled":false}} |
| UserData |
string |
No |
Custom settings in JSON format, with a maximum length of 512 bytes. Supports custom webhook address configuration. |
{"NotifyAddress":"https://xx.com/xx"} |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
****63E8B7C7-4812-46AD-0FA56029AC86**** |
| MediaId |
string |
The ID of the media asset. |
******b48fb04483915d4f2cd8****** |
Examples
Success response
JSON format
{
"RequestId": "****63E8B7C7-4812-46AD-0FA56029AC86****",
"MediaId": "******b48fb04483915d4f2cd8******"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.