@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum LandmarkType extends Enum<LandmarkType>
Enum Constant and Description |
---|
EyeLeft |
EyeRight |
LeftEyeBrowLeft |
LeftEyeBrowRight |
LeftEyeBrowUp |
LeftEyeDown |
LeftEyeLeft |
LeftEyeRight |
LeftEyeUp |
LeftPupil |
MouthDown |
MouthLeft |
MouthRight |
MouthUp |
Nose |
NoseLeft |
NoseRight |
RightEyeBrowLeft |
RightEyeBrowRight |
RightEyeBrowUp |
RightEyeDown |
RightEyeLeft |
RightEyeRight |
RightEyeUp |
RightPupil |
Modifier and Type | Method and Description |
---|---|
static LandmarkType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static LandmarkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LandmarkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LandmarkType EyeLeft
public static final LandmarkType EyeRight
public static final LandmarkType Nose
public static final LandmarkType MouthLeft
public static final LandmarkType MouthRight
public static final LandmarkType LeftEyeBrowLeft
public static final LandmarkType LeftEyeBrowRight
public static final LandmarkType LeftEyeBrowUp
public static final LandmarkType RightEyeBrowLeft
public static final LandmarkType RightEyeBrowRight
public static final LandmarkType RightEyeBrowUp
public static final LandmarkType LeftEyeLeft
public static final LandmarkType LeftEyeRight
public static final LandmarkType LeftEyeUp
public static final LandmarkType LeftEyeDown
public static final LandmarkType RightEyeLeft
public static final LandmarkType RightEyeRight
public static final LandmarkType RightEyeUp
public static final LandmarkType RightEyeDown
public static final LandmarkType NoseLeft
public static final LandmarkType NoseRight
public static final LandmarkType MouthUp
public static final LandmarkType MouthDown
public static final LandmarkType LeftPupil
public static final LandmarkType RightPupil
public static LandmarkType[] values()
for (LandmarkType c : LandmarkType.values()) System.out.println(c);
public static LandmarkType 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 nullpublic String toString()
toString
in class Enum<LandmarkType>
public static LandmarkType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.