entities property
Entities, along with their semantic information, in the input document.
Populated if the user enables AnnotateTextRequest.Features.extract_entities or AnnotateTextRequest.Features.extract_entity_sentiment.
Implementation
core.List<Entity>? entities;