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

abstract Class<? extends Annotation>
annotationType()
abstract boolean
equals(Object arg0)
abstract int
hashCode()
abstract String
toString()