你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

bingEntitySearchApiId

Bing Entity Search API unique identifier of the recognized entity.

dataSource

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

dataSourceEntityId

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

List of instances this entity appears in the text.

matches: Match[]

Property Value

Match[]

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