Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LinkedEntity

Package version

An interface representing LinkedEntity.

Hierarchy

  • LinkedEntity

Index

Properties

dataSource

dataSource: string

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

Optional id

id: 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