NLModelType Enum

Definition

Enumerates natural language model types.

[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 NLModelType
type NLModelType = 
Inheritance
NLModelType
Attributes

Fields

Classifier 0

Indicates a model that tags text at a level of groups of tokens, such as sentences or paragraphs.

Sequence 1

Indicates a model that tags text at the individual token level.

Applies to