NSLinguisticTagger
NSLinguisticTagger()
NSLinguisticTagger(IntPtr)
NSLinguisticTagger(NativeHandle)
NSLinguisticTagger(NSObjectFlag)
NSLinguisticTagger(NSString[], NSLinguisticTaggerOptions)
AnalysisString
ClassHandle
DominantLanguage
TagSchemes
EnumerateTags(NSRange, NSLinguisticTaggerUnit, String, NSLinguisticTaggerOptions, LinguisticTagEnumerator)
EnumerateTags(String, NSRange, NSLinguisticTaggerUnit, String, NSLinguisticTaggerOptions, NSOrthography, LinguisticTagEnumerator)
EnumerateTagsInRange(NSRange, NSString, NSLinguisticTaggerOptions, NSLingusticEnumerator)
GetAvailableTagSchemes(NSLinguisticTaggerUnit, String)
GetAvailableTagSchemesForLanguage(String)
GetDominantLanguage(String)
GetOrthography(nint, NSRange)
GetOrthography(nint, NSRange)
GetSentenceRangeForRange(NSRange)
GetTag(nint, NSString, NSRange, NSRange)
GetTag(nint, NSString, NSRange, NSRange)
GetTag(nuint, NSLinguisticTaggerUnit, String, NSRange)
GetTag(nuint, NSLinguisticTaggerUnit, String, NSRange)
GetTag(String, nuint, NSLinguisticTaggerUnit, String, NSOrthography, NSRange)
GetTag(String, nuint, NSLinguisticTaggerUnit, String, NSOrthography, NSRange)
GetTags(NSRange, NSLinguisticTaggerUnit, String, NSLinguisticTaggerOptions, NSValue[])
GetTags(String, NSRange, NSLinguisticTaggerUnit, String, NSLinguisticTaggerOptions, NSOrthography, NSValue[])
GetTokenRange(nuint, NSLinguisticTaggerUnit)
GetTokenRange(nuint, NSLinguisticTaggerUnit)
SetOrthographyrange(NSOrthography, NSRange)
StringEditedInRange(NSRange, nint)
StringEditedInRange(NSRange, nint)
xamarinios
namespace Foundation
{
[Register("NSLinguisticTagger", true)]
public class NSLinguisticTagger : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("tagsForString:range:unit:scheme:options:orthography:tokenRanges:")]
[Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 11, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
public static string![]! GetTags(string! str, NSRange range, NSLinguisticTaggerUnit unit, string! scheme, NSLinguisticTaggerOptions options, NSOrthography? orthography, out NSValue![]? tokenRanges);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API