Skip to content

@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

Detection.attribute


box

box: BoundingBox

Defined in: sensor/detection.ts:35

Bounding box in normalized coordinates.

Inherited from

Detection.box


confidence

confidence: number

Defined in: sensor/detection.ts:33

Confidence score in the range 0–1.

Inherited from

Detection.confidence


label

label: "motion" | "audio" | "person" | "vehicle" | "animal" | "package"

Defined in: sensor/detection.ts:31

Detection label (e.g. 'person', 'vehicle').

Inherited from

Detection.label


subAttribute

subAttribute: string

Defined in: sensor/classifier.ts:27

Classifier sub-category (e.g. 'woodpecker', 'amazon').