Validation Trigger
Reference for the Validation Trigger JSON element.
See also: Validation Trigger
Example
{
"class_name": "person",
"start_seconds": 0,
"end_seconds": 30
}
Fields
| Field | Type | Description |
|---|---|---|
class_name | string | Class that must appear within the window. |
start_seconds | number | Inclusive start time in seconds. |
end_seconds | number | End time in seconds. |