Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MatchRecord

Package version

An interface representing MatchRecord.

Hierarchy

  • MatchRecord

Index

Properties

Optional entityTypeScore

entityTypeScore: undefined | number

(optional) If an entity type is recognized, a decimal number denoting the confidence level of the entity type will be returned.

Optional length

length: undefined | number

Length (in Unicode characters) for the entity match text.

Optional offset

offset: undefined | number

Start position (in Unicode characters) for the entity match text.

Optional text

text: undefined | string

Entity text as appears in the request.

Optional wikipediaScore

wikipediaScore: undefined | number

(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.

Generated using TypeDoc