entityMentions property

List<EntityMention>? entityMentions
getter/setter pair

The entity_mentions field contains all the annotated medical entities that were mentioned in the provided document.

Implementation

core.List<EntityMention>? entityMentions;