C# Class Amazon.Rekognition.EmotionName

Constants used for properties of type EmotionName.
Inheritance: ConstantClass
ファイルを表示 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ANGRY EmotionName
CALM EmotionName
CONFUSED EmotionName
DISGUSTED EmotionName
HAPPY EmotionName
SAD EmotionName
SURPRISED EmotionName
UNKNOWN EmotionName

Public Methods

Method Description
EmotionName ( 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.

FindValue ( string value ) : EmotionName

Finds the constant for the unique value.

Method Details

EmotionName() 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 EmotionName ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

ANGRY public_oe static_oe property

Constant ANGRY for EmotionName
public static EmotionName,Amazon.Rekognition ANGRY
return EmotionName

CALM public_oe static_oe property

Constant CALM for EmotionName
public static EmotionName,Amazon.Rekognition CALM
return EmotionName

CONFUSED public_oe static_oe property

Constant CONFUSED for EmotionName
public static EmotionName,Amazon.Rekognition CONFUSED
return EmotionName

DISGUSTED public_oe static_oe property

Constant DISGUSTED for EmotionName
public static EmotionName,Amazon.Rekognition DISGUSTED
return EmotionName

HAPPY public_oe static_oe property

Constant HAPPY for EmotionName
public static EmotionName,Amazon.Rekognition HAPPY
return EmotionName

SAD public_oe static_oe property

Constant SAD for EmotionName
public static EmotionName,Amazon.Rekognition SAD
return EmotionName

SURPRISED public_oe static_oe property

Constant SURPRISED for EmotionName
public static EmotionName,Amazon.Rekognition SURPRISED
return EmotionName

UNKNOWN public_oe static_oe property

Constant UNKNOWN for EmotionName
public static EmotionName,Amazon.Rekognition UNKNOWN
return EmotionName