class PartOfSpeech_Number

Count distinctions.

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

Constants

NUMBER_UNKNOWN

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

Generated from protobuf enum NUMBER_UNKNOWN = 0;

SINGULAR

Singular

Generated from protobuf enum SINGULAR = 1;

PLURAL

Plural

Generated from protobuf enum PLURAL = 2;

DUAL

Dual

Generated from protobuf enum DUAL = 3;