FirebaseMLVision Framework Reference

FIRVisionFaceLandmark


@interface FIRVisionFaceLandmark : NSObject

A landmark on a human face detected in an image.

  • The type of the facial landmark.

    Declaration

    Objective-C

    @property (nonatomic, readonly) FIRFaceLandmarkType _Nonnull type;
  • 2D position of the facial landmark.

    Declaration

    Objective-C

    @property (nonatomic, readonly) FIRVisionPoint *_Nonnull position;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;