public static enum FaceImageInfo.SourceType extends Enum<FaceImageInfo.SourceType>
Enum Constant and Description |
---|
STATIC_PHOTO_DIGITAL_CAM |
STATIC_PHOTO_SCANNER |
STATIC_PHOTO_UNKNOWN_SOURCE |
UNKNOWN |
UNSPECIFIED |
VIDEO_FRAME_ANALOG_CAM |
VIDEO_FRAME_DIGITAL_CAM |
VIDEO_FRAME_UNKNOWN_SOURCE |
Modifier and Type | Method and Description |
---|---|
static FaceImageInfo.SourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaceImageInfo.SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FaceImageInfo.SourceType UNSPECIFIED
public static final FaceImageInfo.SourceType STATIC_PHOTO_UNKNOWN_SOURCE
public static final FaceImageInfo.SourceType STATIC_PHOTO_DIGITAL_CAM
public static final FaceImageInfo.SourceType STATIC_PHOTO_SCANNER
public static final FaceImageInfo.SourceType VIDEO_FRAME_UNKNOWN_SOURCE
public static final FaceImageInfo.SourceType VIDEO_FRAME_ANALOG_CAM
public static final FaceImageInfo.SourceType VIDEO_FRAME_DIGITAL_CAM
public static final FaceImageInfo.SourceType UNKNOWN
public static FaceImageInfo.SourceType[] values()
for (FaceImageInfo.SourceType c : FaceImageInfo.SourceType.values()) System.out.println(c);
public static FaceImageInfo.SourceType 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.