linkedEntities property

List<LinkedEntity>? linkedEntities
getter/setter pair

linked_entities are candidate ontological concepts that this entity mention may refer to.

They are sorted by decreasing confidence.

Implementation

core.List<LinkedEntity>? linkedEntities;