public enum FaceSegmentationLabel extends java.lang.Enum<FaceSegmentationLabel>
| Enum Constant and Description |
|---|
BACKGROUND
Background label
|
CLOTH
Cloth label
|
EARRING
Earring label
|
EARS
Ears label
|
EYEBROWS
Eyebrows label
|
EYES
Eyes label
|
GLASSES
Glasses label
|
HAIR
Hair label
|
HAT
Hat label
|
LIPS
Lips label
|
MOUTH
Mouth label
|
NECK
Neck label
|
NECKLACE
Necklace label
|
NOSE
Nose label
|
SKIN
Skin label
|
| Modifier and Type | Method and Description |
|---|---|
static FaceSegmentationLabel |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static FaceSegmentationLabel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FaceSegmentationLabel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FaceSegmentationLabel BACKGROUND
public static final FaceSegmentationLabel CLOTH
public static final FaceSegmentationLabel NECK
public static final FaceSegmentationLabel SKIN
public static final FaceSegmentationLabel MOUTH
public static final FaceSegmentationLabel LIPS
public static final FaceSegmentationLabel NOSE
public static final FaceSegmentationLabel EARS
public static final FaceSegmentationLabel EARRING
public static final FaceSegmentationLabel NECKLACE
public static final FaceSegmentationLabel EYEBROWS
public static final FaceSegmentationLabel HAIR
public static final FaceSegmentationLabel GLASSES
public static final FaceSegmentationLabel EYES
public static final FaceSegmentationLabel HAT
public static FaceSegmentationLabel[] values()
for (FaceSegmentationLabel c : FaceSegmentationLabel.values()) System.out.println(c);
public static FaceSegmentationLabel 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 nullpublic int getValue()
public static FaceSegmentationLabel fromValue(int value)
value - The int value.Copyright © id3 Technologies. All rights reserved. eu.id3.face