Skip to main content

Validation Trigger

A class and time window used by video validation.

Example

{
"class_name": "person",
"start_seconds": 0,
"end_seconds": 30
}

Fields

FieldTypeDescription
class_namestringClass that must appear within the validation window.
start_secondsnumberInclusive start time in seconds.
end_secondsnumberEnd time in seconds.