FaceMeshDetectorOptions.UseCase

  • FaceMeshDetectorOptions.UseCase is an annotation that defines the main use case for face mesh detection.

  • The default use case is FaceMeshDetectorOptions.FACE_MESH, which provides a full face mesh.

  • FaceMeshDetectorOptions.BOUNDING_BOX_ONLY is an alternative use case that only provides a bounding box around the face.

  • It inherits methods from java.lang.annotation.Annotation like annotationType(), equals(), hashCode(), and toString().

public static abstract @interface FaceMeshDetectorOptions.UseCase implements Annotation

Defines options for main use case. By default the use case is FaceMeshDetectorOptions.FACE_MESH.

Use case constants - enumeration of supported use case</>

  1. FaceMeshDetectorOptions.BOUNDING_BOX_ONLY
  2. FaceMeshDetectorOptions.FACE_MESH

Inherited Method Summary