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)
xamarintvos
namespace Foundation
{
[Register("NSLinguisticTagger", true)]
public class NSLinguisticTagger : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("tokenRangeAtIndex:unit:")]
[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 virtual NSRange GetTokenRange(nuint charIndex, NSLinguisticTaggerUnit unit);
}
}
| Xamarin iOS | 0.0 |
|---|---|
| Xamarin macOS | 0.0 |
| Xamarin tvOS | 0.0 |
| Xamarin watchOS | 0.0 |
Information specific to xamarintvos | |
| Assembly | Xamarin.TVOS , 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