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