C# 클래스 Amazon.Rekognition.EmotionName

Constants used for properties of type EmotionName.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
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