Package version:

Interface LinkedEntity

A word or phrase identified as a well-known entity within a database, including its formal (disambiguated) name and a link to the entity information within the source database.

Hierarchy

  • LinkedEntity

Properties

bingEntitySearchApiId?: string

Bing Entity Search API unique identifier of the recognized entity.

dataSource: string

Data source used to extract entity linking, such as Wiki/Bing etc.

dataSourceEntityId?: string

Unique identifier of the recognized entity from the data source.

language: string

Language used in the data source.

matches: Object

List of instances this entity appears in the text.

name: string

Entity Linking formal name.

url: string

URL for the entity's page from the data source.

Generated using TypeDoc