Skip to main content

Content_variance

NameTypeDescription
enabledbooleanEnables this analysis type.
is_optionalbooleanIf set to true, the analyzer will not fail if this media type did not exist in the source.
freeze_framesobjectObject containing parameters for freeze frame identification.

Example content_variance

{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"video": {
"content_variance": {
"enabled": true
}
}
}
}
}