AugmentedObjectCategory


class AugmentedObjectCategory


Contextual label describing the type of detected object.

Summary

Public companion functions

List<AugmentedObjectCategory>
all()

This function is deprecated. Use allSupported() instead.

Set<AugmentedObjectCategory>

Returns a list of all AugmentedObjectCategories supported by the device.

Public companion properties

AugmentedObjectCategory

Category value indicating the tracked object is believed to be a keyboard.

AugmentedObjectCategory

Category value indicating the tracked object is believed to be a laptop.

AugmentedObjectCategory

Category value indicating the tracked object is believed to be a mouse.

AugmentedObjectCategory

Category value indicating the tracked object is of unknown type.

Public companion functions

all

Added in 1.0.0-alpha12
Deprecated in 1.0.0-alpha12
fun all(): List<AugmentedObjectCategory>

Returns an array of all available AugmentedObjectCategory values.

allSupported

Added in 1.0.0-alpha12
fun allSupported(): Set<AugmentedObjectCategory>

Returns a list of all AugmentedObjectCategories supported by the device.

Public companion properties

KEYBOARD

val KEYBOARDAugmentedObjectCategory

Category value indicating the tracked object is believed to be a keyboard.

LAPTOP

val LAPTOPAugmentedObjectCategory

Category value indicating the tracked object is believed to be a laptop.

MOUSE

val MOUSEAugmentedObjectCategory

Category value indicating the tracked object is believed to be a mouse.

UNKNOWN

val UNKNOWNAugmentedObjectCategory

Category value indicating the tracked object is of unknown type.