NLTokenizerAttributes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Numeric | 1 | Indicates that the string contains numbers. |
Symbolic | 2 | Indicates that the string contains symbols. |
Emoji | 4 | Indicates that the text contains emojis. |