Line
A named line used by line_cross conditions.
Example
{
"name": "entry-line",
"vertices": [
{ "x": 1302, "y": 159 },
{ "x": 1047, "y": 480 }
]
}
Fields
| Field | Type | Description |
|---|---|---|
id | number | Line identifier when returned by the server. |
name | string | Line name referenced by detection conditions. |
vertices | Vertex[] | Vertices that define the line or polyline. |