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