entities property

List<Entity>? entities
getter/setter pair

The recognized entities in the input document with associated sentiments.

Implementation

core.List<Entity>? entities;