NLModelType Enum

Definition

Enumerates natural language model types.

[ObjCRuntime.Native]
public enum NLModelType
[<ObjCRuntime.Native>]
type NLModelType = 
Inheritance
NLModelType
Attributes

Fields

Name Value Description
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