Class NamedEntityRecognition.ExtractedEntity
- Namespace
- LMKit.TextAnalysis
- Assembly
- LM-Kit.NET.dll
Represents a single named entity extracted from an content.
public sealed class NamedEntityRecognition.ExtractedEntity
- Inheritance
-
NamedEntityRecognition.ExtractedEntity
- Inherited Members
Properties
- EndIndex
Zero-based index of the character immediately after the last character of Value in the original text (i.e. an exclusive end index). -1 if the text can not be extracted.
- EntityDefinition
The definition (built-in or custom) that describes the category and label assigned to this extracted entity.
- Length
Length of the matched entity substring (i.e. EndIndex - StartIndex).
- StartIndex
Zero-based index of the first character of Value in the original text. -1 if the text can not be extracted.
- Value
The exact substring from the original text that was recognized as this entity.