Cloud Natural Language V1 Client - Class Reciprocity (0.29.0)

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

Reciprocal features of a pronoun.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

RECIPROCITY_UNKNOWN

Value: 0

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

Generated from protobuf enum RECIPROCITY_UNKNOWN = 0;

RECIPROCAL

Value: 1

Reciprocal

Generated from protobuf enum RECIPROCAL = 1;

NON_RECIPROCAL

Value: 2

Non-reciprocal

Generated from protobuf enum NON_RECIPROCAL = 2;