Skip to content

@camera.ui/sdk / sensor / audioMeta

Variable: audioMeta

const audioMeta: object

Defined in: sensor/audio.ts:210

Registry metadata for AudioSensor.

Type Declaration

assignmentKey

readonly assignmentKey: "audio" = 'audio'

category

readonly category: Sensor = SensorCategory.Sensor

isDetectionType

readonly isDetectionType: true = true

multiProvider

readonly multiProvider: false = false

properties

readonly properties: object

properties.decibels

readonly decibels: object

properties.decibels.type

readonly type: "number" = 'number'

properties.decibels.unit

readonly unit: "dB" = 'dB'

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.lastTriggered

readonly lastTriggered: object

properties.lastTriggered.internal

readonly internal: true = true

properties.lastTriggered.type

readonly type: "number" = 'number'

semantics

readonly semantics: null = null

type

readonly type: Audio = SensorType.Audio