مرجع إطار عمل 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;