NLTokenUnit Enum

Definition

Enumerates linguistic units to which tags can be applied.

[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)]
public enum NLTokenUnit
type NLTokenUnit = 
Inheritance
NLTokenUnit
Attributes

Fields

Document 3

Indicates an entire document.

Paragraph 2

Indicates a paragraph.

Sentence 1

Indicates a sentence.

Word 0

Indicates a word.

Applies to