Cloud Natural Language V1 Client - Class Person (0.32.5)

Reference documentation and code samples for the Cloud Natural Language V1 Client class Person.

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

Protobuf type google.cloud.language.v1.PartOfSpeech.Person

Namespace

Google \ Cloud \ Language \ V1 \ PartOfSpeech

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PERSON_UNKNOWN

Value: 0

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

Generated from protobuf enum PERSON_UNKNOWN = 0;

FIRST

Value: 1

First

Generated from protobuf enum FIRST = 1;

SECOND

Value: 2

Second

Generated from protobuf enum SECOND = 2;

THIRD

Value: 3

Third

Generated from protobuf enum THIRD = 3;

REFLEXIVE_PERSON

Value: 4

Reflexive

Generated from protobuf enum REFLEXIVE_PERSON = 4;