Uses of Class
org.robovm.apple.foundation.NSLinguisticTaggerOptions
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSLinguisticTaggerOptions in org.robovm.apple.foundation
Fields in org.robovm.apple.foundation declared as NSLinguisticTaggerOptions Modifier and Type Field Description static NSLinguisticTaggerOptionsNSLinguisticTaggerOptions. JoinNamesstatic NSLinguisticTaggerOptionsNSLinguisticTaggerOptions. Nonestatic NSLinguisticTaggerOptionsNSLinguisticTaggerOptions. OmitOtherstatic NSLinguisticTaggerOptionsNSLinguisticTaggerOptions. OmitPunctuationstatic NSLinguisticTaggerOptionsNSLinguisticTaggerOptions. OmitWhitespacestatic NSLinguisticTaggerOptionsNSLinguisticTaggerOptions. OmitWordsMethods in org.robovm.apple.foundation that return NSLinguisticTaggerOptions Modifier and Type Method Description protected NSLinguisticTaggerOptions[]NSLinguisticTaggerOptions. _values()static NSLinguisticTaggerOptions[]NSLinguisticTaggerOptions. values()protected NSLinguisticTaggerOptionsNSLinguisticTaggerOptions. wrap(long value, long mask)Methods in org.robovm.apple.foundation with parameters of type NSLinguisticTaggerOptions 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 APIvoidNSLinguisticTagger. enumerateTagsInRange(NSRange range, NSLinguisticTaggerUnit unit, String scheme, NSLinguisticTaggerOptions options, VoidBlock3<String,NSRange,BooleanPtr> block)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIvoidNSLinguisticTagger. enumerateTagsInRange(NSRange range, NSLinguisticTagScheme tagScheme, NSLinguisticTaggerOptions opts, VoidBlock4<NSLinguisticTag,NSRange,NSRange,BooleanPtr> block)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIList<NSRange>NSLinguisticTagger. getTagRanges(NSRange range, NSLinguisticTagScheme tagScheme, NSLinguisticTaggerOptions opts)Deprecated.List<NSLinguisticTag>NSLinguisticTagger. getTags(NSRange range, NSLinguisticTagScheme tagScheme, NSLinguisticTaggerOptions opts)Deprecated.protected List<NSLinguisticTag>NSLinguisticTagger. getTags(NSRange range, NSLinguisticTagScheme tagScheme, NSLinguisticTaggerOptions opts, NSArray.NSArrayPtr<?> tokenRanges)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIprotected longNSLinguisticTagger. init(List<NSLinguisticTagScheme> tagSchemes, NSLinguisticTaggerOptions opts)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 APINSArray<NSString>NSLinguisticTagger. tagsInRange(NSRange range, NSLinguisticTaggerUnit unit, String scheme, NSLinguisticTaggerOptions options, NSArray.NSArrayPtr<?> tokenRanges)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIConstructors in org.robovm.apple.foundation with parameters of type NSLinguisticTaggerOptions Constructor Description NSLinguisticTagger(List<NSLinguisticTagScheme> tagSchemes, NSLinguisticTaggerOptions opts)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework API