Cloud Natural Language V1beta2 Client - Class Gender (0.30.2)

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

Gender classes of nouns reflected in the behaviour of associated words.

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

Namespace

Google \ Cloud \ Language \ V1beta2 \ PartOfSpeech

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;