C# Class Amazon.Rekognition.EmotionName

Constants used for properties of type EmotionName.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
ANGRY EmotionName
CALM EmotionName
CONFUSED EmotionName
DISGUSTED EmotionName
HAPPY EmotionName
SAD EmotionName
SURPRISED EmotionName
UNKNOWN EmotionName

Méthodes publiques

Méthode 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 méthode

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
Résultat System

FindValue() public static méthode

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

Property Details

ANGRY public_oe static_oe property

Constant ANGRY for EmotionName
public static EmotionName,Amazon.Rekognition ANGRY
Résultat EmotionName

CALM public_oe static_oe property

Constant CALM for EmotionName
public static EmotionName,Amazon.Rekognition CALM
Résultat EmotionName

CONFUSED public_oe static_oe property

Constant CONFUSED for EmotionName
public static EmotionName,Amazon.Rekognition CONFUSED
Résultat EmotionName

DISGUSTED public_oe static_oe property

Constant DISGUSTED for EmotionName
public static EmotionName,Amazon.Rekognition DISGUSTED
Résultat EmotionName

HAPPY public_oe static_oe property

Constant HAPPY for EmotionName
public static EmotionName,Amazon.Rekognition HAPPY
Résultat EmotionName

SAD public_oe static_oe property

Constant SAD for EmotionName
public static EmotionName,Amazon.Rekognition SAD
Résultat EmotionName

SURPRISED public_oe static_oe property

Constant SURPRISED for EmotionName
public static EmotionName,Amazon.Rekognition SURPRISED
Résultat EmotionName

UNKNOWN public_oe static_oe property

Constant UNKNOWN for EmotionName
public static EmotionName,Amazon.Rekognition UNKNOWN
Résultat EmotionName