class PartOfSpeech_Proper

This category shows if the token is part of a proper name.

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

Constants

PROPER_UNKNOWN

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

Generated from protobuf enum PROPER_UNKNOWN = 0;

PROPER

Proper

Generated from protobuf enum PROPER = 1;

NOT_PROPER

Not proper

Generated from protobuf enum NOT_PROPER = 2;