Property EntityDefinitions
- Namespace
- LMKit.TextAnalysis
- Assembly
- LM-Kit.NET.dll
EntityDefinitions
Gets or sets the list of entity types (built‐in and/or custom) that this recognizer will extract. Must contain at least one NamedEntityRecognition.EntityDefinition; otherwise, an ArgumentNullException is thrown.
public List<NamedEntityRecognition.EntityDefinition> EntityDefinitions { get; set; }