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 \ PartOfSpeechMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RECIPROCITY_UNKNOWN
Value: 0Reciprocity is not applicable in the analyzed language or is not predicted.
Generated from protobuf enum RECIPROCITY_UNKNOWN = 0;
RECIPROCAL
Value: 1Reciprocal
Generated from protobuf enum RECIPROCAL = 1;
NON_RECIPROCAL
Value: 2Non-reciprocal
Generated from protobuf enum NON_RECIPROCAL = 2;