Cloud Natural Language V1 Client - Class Reciprocity (0.32.5)

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

Namespace

Google \ Cloud \ Language \ V1 \ PartOfSpeech

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;