FaceMesh.ContourType

  • FaceMesh.ContourType is an annotation interface defining the type of face contour to be detected.

  • It supports various predefined contour types such as face oval, eyebrows, eyes, lips, and nose bridge.

  • Developers can use these constants to specify which facial features they want to analyze using the Face Mesh API.

public static abstract @interface FaceMesh.ContourType implements Annotation

Inherited Method Summary