FaceDetectorOptions.ClassificationMode

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