entityMentions property
The entity_mentions
field contains all the annotated medical entities
that were mentioned in the provided document.
Implementation
core.List<EntityMention>? entityMentions;
The entity_mentions
field contains all the annotated medical entities
that were mentioned in the provided document.
core.List<EntityMention>? entityMentions;