mentions property

List<EntityMention>? mentions
getter/setter pair

The mentions of this entity in the input document.

The API currently supports proper noun mentions.

Implementation

core.List<EntityMention>? mentions;