ObjectDetectionTrait.ObjectDetected

interface ObjectDetectionTrait.ObjectDetected


Detection notification event.

Summary

Public properties

Long?

The Unix Epoch timestamp in milliseconds at which the object was detected.

ObjectDetectionTrait.Objects?

The objects detected, listed by category.

Int?

The notification level.

Public properties

detectionTimestampMillis

val detectionTimestampMillisLong?

The Unix Epoch timestamp in milliseconds at which the object was detected.

objects

val objectsObjectDetectionTrait.Objects?

The objects detected, listed by category.

priority

val priorityInt?

The notification level. The currently supported value is 0, which indicates that the notification should be spoken.