Validation Trigger
A class and time window used by video validation.
Example
{
"class_name": "person",
"start_seconds": 0,
"end_seconds": 30
}
Fields
| Field | Type | Description |
|---|---|---|
class_name | string | Class that must appear within the validation window. |
start_seconds | number | Inclusive start time in seconds. |
end_seconds | number | End time in seconds. |