NLTokenizerAttributes Enum

Definition

Enumerates content hints for tokenizers.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum NLTokenizerAttributes
type NLTokenizerAttributes = 
Inheritance
NLTokenizerAttributes
Attributes

Fields

Emoji 4

Indicates that the text contains emojis.

Numeric 1

Indicates that the string contains numbers.

Symbolic 2

Indicates that the string contains symbols.

Applies to