FaceDetectorOptions.PerformanceMode

public static abstract @interface FaceDetectorOptions.PerformanceMode implements Annotation

Defines options to control accuracy / speed trade-offs in performing face detection. In general, choosing the more accurate mode will generally result in longer runtime, whereas choosing the faster mode will generally result in detecting fewer faces.

PerformanceMode constants - enumeration of supported Performance Mode:

  1. FaceDetectorOptions.PERFORMANCE_MODE_FAST
  2. FaceDetectorOptions.PERFORMANCE_MODE_ACCURATE

Inherited Method Summary

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