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:
Inherited Method Summary
abstract Class<? extends Annotation> |
annotationType()
|
abstract boolean |
equals(Object arg0)
|
abstract int |
hashCode()
|
abstract String |
toString()
|