FaceDetectorOptions.ClassificationMode

  • FaceDetectorOptions.ClassificationMode defines options for identifying facial attributes like smiling and eye openness.

  • Processing time increases with the addition of more classifications.

  • Two classification modes are available: CLASSIFICATION_MODE_NONE and CLASSIFICATION_MODE_ALL.

  • This annotation inherits methods from java.lang.annotation.Annotation such as annotationType(), equals(), hashCode(), and toString().

public static abstract @interface FaceDetectorOptions.ClassificationMode implements Annotation

Defines options for characterizing attributes such as "smiling" * and "eyes open". Processing time increases as extra classification to search.

ClassificationMode constants - enumeration of supported Classification Mode:

  1. FaceDetectorOptions.CLASSIFICATION_MODE_NONE
  2. FaceDetectorOptions.CLASSIFICATION_MODE_ALL

Inherited Method Summary