Skip to content

@camera.ui/sdk / sensor / ClassifierResult

Interface: ClassifierResult

Defined in: sensor/classifier.ts:159

Return type for ClassifierDetectorSensor.detectClassifications.

Properties

detected

detected: boolean

Defined in: sensor/classifier.ts:161

Whether any classification result is emitted for this frame.


detections

detections: ClassifierDetection[]

Defined in: sensor/classifier.ts:163

Detections emitted for this frame.