Skip to content

@camera.ui/sdk / plugin / AudioDetectionPluginResponse

Interface: AudioDetectionPluginResponse

Defined in: plugin/interfaces.ts:40

Response from an audio detection test

Properties

decibels?

optional decibels?: number

Defined in: plugin/interfaces.ts:43


detected

detected: boolean

Defined in: plugin/interfaces.ts:41


detections

detections: Detection[]

Defined in: plugin/interfaces.ts:42