Uses of Class
org.robovm.apple.vision.VNRequestTextRecognitionLevel
| Package | Description |
|---|---|
| org.robovm.apple.vision |
-
Uses of VNRequestTextRecognitionLevel in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return VNRequestTextRecognitionLevel Modifier and Type Method Description VNRequestTextRecognitionLevelVNRecognizeTextRequest. getRecognitionLevel()static VNRequestTextRecognitionLevelVNRequestTextRecognitionLevel. valueOf(long n)Returns the enum constant of this type with the specified name.static VNRequestTextRecognitionLevelVNRequestTextRecognitionLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static VNRequestTextRecognitionLevel[]VNRequestTextRecognitionLevel. 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 VNRequestTextRecognitionLevel Modifier and Type Method Description static NSArray<NSString>VNRecognizeTextRequest. getSupportedRecognitionLanguagesForTextRecognitionLevel(VNRequestTextRecognitionLevel recognitionLevel, long requestRevision)Deprecated.Deprecated in iOS 15.0.voidVNRecognizeTextRequest. setRecognitionLevel(VNRequestTextRecognitionLevel v)