MLKitFaceDetection Framework Reference

FaceLandmark

class FaceLandmark : NSObject

A landmark on a human face detected in an image.

  • The type of the facial landmark.

    Declaration

    Swift

    var type: FaceLandmarkType { get }
  • 2D position of the facial landmark.

    Declaration

    Swift

    var position: MLKVisionPoint { get }
  • Unavailable.