Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EntityRecord

Package version

An interface representing EntityRecord.

Hierarchy

  • EntityRecord

Index

Properties

Optional bingId

bingId: undefined | string

Bing unique identifier of the recognized entity. Use in conjunction with the Bing Entity Search API to fetch additional relevant information.

Optional matches

matches: MatchRecord[]

List of instances this entity appears in the text.

Optional name

name: undefined | string

Entity formal name.

Optional subType

subType: undefined | string

Entity sub type from Named Entity Recognition model

Optional type

type: undefined | string

Entity type from Named Entity Recognition model

Optional wikipediaId

wikipediaId: undefined | string

Wikipedia unique identifier of the recognized entity.

Optional wikipediaLanguage

wikipediaLanguage: undefined | string

Wikipedia language for which the WikipediaId and WikipediaUrl refers to.

Optional wikipediaUrl

wikipediaUrl: undefined | string

URL for the entity's Wikipedia page. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc