Retrieves the configuration for Intelligent Content Analysis.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetContentAnalyzeConfig |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
31FEC819-2344-5771-9366-9172DB0D26C9 |
| ContentAnalyzeConfig |
object |
The configuration for Intelligent Content Analysis. |
|
| Auto |
boolean |
Specifies if Intelligent Content Analysis starts automatically after a Media Asset is registered. Valid values:
|
true |
| SaveType |
string |
The repository type for saving analysis results. This parameter is valid only when
You can specify multiple values, separated by commas (,). If this parameter is left empty, the analysis results are not saved to any search repository and cannot be used for content search. |
TEXT,FACE |
| TemplateId |
string |
The ID of the Intelligent Content Analysis template. Each template includes the following AI capabilities:
|
S00000101-100070 |
Examples
Success response
JSON format
{
"RequestId": "31FEC819-2344-5771-9366-9172DB0D26C9",
"ContentAnalyzeConfig": {
"Auto": true,
"SaveType": "TEXT,FACE",
"TemplateId": "S00000101-100070"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.