Skip to content

@camera.ui/sdk / sensor / classifierMeta

Variable: classifierMeta

const classifierMeta: object

Defined in: sensor/classifier.ts:180

Registry metadata for ClassifierSensor.

Type Declaration

assignmentKey

readonly assignmentKey: "classifier" = 'classifier'

category

readonly category: Sensor = SensorCategory.Sensor

isDetectionType

readonly isDetectionType: true = true

multiProvider

readonly multiProvider: true = true

properties

readonly properties: object

properties.detected

readonly detected: object

properties.detected.type

readonly type: "boolean" = 'boolean'

properties.detections

readonly detections: object

properties.detections.internal

readonly internal: true = true

properties.detections.type

readonly type: "object" = 'object'

properties.labels

readonly labels: object

properties.labels.type

readonly type: "object" = 'object'

semantics

readonly semantics: null = null

type

readonly type: Classifier = SensorType.Classifier