class Entity_Type

The type of the entity.

Protobuf enum Google\Cloud\Language\V1beta2\Entity\Type

Constants

UNKNOWN

Unknown

Generated from protobuf enum UNKNOWN = 0;

PERSON

Person

Generated from protobuf enum PERSON = 1;

LOCATION

Location

Generated from protobuf enum LOCATION = 2;

ORGANIZATION

Organization

Generated from protobuf enum ORGANIZATION = 3;

EVENT

Event

Generated from protobuf enum EVENT = 4;

WORK_OF_ART

Work of art

Generated from protobuf enum WORK_OF_ART = 5;

CONSUMER_GOOD

Consumer goods

Generated from protobuf enum CONSUMER_GOOD = 6;

OTHER

Other types

Generated from protobuf enum OTHER = 7;