MLKitFaceDetection 프레임워크 참조

MLKFaceLandmark


@interface MLKFaceLandmark : NSObject

이미지에서 감지된 사람의 얼굴의 랜드마크입니다.

  • 얼굴 특징의 유형입니다.

    선언

    Objective-C

    @property (nonatomic, readonly) MLKFaceLandmarkType _Nonnull type;
  • 얼굴 특징의 2D 위치입니다.

    선언

    Objective-C

    @property (nonatomic, readonly) MLKVisionPoint *_Nonnull position;
  • 사용할 수 없습니다.

    선언

    Objective-C

    - (nonnull instancetype)init;