FirebaseMLVision Framework Reference

VisionFaceLandmark

class VisionFaceLandmark : 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: FIRVisionPoint { get }
  • Unavailable.