Uses of Class
org.robovm.apple.vision.VNRequestFaceLandmarksConstellation
| Package | Description |
|---|---|
| org.robovm.apple.vision |
-
Uses of VNRequestFaceLandmarksConstellation in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return VNRequestFaceLandmarksConstellation Modifier and Type Method Description VNRequestFaceLandmarksConstellationVNDetectFaceLandmarksRequest. getConstellation()static VNRequestFaceLandmarksConstellationVNRequestFaceLandmarksConstellation. valueOf(long n)Returns the enum constant of this type with the specified name.static VNRequestFaceLandmarksConstellationVNRequestFaceLandmarksConstellation. valueOf(String name)Returns the enum constant of this type with the specified name.static VNRequestFaceLandmarksConstellation[]VNRequestFaceLandmarksConstellation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.vision with parameters of type VNRequestFaceLandmarksConstellation Modifier and Type Method Description static booleanVNDetectFaceLandmarksRequest. revision(long requestRevision, VNRequestFaceLandmarksConstellation constellation)voidVNDetectFaceLandmarksRequest. setConstellation(VNRequestFaceLandmarksConstellation v)