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