AWSRekognitionEmotionName
Objective-C
NS_ENUM(NSInteger, AWSRekognitionEmotionName) {
AWSRekognitionEmotionNameUnknown,
AWSRekognitionEmotionNameHappy,
AWSRekognitionEmotionNameSad,
AWSRekognitionEmotionNameAngry,
AWSRekognitionEmotionNameConfused,
AWSRekognitionEmotionNameDisgusted,
AWSRekognitionEmotionNameSurprised,
AWSRekognitionEmotionNameCalm,
AWSRekognitionEmotionNameFear,
}
Swift
enum AWSRekognitionEmotionName : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameHappySwift
case happy = 1 -
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameSadSwift
case sad = 2 -
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameAngrySwift
case angry = 3 -
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameConfusedSwift
case confused = 4 -
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameDisgustedSwift
case disgusted = 5 -
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameSurprisedSwift
case surprised = 6 -
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameCalmSwift
case calm = 7 -
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameFearSwift
case fear = 8
View on GitHub
Install in Dash
AWSRekognitionEmotionName Enumeration Reference