entities property

List<Entity>? entities
getter/setter pair

Entities, along with their semantic information, in the input document.

Populated if the user enables AnnotateTextRequest.Features.extract_entities.

Implementation

core.List<Entity>? entities;