public static enum depthai.DetectionNetworkType extends Enum<depthai.DetectionNetworkType>
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
depthai.DetectionNetworkType |
intern() |
String |
toString() |
static depthai.DetectionNetworkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.DetectionNetworkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final depthai.DetectionNetworkType YOLO
public static final depthai.DetectionNetworkType MOBILENET
public static depthai.DetectionNetworkType[] values()
for (depthai.DetectionNetworkType c : depthai.DetectionNetworkType.values()) System.out.println(c);
public static depthai.DetectionNetworkType 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.DetectionNetworkType intern()
public String toString()
toString in class Enum<depthai.DetectionNetworkType>Copyright © 2021. All rights reserved.