Uses of Class
org.robovm.apple.foundation.NSLinguisticTag
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSLinguisticTag in org.robovm.apple.foundation
Fields in org.robovm.apple.foundation declared as NSLinguisticTag Modifier and Type Field Description static NSLinguisticTagNSLinguisticTag. AdjectiveDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. AdverbDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. ClassifierDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. CloseParenthesisDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. CloseQuoteDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. ConjunctionDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. DashDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. DeterminerDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. IdiomDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. InterjectionDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. NounDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. NumberDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. OpenParenthesisDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. OpenQuoteDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. OrganizationNameDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. OtherDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. OtherPunctuationDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. OtherWhitespaceDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. OtherWordDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. ParagraphBreakDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. ParticleDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. PersonalNameDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. PlaceNameDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. PrepositionDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. PronounDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. PunctuationDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. SentenceTerminatorDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. VerbDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. WhitespaceDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. WordDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic NSLinguisticTagNSLinguisticTag. WordJoinerDeprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIMethods in org.robovm.apple.foundation that return NSLinguisticTag Modifier and Type Method Description static NSLinguisticTagNSLinguisticTag.Marshaler. toObject(Class<NSLinguisticTag> cls, long handle, long flags)static NSLinguisticTagNSLinguisticTag. valueOf(NSString value)Methods in org.robovm.apple.foundation that return types with arguments of type NSLinguisticTag Modifier and Type Method Description List<NSLinguisticTag>NSLinguisticTagger. getPossibleTags(long charIndex, NSLinguisticTagScheme tagScheme, NSRange tokenRange, NSRange sentenceRange)Deprecated.protected List<NSLinguisticTag>NSLinguisticTagger. getPossibleTags(long charIndex, NSLinguisticTagScheme tagScheme, NSRange tokenRange, NSRange sentenceRange, NSArray.NSArrayPtr<?> scores)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIList<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 APIstatic List<NSLinguisticTag>NSLinguisticTag.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.foundation with parameters of type NSLinguisticTag Modifier and Type Method Description static longNSLinguisticTag.Marshaler. toNative(NSLinguisticTag o, long flags)Method parameters in org.robovm.apple.foundation with type arguments of type NSLinguisticTag Modifier and Type Method Description voidNSLinguisticTagger. enumerateTagsInRange(NSRange range, NSLinguisticTagScheme tagScheme, NSLinguisticTaggerOptions opts, VoidBlock4<NSLinguisticTag,NSRange,NSRange,BooleanPtr> block)Deprecated.All NSLinguisticTagger API should be replaced with NaturalLanguage.framework APIstatic longNSLinguisticTag.AsListMarshaler. toNative(List<NSLinguisticTag> l, long flags)static NSLinguisticTagNSLinguisticTag.Marshaler. toObject(Class<NSLinguisticTag> cls, long handle, long flags)