AugmentedObjectCategory


class AugmentedObjectCategory


Contextual label describing the type of detected object.

Summary

Public companion functions

List<AugmentedObjectCategory>
all()

Returns an array of all available AugmentedObjectCategory values.

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 human readable string representation of the label.

Public companion functions

all

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

Returns an array of all available AugmentedObjectCategory values.

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 human readable string representation of the label.