Object Description
A natural-language prompt used to describe what EyesOnIt should match.
Example
{
"text": "person carrying a red bag",
"background_prompt": false,
"alert": true,
"threshold": 90,
"display_text": "Suspicious Bag",
"confidence": 93,
"over_threshold": true
}
Fields
| Field | Type | Description |
|---|---|---|
text | string | Prompt text used for matching. |
background_prompt | boolean | Marks a context prompt that should not alert on its own. |
alert | boolean | When true, this prompt can trigger alerts. |
threshold | number | Confidence threshold for this prompt. |
display_text | string | Optional label shown in outputs. |
confidence | number | Confidence returned in response payloads. |
over_threshold | boolean | Whether the returned confidence met the threshold. |