entities property

List<Entity>? entities
getter/setter pair

The union of all the candidate entities that the entity_mentions in this response could link to.

These are UMLS concepts or normalized mention content.

Implementation

core.List<Entity>? entities;