NLTokenUnit 枚举

定义

枚举可以应用标记的语言单位。

[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 = 
继承
NLTokenUnit
属性

字段

Document 3

指示整个文档。

Paragraph 2

指示段落。

Sentence 1

指示句子。

Word 0

指示一个单词。

适用于