סימוכין למסגרת של MLKitFaceDetection

MLKFaceLandmark


@interface MLKFaceLandmark : NSObject

ציון דרך על פנים אנושיות שזוהתה בתמונה.

  • הסוג של מאפיין זיהוי הפנים.

    הצהרה

    Objective-C

    @property (nonatomic, readonly) MLKFaceLandmarkType _Nonnull type;
  • מיקום דו-ממדי של ציון הדרך לפנים.

    הצהרה

    Objective-C

    @property (nonatomic, readonly) MLKVisionPoint *_Nonnull position;
  • לא זמינים.

    הצהרה

    Objective-C

    - (nonnull instancetype)init;