Calls SetContentAnalyzeConfig to set the configuration for intelligent content analysis.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:SetContentAnalyzeConfig |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Auto |
boolean |
No |
Specifies whether to automatically initiate intelligent content analysis after media asset registration is complete. Valid values:
|
true |
| SaveType |
string |
No |
The type of library to which analysis results are saved. This parameter can be configured only when Auto is set to true. Default value: empty.
Multiple values are supported. Separate multiple values with commas (,). If this field is empty, the results of intelligent content analysis are not saved to any search library by default, and no content search of any form can be performed subsequently. |
TEXT,FACE |
| TemplateId |
string |
No |
The ID of the intelligent content analysis template. Each template includes the following AI analysis features:
|
S00000101-100070 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
953CFD27-4A2C-54AD-857F-B79EF3A338E0 |
| Success |
boolean |
Indicates whether the configuration is set successfully. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "953CFD27-4A2C-54AD-857F-B79EF3A338E0",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.