LinkedEntity interface
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.
Properties
bing |
Bing Entity Search API unique identifier of the recognized entity. |
data |
Data source used to extract entity linking, such as Wiki/Bing etc. |
data |
Unique identifier of the recognized entity from the data source. |
language | Language used in the data source. |
matches | List of instances this entity appears in the text. |
name | Entity Linking formal name. |
url | URL for the entity's page from the data source. |
Property Details
bingEntitySearchApiId
Bing Entity Search API unique identifier of the recognized entity.
bingEntitySearchApiId?: string
Property Value
string
dataSource
Data source used to extract entity linking, such as Wiki/Bing etc.
dataSource: string
Property Value
string
dataSourceEntityId
Unique identifier of the recognized entity from the data source.
dataSourceEntityId?: string
Property Value
string
language
Language used in the data source.
language: string
Property Value
string
matches
name
Entity Linking formal name.
name: string
Property Value
string
url
URL for the entity's page from the data source.
url: string
Property Value
string