FaceDetectorOptions.LandmarkMode

public static abstract @interface FaceDetectorOptions.LandmarkMode implements Annotation

Defines options to enable face landmarks or not. Processing time increases as the extra face landmark to search.

LandmarkMode constants - enumeration of supported Landmark Mode:

  1. FaceDetectorOptions.LANDMARK_MODE_NONE
  2. FaceDetectorOptions.LANDMARK_MODE_ALL

Inherited Method Summary