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
AWSRekognitionLandmarkTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeEyeLeftSwift
case eyeLeft = 1 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeEyeRightSwift
case eyeRight = 2 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeNoseSwift
case nose = 3 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeMouthLeftSwift
case mouthLeft = 4 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeMouthRightSwift
case mouthRight = 5 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeBrowLeftSwift
case leftEyeBrowLeft = 6 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeBrowRightSwift
case leftEyeBrowRight = 7 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeBrowUpSwift
case leftEyeBrowUp = 8 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeBrowLeftSwift
case rightEyeBrowLeft = 9 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeBrowRightSwift
case rightEyeBrowRight = 10 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeBrowUpSwift
case rightEyeBrowUp = 11 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeLeftSwift
case leftEyeLeft = 12 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeRightSwift
case leftEyeRight = 13 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeUpSwift
case leftEyeUp = 14 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftEyeDownSwift
case leftEyeDown = 15 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeLeftSwift
case rightEyeLeft = 16 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeRightSwift
case rightEyeRight = 17 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeUpSwift
case rightEyeUp = 18 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightEyeDownSwift
case rightEyeDown = 19 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeNoseLeftSwift
case noseLeft = 20 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeNoseRightSwift
case noseRight = 21 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeMouthUpSwift
case mouthUp = 22 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeMouthDownSwift
case mouthDown = 23 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeLeftPupilSwift
case leftPupil = 24 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeRightPupilSwift
case rightPupil = 25 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeUpperJawlineLeftSwift
case upperJawlineLeft = 26 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeMidJawlineLeftSwift
case midJawlineLeft = 27 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeChinBottomSwift
case chinBottom = 28 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeMidJawlineRightSwift
case midJawlineRight = 29 -
Undocumented
Declaration
Objective-C
AWSRekognitionLandmarkTypeUpperJawlineRightSwift
case upperJawlineRight = 30
View on GitHub
Install in Dash
AWSRekognitionLandmarkType Enumeration Reference