{ "label": "Object classification config.", "bird": { "label": "Bird classification config.", "enabled": { "label": "Enable bird classification." }, "threshold": { "label": "Minimum classification score required to be considered a match." } }, "custom": { "label": "Custom Classification Model Configs.", "enabled": { "label": "Enable running the model." }, "name": { "label": "Name of classification model." }, "threshold": { "label": "Classification score threshold to change the state." }, "save_attempts": { "label": "Number of classification attempts to save in the recent classifications tab. If not specified, defaults to 200 for object classification and 100 for state classification." }, "object_config": { "objects": { "label": "Object types to classify." }, "classification_type": { "label": "Type of classification that is applied." } }, "state_config": { "cameras": { "label": "Cameras to run classification on.", "crop": { "label": "Crop of image frame on this camera to run classification on." } }, "motion": { "label": "If classification should be run when motion is detected in the crop." }, "interval": { "label": "Interval to run classification on in seconds." } } } }