Table of Contents

Property Label

Namespace
LMKit.TextAnalysis.Training
Assembly
LM-Kit.NET.dll

Label

The string key/name for the entity type. For built-in types, use EntityType.ToString(); for custom types, use the user-defined label (e.g., "AccountNumber").

public string Label { get; }

Property Value

string