@camera.ui/sdk / sensor / ClassifierDetection
Interface: ClassifierDetection
Defined in: sensor/classifier.ts:23
A classifier detection result with an open attribute for classifier categories.
Extends
Properties
attribute
attribute:
string
Defined in: sensor/classifier.ts:25
Classifier category (e.g. 'bird', 'delivery'). Open string for any classifier.
Overrides
box
box:
BoundingBox
Defined in: sensor/detection.ts:35
Bounding box in normalized coordinates.
Inherited from
confidence
confidence:
number
Defined in: sensor/detection.ts:33
Confidence score in the range 0–1.
Inherited from
label
label:
"motion"|"audio"|"person"|"vehicle"|"animal"|"package"
Defined in: sensor/detection.ts:31
Detection label (e.g. 'person', 'vehicle').
Inherited from
subAttribute
subAttribute:
string
Defined in: sensor/classifier.ts:27
Classifier sub-category (e.g. 'woodpecker', 'amazon').