Uses of Class
org.robovm.apple.vision.VNRequestTrackingLevel
| Package | Description |
|---|---|
| org.robovm.apple.vision |
-
Uses of VNRequestTrackingLevel in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return VNRequestTrackingLevel Modifier and Type Method Description VNRequestTrackingLevelVNTrackingRequest. getTrackingLevel()static VNRequestTrackingLevelVNRequestTrackingLevel. valueOf(long n)Returns the enum constant of this type with the specified name.static VNRequestTrackingLevelVNRequestTrackingLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static VNRequestTrackingLevel[]VNRequestTrackingLevel. 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 VNRequestTrackingLevel Modifier and Type Method Description voidVNTrackingRequest. setTrackingLevel(VNRequestTrackingLevel v)