Class PiiExtraction.PiiExtractedEntity
- Namespace
- LMKit.TextAnalysis
- Assembly
- LM-Kit.NET.dll
Represents a single PII entity extracted from content, including its definition, a canonical text value, confidence, and all occurrences (text regions) in the original content.
public sealed class PiiExtraction.PiiExtractedEntity
- Inheritance
-
PiiExtraction.PiiExtractedEntity
- Inherited Members
Properties
- Confidence
Confidence score (0.0–1.0) assigned to this entity.
- EntityDefinition
The definition (built-in or custom) describing the category and label of this entity.
- Occurrences
All occurrences (text regions) where this entity was found in the original content.
- Value
Canonical or representative text value for this entity (e.g., the first or normalized hit).