Skip to content

@camera.ui/sdk / sensor / objectAssistMeta

Variable: objectAssistMeta

const objectAssistMeta: object

Defined in: sensor/objectAssist.ts:11

Registry metadata for the object assist slot.

There is no sensor class for this type: a plugin assigned to the slot serves it with the ObjectDetectorSensor it already registers, so plugins declare and implement object detection only.

Type Declaration

assignmentKey

readonly assignmentKey: "objectAssist" = 'objectAssist'

category

readonly category: Sensor = SensorCategory.Sensor

isDetectionType

readonly isDetectionType: true = true

multiProvider

readonly multiProvider: false = false

properties

readonly properties: object = {}

semantics

readonly semantics: null = null

type

readonly type: ObjectAssist = SensorType.ObjectAssist