FaceLandmark.LandmarkType

  • FaceLandmark.LandmarkType is an annotation used to define landmark types for facial detection.

  • It provides a set of predefined landmark types for identifying specific facial features.

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

public static abstract @interface FaceLandmark.LandmarkType implements Annotation

Landmark types for face.

Inherited Method Summary