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
AWSRekognitionEmotionNameUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameHappy
Swift
case happy = 1
-
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameSad
Swift
case sad = 2
-
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameAngry
Swift
case angry = 3
-
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameConfused
Swift
case confused = 4
-
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameDisgusted
Swift
case disgusted = 5
-
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameSurprised
Swift
case surprised = 6
-
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameCalm
Swift
case calm = 7
-
Undocumented
Declaration
Objective-C
AWSRekognitionEmotionNameFear
Swift
case fear = 8