Reference documentation and code samples for the Cloud Natural Language V1 Client class Gender.
Gender classes of nouns reflected in the behaviour of associated words.
Protobuf type google.cloud.language.v1.PartOfSpeech.Gender
Namespace
Google \ Cloud \ Language \ V1 \ PartOfSpeechMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
GENDER_UNKNOWN
Value: 0
Gender is not applicable in the analyzed language or is not predicted.
Generated from protobuf enum GENDER_UNKNOWN = 0;
FEMININE
Value: 1
Feminine
Generated from protobuf enum FEMININE = 1;
MASCULINE
Value: 2
Masculine
Generated from protobuf enum MASCULINE = 2;
NEUTER
Value: 3
Neuter
Generated from protobuf enum NEUTER = 3;