AugmentedObjectCategory


class AugmentedObjectCategory


Contextual label describing the type of detected object.

Summary

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 functions

open String

Returns a string representation of AugmentedObjectCategory for debugging.

Public companion properties

KEYBOARD

val KEYBOARD: AugmentedObjectCategory

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

LAPTOP

val LAPTOP: AugmentedObjectCategory

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

MOUSE

val MOUSE: AugmentedObjectCategory

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

UNKNOWN

val UNKNOWN: AugmentedObjectCategory

Category value indicating the tracked object is of unknown type.

Public functions

toString

open fun toString(): String

Returns a string representation of AugmentedObjectCategory for debugging.

Note: Not intended for production use.