C# Класс Amazon.Rekognition.EmotionName

Constants used for properties of type EmotionName.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ANGRY EmotionName
CALM EmotionName
CONFUSED EmotionName
DISGUSTED EmotionName
HAPPY EmotionName
SAD EmotionName
SURPRISED EmotionName
UNKNOWN EmotionName

Открытые методы

Метод Описание
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.

Описание методов

EmotionName() публичный Метод

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
Результат System

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : EmotionName
value string The unique value for the constant
Результат EmotionName

Описание свойств

ANGRY публичное статическое свойство

Constant ANGRY for EmotionName
public static EmotionName,Amazon.Rekognition ANGRY
Результат EmotionName

CALM публичное статическое свойство

Constant CALM for EmotionName
public static EmotionName,Amazon.Rekognition CALM
Результат EmotionName

CONFUSED публичное статическое свойство

Constant CONFUSED for EmotionName
public static EmotionName,Amazon.Rekognition CONFUSED
Результат EmotionName

DISGUSTED публичное статическое свойство

Constant DISGUSTED for EmotionName
public static EmotionName,Amazon.Rekognition DISGUSTED
Результат EmotionName

HAPPY публичное статическое свойство

Constant HAPPY for EmotionName
public static EmotionName,Amazon.Rekognition HAPPY
Результат EmotionName

SAD публичное статическое свойство

Constant SAD for EmotionName
public static EmotionName,Amazon.Rekognition SAD
Результат EmotionName

SURPRISED публичное статическое свойство

Constant SURPRISED for EmotionName
public static EmotionName,Amazon.Rekognition SURPRISED
Результат EmotionName

UNKNOWN публичное статическое свойство

Constant UNKNOWN for EmotionName
public static EmotionName,Amazon.Rekognition UNKNOWN
Результат EmotionName