Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LinkedEntity

Package version

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

Index

Properties

Optional bingEntitySearchApiId

bingEntitySearchApiId: undefined | string

Bing Entity Search API unique identifier of the recognized entity.

dataSource

dataSource: string

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

Optional dataSourceEntityId

dataSourceEntityId: undefined | string

Unique identifier of the recognized entity from the data source.

language

language: string

Language used in the data source.

matches

matches: Match[]

List of instances this entity appears in the text.

name

name: string

Entity Linking formal name.

url

url: string

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

Generated using TypeDoc