AWSRekognitionLandmarkType
Objective-C
NS_ENUM(NSInteger, AWSRekognitionLandmarkType) {
AWSRekognitionLandmarkTypeUnknown,
AWSRekognitionLandmarkTypeEyeLeft,
AWSRekognitionLandmarkTypeEyeRight,
AWSRekognitionLandmarkTypeNose,
AWSRekognitionLandmarkTypeMouthLeft,
AWSRekognitionLandmarkTypeMouthRight,
AWSRekognitionLandmarkTypeLeftEyeBrowLeft,
AWSRekognitionLandmarkTypeLeftEyeBrowRight,
AWSRekognitionLandmarkTypeLeftEyeBrowUp,
AWSRekognitionLandmarkTypeRightEyeBrowLeft,
AWSRekognitionLandmarkTypeRightEyeBrowRight,
AWSRekognitionLandmarkTypeRightEyeBrowUp,
AWSRekognitionLandmarkTypeLeftEyeLeft,
AWSRekognitionLandmarkTypeLeftEyeRight,
AWSRekognitionLandmarkTypeLeftEyeUp,
AWSRekognitionLandmarkTypeLeftEyeDown,
AWSRekognitionLandmarkTypeRightEyeLeft,
AWSRekognitionLandmarkTypeRightEyeRight,
AWSRekognitionLandmarkTypeRightEyeUp,
AWSRekognitionLandmarkTypeRightEyeDown,
AWSRekognitionLandmarkTypeNoseLeft,
AWSRekognitionLandmarkTypeNoseRight,
AWSRekognitionLandmarkTypeMouthUp,
AWSRekognitionLandmarkTypeMouthDown,
AWSRekognitionLandmarkTypeLeftPupil,
AWSRekognitionLandmarkTypeRightPupil,
AWSRekognitionLandmarkTypeUpperJawlineLeft,
AWSRekognitionLandmarkTypeMidJawlineLeft,
AWSRekognitionLandmarkTypeChinBottom,
AWSRekognitionLandmarkTypeMidJawlineRight,
AWSRekognitionLandmarkTypeUpperJawlineRight,
}
Swift
enum AWSRekognitionLandmarkType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeEyeLeft
Swift
case eyeLeft = 1
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeEyeRight
Swift
case eyeRight = 2
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeNose
Swift
case nose = 3
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeMouthLeft
Swift
case mouthLeft = 4
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeMouthRight
Swift
case mouthRight = 5
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeBrowLeft
Swift
case leftEyeBrowLeft = 6
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeBrowRight
Swift
case leftEyeBrowRight = 7
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeBrowUp
Swift
case leftEyeBrowUp = 8
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeBrowLeft
Swift
case rightEyeBrowLeft = 9
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeBrowRight
Swift
case rightEyeBrowRight = 10
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeBrowUp
Swift
case rightEyeBrowUp = 11
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeLeft
Swift
case leftEyeLeft = 12
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeRight
Swift
case leftEyeRight = 13
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeUp
Swift
case leftEyeUp = 14
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeDown
Swift
case leftEyeDown = 15
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeLeft
Swift
case rightEyeLeft = 16
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeRight
Swift
case rightEyeRight = 17
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeUp
Swift
case rightEyeUp = 18
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeDown
Swift
case rightEyeDown = 19
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeNoseLeft
Swift
case noseLeft = 20
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeNoseRight
Swift
case noseRight = 21
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeMouthUp
Swift
case mouthUp = 22
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeMouthDown
Swift
case mouthDown = 23
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftPupil
Swift
case leftPupil = 24
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightPupil
Swift
case rightPupil = 25
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeUpperJawlineLeft
Swift
case upperJawlineLeft = 26
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeMidJawlineLeft
Swift
case midJawlineLeft = 27
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeChinBottom
Swift
case chinBottom = 28
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeMidJawlineRight
Swift
case midJawlineRight = 29
-
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeUpperJawlineRight
Swift
case upperJawlineRight = 30