C# Class Amazon.Rekognition.LandmarkType

Constants used for properties of type LandmarkType.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
EYE_LEFT LandmarkType
EYE_RIGHT LandmarkType
LEFT_EYEBROW_LEFT LandmarkType
LEFT_EYEBROW_RIGHT LandmarkType
LEFT_EYEBROW_UP LandmarkType
LEFT_EYE_DOWN LandmarkType
LEFT_EYE_LEFT LandmarkType
LEFT_EYE_RIGHT LandmarkType
LEFT_EYE_UP LandmarkType
LEFT_PUPIL LandmarkType
MOUTH_DOWN LandmarkType
MOUTH_LEFT LandmarkType
MOUTH_RIGHT LandmarkType
MOUTH_UP LandmarkType
NOSE LandmarkType
NOSE_LEFT LandmarkType
NOSE_RIGHT LandmarkType
RIGHT_EYEBROW_LEFT LandmarkType
RIGHT_EYEBROW_RIGHT LandmarkType
RIGHT_EYEBROW_UP LandmarkType
RIGHT_EYE_DOWN LandmarkType
RIGHT_EYE_LEFT LandmarkType
RIGHT_EYE_RIGHT LandmarkType
RIGHT_EYE_UP LandmarkType
RIGHT_PUPIL LandmarkType

Public Methods

Method Description
FindValue ( string value ) : LandmarkType

Finds the constant for the unique value.

LandmarkType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : LandmarkType
value string The unique value for the constant
return LandmarkType

LandmarkType() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public LandmarkType ( string value ) : System
value string
return System

Property Details

EYE_LEFT public static property

Constant EYE_LEFT for LandmarkType
public static LandmarkType,Amazon.Rekognition EYE_LEFT
return LandmarkType

EYE_RIGHT public static property

Constant EYE_RIGHT for LandmarkType
public static LandmarkType,Amazon.Rekognition EYE_RIGHT
return LandmarkType

LEFT_EYEBROW_LEFT public static property

Constant LEFT_EYEBROW_LEFT for LandmarkType
public static LandmarkType,Amazon.Rekognition LEFT_EYEBROW_LEFT
return LandmarkType

LEFT_EYEBROW_RIGHT public static property

Constant LEFT_EYEBROW_RIGHT for LandmarkType
public static LandmarkType,Amazon.Rekognition LEFT_EYEBROW_RIGHT
return LandmarkType

LEFT_EYEBROW_UP public static property

Constant LEFT_EYEBROW_UP for LandmarkType
public static LandmarkType,Amazon.Rekognition LEFT_EYEBROW_UP
return LandmarkType

LEFT_EYE_DOWN public static property

Constant LEFT_EYE_DOWN for LandmarkType
public static LandmarkType,Amazon.Rekognition LEFT_EYE_DOWN
return LandmarkType

LEFT_EYE_LEFT public static property

Constant LEFT_EYE_LEFT for LandmarkType
public static LandmarkType,Amazon.Rekognition LEFT_EYE_LEFT
return LandmarkType

LEFT_EYE_RIGHT public static property

Constant LEFT_EYE_RIGHT for LandmarkType
public static LandmarkType,Amazon.Rekognition LEFT_EYE_RIGHT
return LandmarkType

LEFT_EYE_UP public static property

Constant LEFT_EYE_UP for LandmarkType
public static LandmarkType,Amazon.Rekognition LEFT_EYE_UP
return LandmarkType

LEFT_PUPIL public static property

Constant LEFT_PUPIL for LandmarkType
public static LandmarkType,Amazon.Rekognition LEFT_PUPIL
return LandmarkType

MOUTH_DOWN public static property

Constant MOUTH_DOWN for LandmarkType
public static LandmarkType,Amazon.Rekognition MOUTH_DOWN
return LandmarkType

MOUTH_LEFT public static property

Constant MOUTH_LEFT for LandmarkType
public static LandmarkType,Amazon.Rekognition MOUTH_LEFT
return LandmarkType

MOUTH_RIGHT public static property

Constant MOUTH_RIGHT for LandmarkType
public static LandmarkType,Amazon.Rekognition MOUTH_RIGHT
return LandmarkType

MOUTH_UP public static property

Constant MOUTH_UP for LandmarkType
public static LandmarkType,Amazon.Rekognition MOUTH_UP
return LandmarkType

NOSE public static property

Constant NOSE for LandmarkType
public static LandmarkType,Amazon.Rekognition NOSE
return LandmarkType

NOSE_LEFT public static property

Constant NOSE_LEFT for LandmarkType
public static LandmarkType,Amazon.Rekognition NOSE_LEFT
return LandmarkType

NOSE_RIGHT public static property

Constant NOSE_RIGHT for LandmarkType
public static LandmarkType,Amazon.Rekognition NOSE_RIGHT
return LandmarkType

RIGHT_EYEBROW_LEFT public static property

Constant RIGHT_EYEBROW_LEFT for LandmarkType
public static LandmarkType,Amazon.Rekognition RIGHT_EYEBROW_LEFT
return LandmarkType

RIGHT_EYEBROW_RIGHT public static property

Constant RIGHT_EYEBROW_RIGHT for LandmarkType
public static LandmarkType,Amazon.Rekognition RIGHT_EYEBROW_RIGHT
return LandmarkType

RIGHT_EYEBROW_UP public static property

Constant RIGHT_EYEBROW_UP for LandmarkType
public static LandmarkType,Amazon.Rekognition RIGHT_EYEBROW_UP
return LandmarkType

RIGHT_EYE_DOWN public static property

Constant RIGHT_EYE_DOWN for LandmarkType
public static LandmarkType,Amazon.Rekognition RIGHT_EYE_DOWN
return LandmarkType

RIGHT_EYE_LEFT public static property

Constant RIGHT_EYE_LEFT for LandmarkType
public static LandmarkType,Amazon.Rekognition RIGHT_EYE_LEFT
return LandmarkType

RIGHT_EYE_RIGHT public static property

Constant RIGHT_EYE_RIGHT for LandmarkType
public static LandmarkType,Amazon.Rekognition RIGHT_EYE_RIGHT
return LandmarkType

RIGHT_EYE_UP public static property

Constant RIGHT_EYE_UP for LandmarkType
public static LandmarkType,Amazon.Rekognition RIGHT_EYE_UP
return LandmarkType

RIGHT_PUPIL public static property

Constant RIGHT_PUPIL for LandmarkType
public static LandmarkType,Amazon.Rekognition RIGHT_PUPIL
return LandmarkType