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

Public functions

toString

open fun toString(): String

Returns a string representation of AugmentedObjectCategory for debugging.

Note: Not intended for production use.