public static enum Detector.Classifier extends java.lang.Enum<Detector.Classifier>
Enum Constant and Description |
---|
BROW_FURROW |
BROW_RAISE |
ENGAGEMENT |
LIP_CORNER_DEPRESSOR |
SMILE |
VALENCE |
Modifier and Type | Method and Description |
---|---|
static Detector.Classifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Detector.Classifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Detector.Classifier BROW_FURROW
public static final Detector.Classifier BROW_RAISE
public static final Detector.Classifier ENGAGEMENT
public static final Detector.Classifier LIP_CORNER_DEPRESSOR
public static final Detector.Classifier SMILE
public static final Detector.Classifier VALENCE
public static Detector.Classifier[] values()
for (Detector.Classifier c : Detector.Classifier.values()) System.out.println(c);
public static Detector.Classifier 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