MatchRecord Class
MatchRecord.
- Inheritance
-
MatchRecord
Constructor
MatchRecord(*, wikipedia_score: Optional[float] = None, entity_type_score: Optional[float] = None, text: Optional[str] = None, offset: Optional[int] = None, length: Optional[int] = None, **kwargs)
Parameters
- wikipedia_score
- float
Required
(optional) If a well-known item with Wikipedia link is recognized, a decimal number denoting the confidence level of the Wikipedia info will be returned.
- entity_type_score
- float
Required
(optional) If an entity type is recognized, a decimal number denoting the confidence level of the entity type will be returned.
Feedback
Submit and view feedback for