Share via


NLTokenizerAttributes Enum

Definition

Enumerates content hints for tokenizers.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum NLTokenizerAttributes
[<ObjCRuntime.Native>]
[<System.Flags>]
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.

Applies to