MLKFaceLandmark
@interface MLKFaceLandmark : NSObject
A landmark on a human face detected in an image.
-
The type of the facial landmark.
Declaration
Objective-C
@property (nonatomic, readonly) MLKFaceLandmarkType _Nonnull type;
-
2D position of the facial landmark.
Declaration
Objective-C
@property (nonatomic, readonly) MLKVisionPoint *_Nonnull position;
-
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;