Uses of Class
org.robovm.apple.foundation.NSOrthography
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.naturallanguage |
-
Uses of NSOrthography in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSOrthography Modifier and Type Method Description static NSOrthographyNSOrthography. defaultOrthographyForLanguage(String language)NSOrthographyNSLinguisticTagger. getOrthography(long charIndex, NSRange effectiveRange)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APINSOrthographyNSTextCheckingResult. getOrthography()Methods in org.robovm.apple.foundation with parameters of type NSOrthography Modifier and Type Method Description static voidNSLinguisticTagger. enumerateTagsForString(String string, NSRange range, NSLinguisticTaggerUnit unit, String scheme, NSLinguisticTaggerOptions options, NSOrthography orthography, VoidBlock3<String,NSRange,BooleanPtr> block)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSTextCheckingResultNSTextCheckingResult. getOrthographyCheckingResult(NSRange range, NSOrthography orthography)voidNSLinguisticTagger. setOrthography(NSOrthography orthography, NSRange range)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic StringNSLinguisticTagger. tagForString(String string, long charIndex, NSLinguisticTaggerUnit unit, String scheme, NSOrthography orthography, NSRange tokenRange)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSArray<NSString>NSLinguisticTagger. tagsForString(String string, NSRange range, NSLinguisticTaggerUnit unit, String scheme, NSLinguisticTaggerOptions options, NSOrthography orthography, NSArray.NSArrayPtr<?> tokenRanges)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API -
Uses of NSOrthography in org.robovm.apple.naturallanguage
Methods in org.robovm.apple.naturallanguage with parameters of type NSOrthography Modifier and Type Method Description voidNLTagger. setOrthography(NSOrthography orthography, NSRange range)