@Namespace(value="dai") public static enum depthai.TrackerIdAssignmentPolicy extends Enum<depthai.TrackerIdAssignmentPolicy>
| 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.TrackerIdAssignmentPolicy |
intern() |
String |
toString() |
static depthai.TrackerIdAssignmentPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.TrackerIdAssignmentPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final depthai.TrackerIdAssignmentPolicy UNIQUE_ID
public static final depthai.TrackerIdAssignmentPolicy SMALLEST_ID
public static depthai.TrackerIdAssignmentPolicy[] values()
for (depthai.TrackerIdAssignmentPolicy c : depthai.TrackerIdAssignmentPolicy.values()) System.out.println(c);
public static depthai.TrackerIdAssignmentPolicy 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.TrackerIdAssignmentPolicy intern()
public String toString()
toString in class Enum<depthai.TrackerIdAssignmentPolicy>Copyright © 2023. All rights reserved.