Cloud Natural Language V1beta2 Client - Class Reciprocity (0.30.2)

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

Reciprocal features of a pronoun.

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

Namespace

Google \ Cloud \ Language \ V1beta2 \ PartOfSpeech

Methods

static::name

Parameter
NameDescription
value mixed

static::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;