public static enum FaceImageInfo.FaceImageType extends Enum<FaceImageInfo.FaceImageType>
Enum Constant and Description |
---|
BASIC |
FULL_FRONTAL |
TOKEN_FRONTAL |
Modifier and Type | Method and Description |
---|---|
static FaceImageInfo.FaceImageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaceImageInfo.FaceImageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FaceImageInfo.FaceImageType BASIC
public static final FaceImageInfo.FaceImageType FULL_FRONTAL
public static final FaceImageInfo.FaceImageType TOKEN_FRONTAL
public static FaceImageInfo.FaceImageType[] values()
for (FaceImageInfo.FaceImageType c : FaceImageInfo.FaceImageType.values()) System.out.println(c);
public static FaceImageInfo.FaceImageType 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 nullCopyright © 2016. All rights reserved.