Content_variance
Name | Type | Description |
---|---|---|
enabled | boolean | Enables this analysis type. |
is_optional | boolean | If set to true, the analyzer will not fail if this media type did not exist in the source. |
freeze_frames | object | Object 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
}
}
}
}
}