Class NamedEntityRecognition.ExtractedEntity
- Namespace
- LMKit.TextAnalysis
- Assembly
- LM-Kit.NET.dll
Represents a single named entity extracted from content, including its definition, canonical value, confidence, and all occurrences (text regions) in the original content.
public sealed class NamedEntityRecognition.ExtractedEntity- Inheritance
- 
      
      NamedEntityRecognition.ExtractedEntity
- 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).