Skip to main content

Detection

Reference for the Detection JSON element.

See also: Detection

Example

{
"region": "Front Entrance",
"class_name": "person",
"objects": []
}

Fields

FieldTypeDescription
regionstringRegion name.
class_namestringDetected class when available.
objectsDetection Object[]Object matches for image processing results.
stream_urlstringStream URL for stream or video detections.
stream_namestringStream or job name.
timestringDetection time in ISO format.
frame_numnumberFrame number.
eventstringEvent label when provided.
object_descriptionstringPrimary object description when provided.
conditionDetection ConditionTriggering condition for stream or video detections.
result_idstringSearch result identifier when available.
imagestringBase64-encoded detection image when provided.