AugmentedObjectCategory
public final class AugmentedObjectCategory
Contextual label describing the type of detected object.
Summary
Public fields |
|
|---|---|
static final @NonNull AugmentedObjectCategory |
Category value indicating the tracked object is believed to be a keyboard. |
static final @NonNull AugmentedObjectCategory |
Category value indicating the tracked object is believed to be a laptop. |
static final @NonNull AugmentedObjectCategory |
Category value indicating the tracked object is believed to be a mouse. |
static final @NonNull AugmentedObjectCategory |
Category value indicating the tracked object is of unknown type. |
Public fields
KEYBOARD
public static final @NonNull AugmentedObjectCategory KEYBOARD
Category value indicating the tracked object is believed to be a keyboard.
LAPTOP
public static final @NonNull AugmentedObjectCategory LAPTOP
Category value indicating the tracked object is believed to be a laptop.
MOUSE
public static final @NonNull AugmentedObjectCategory MOUSE
Category value indicating the tracked object is believed to be a mouse.
UNKNOWN
public static final @NonNull AugmentedObjectCategory UNKNOWN
Category value indicating the tracked object is of unknown type.