Module: Google::Cloud::Language::V1::PartOfSpeech::Gender

Defined in:
proto_docs/google/cloud/language/v1/language_service.rb

Overview

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

Constant Summary collapse

GENDER_UNKNOWN =

Gender is not applicable in the analyzed language or is not predicted.

0
FEMININE =

Feminine

1
MASCULINE =

Masculine

2
NEUTER =

Neuter

3