public static enum YoloV5Translator.YoloOutputType extends java.lang.Enum<YoloV5Translator.YoloOutputType>
| Modifier and Type | Method and Description |
|---|---|
static YoloV5Translator.YoloOutputType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YoloV5Translator.YoloOutputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YoloV5Translator.YoloOutputType BOX
public static final YoloV5Translator.YoloOutputType DETECT
public static final YoloV5Translator.YoloOutputType AUTO
public static YoloV5Translator.YoloOutputType[] values()
for (YoloV5Translator.YoloOutputType c : YoloV5Translator.YoloOutputType.values()) System.out.println(c);
public static YoloV5Translator.YoloOutputType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null