Package apple.vision.enums
Class VNRequestFaceLandmarksConstellation
- java.lang.Object
-
- apple.vision.enums.VNRequestFaceLandmarksConstellation
-
public final class VNRequestFaceLandmarksConstellation extends java.lang.ObjectConstellation type defines how many landmark points are used to map a face. Revisions 1, 2, and 3 support 65 points, where Rev3 also supports 76 points.
-
-
Field Summary
Fields Modifier and Type Field Description static longConstellation65Pointsstatic longConstellation76Pointsstatic longConstellationNotDefined
-
-
-
Field Detail
-
ConstellationNotDefined
public static final long ConstellationNotDefined
- See Also:
- Constant Field Values
-
Constellation65Points
public static final long Constellation65Points
- See Also:
- Constant Field Values
-
Constellation76Points
public static final long Constellation76Points
- See Also:
- Constant Field Values
-
-