Skip to main content

Overview

Analyzes video backgrounds to evaluate whether specific elements are present or absent. The detector uses configurable criteria to check for desired elements that should be present and undesired elements that should not be present.

Configuration

config.desired_elements
array
List of elements that SHOULD be present in the background (e.g., “professional setting”, “clean workspace”, “natural lighting”)
config.undesired_elements
array
List of elements that should NOT be present in the background (e.g., “clutter”, “car interior”, “distracting objects”)

Example Configuration

Minimal Configuration

If no elements are specified, the detector will pass by default:

Result Schema