Skip to content

@camera.ui/sdk / sensor / ClassifierResult

Interface: ClassifierResult

Defined in: sensor/classifier.ts:153

Return type for ClassifierDetectorSensor.detectClassifications.

Properties

detected

detected: boolean

Defined in: sensor/classifier.ts:155

Whether any classification result is emitted for this frame.


detections

detections: ClassifierDetection[]

Defined in: sensor/classifier.ts:157

Detections emitted for this frame.