Skip to main content

Complexity

NameTypeDescription
enabledbooleanEnables this analysis type.
analysis_widthintegerScales the content to this width before calculating the complexity.
analysis_heightintegerScales the content to this height before calculating the complexity.
is_optionalbooleanIf 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
}
}
}
}
}