@Namespace(value="dai") public static enum depthai.TrackerIdAssigmentPolicy extends Enum<depthai.TrackerIdAssigmentPolicy>
| Enum Constant and Description |
|---|
SMALLEST_ID
Take the smallest available ID
|
UNIQUE_ID
Always take a new, unique ID
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
depthai.TrackerIdAssigmentPolicy |
intern() |
String |
toString() |
static depthai.TrackerIdAssigmentPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.TrackerIdAssigmentPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final depthai.TrackerIdAssigmentPolicy UNIQUE_ID
public static final depthai.TrackerIdAssigmentPolicy SMALLEST_ID
public static depthai.TrackerIdAssigmentPolicy[] values()
for (depthai.TrackerIdAssigmentPolicy c : depthai.TrackerIdAssigmentPolicy.values()) System.out.println(c);
public static depthai.TrackerIdAssigmentPolicy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic depthai.TrackerIdAssigmentPolicy intern()
public String toString()
toString in class Enum<depthai.TrackerIdAssigmentPolicy>Copyright © 2021. All rights reserved.