Class PiiExtraction.PiiExtractedEntity
- Namespace
- LMKit.TextAnalysis
- Assembly
- LM-Kit.NET.dll
Represents a single PII entity extracted from content, including its type, label, exact text value, and character offsets.
public sealed class PiiExtraction.PiiExtractedEntity
- Inheritance
-
PiiExtraction.PiiExtractedEntity
- Inherited Members
Properties
- Confidence
Confidence score (between 0.0 and 1.0) that the extractor assigned to this entity.
- EndIndex
Zero-based index of the character immediately after the last character of Value in the original content (exclusive end index). -1 if the position could not be determined.
- EntityDefinition
The definition (built-in or custom) that describes the category and label assigned to this extracted entity.
- StartIndex
Zero-based index of the first character of Value in the original content. -1 if the position could not be determined.
- Value
The exact substring from the original content that was extracted as this entity.