class PartOfSpeech_Reciprocity

Reciprocal features of a pronoun.

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

Constants

RECIPROCITY_UNKNOWN

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

Generated from protobuf enum RECIPROCITY_UNKNOWN = 0;

RECIPROCAL

Reciprocal

Generated from protobuf enum RECIPROCAL = 1;

NON_RECIPROCAL

Non-reciprocal

Generated from protobuf enum NON_RECIPROCAL = 2;