class PartOfSpeech_Person

The distinction between the speaker, second person, third person, etc.

Protobuf enum Google\Cloud\Language\V1beta2\PartOfSpeech\Person

Constants

PERSON_UNKNOWN

Person is not applicable in the analyzed language or is not predicted.

Generated from protobuf enum PERSON_UNKNOWN = 0;

FIRST

First

Generated from protobuf enum FIRST = 1;

SECOND

Second

Generated from protobuf enum SECOND = 2;

THIRD

Third

Generated from protobuf enum THIRD = 3;

REFLEXIVE_PERSON

Reflexive

Generated from protobuf enum REFLEXIVE_PERSON = 4;