NSLinguisticTagger.GetTags Method

Definition

Overloads

GetTags(NSRange, NSLinguisticTaggerUnit, String, NSLinguisticTaggerOptions, NSValue[])
GetTags(String, NSRange, NSLinguisticTaggerUnit, String, NSLinguisticTaggerOptions, NSOrthography, NSValue[])

GetTags(NSRange, NSLinguisticTaggerUnit, String, NSLinguisticTaggerOptions, NSValue[])

[Foundation.Export("tagsInRange:unit:scheme:options:tokenRanges:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string[] GetTags (Foundation.NSRange range, Foundation.NSLinguisticTaggerUnit unit, string scheme, Foundation.NSLinguisticTaggerOptions options, out Foundation.NSValue[] tokenRanges);
abstract member GetTags : Foundation.NSRange * Foundation.NSLinguisticTaggerUnit * string * Foundation.NSLinguisticTaggerOptions *  -> string[]
override this.GetTags : Foundation.NSRange * Foundation.NSLinguisticTaggerUnit * string * Foundation.NSLinguisticTaggerOptions *  -> string[]

Parameters

range
NSRange
scheme
String
tokenRanges
NSValue[]

To be added.

This parameter can be null.

Returns

String[]
Attributes

Applies to

GetTags(String, NSRange, NSLinguisticTaggerUnit, String, NSLinguisticTaggerOptions, NSOrthography, NSValue[])

[Foundation.Export("tagsForString:range:unit:scheme:options:orthography:tokenRanges:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static string[] GetTags (string str, Foundation.NSRange range, Foundation.NSLinguisticTaggerUnit unit, string scheme, Foundation.NSLinguisticTaggerOptions options, Foundation.NSOrthography orthography, out Foundation.NSValue[] tokenRanges);
static member GetTags : string * Foundation.NSRange * Foundation.NSLinguisticTaggerUnit * string * Foundation.NSLinguisticTaggerOptions * Foundation.NSOrthography *  -> string[]

Parameters

str
String
range
NSRange
scheme
String
orthography
NSOrthography

To be added.

This parameter can be null.

tokenRanges
NSValue[]

To be added.

This parameter can be null.

Returns

String[]
Attributes

Applies to