Complexity
Name | Type | Description |
---|---|---|
enabled | boolean | Enables this analysis type. |
analysis_width | integer | Scales the content to this width before calculating the complexity. |
analysis_height | integer | Scales the content to this height before calculating the complexity. |
is_optional | boolean | If set to true, the analyzer will not fail if this media type did not exist in the source. |
Example complexity
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"video": {
"complexity": {
"enabled": true,
"analysis_width": 426,
"analysis_height": 240
}
}
}
}
}