MLKitFaceDetection Framework Reference

MLKFaceContour


@interface MLKFaceContour : NSObject

A contour on a human face detected in an image.

  • The facial contour type.

    Declaration

    Objective-C

    @property (nonatomic, readonly) MLKFaceContourType _Nonnull type;
  • An array of 2D points that make up the facial contour.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSArray<MLKVisionPoint *> *_Nonnull points;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;