class PartOfSpeech_Case

The grammatical function performed by a noun or pronoun in a phrase, clause, or sentence. In some languages, other parts of speech, such as adjective and determiner, take case inflection in agreement with the noun.

Protobuf enum Google\Cloud\Language\V1beta2\PartOfSpeech\Case

Constants

CASE_UNKNOWN

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

Generated from protobuf enum CASE_UNKNOWN = 0;

ACCUSATIVE

Accusative

Generated from protobuf enum ACCUSATIVE = 1;

ADVERBIAL

Adverbial

Generated from protobuf enum ADVERBIAL = 2;

COMPLEMENTIVE

Complementive

Generated from protobuf enum COMPLEMENTIVE = 3;

DATIVE

Dative

Generated from protobuf enum DATIVE = 4;

GENITIVE

Genitive

Generated from protobuf enum GENITIVE = 5;

INSTRUMENTAL

Instrumental

Generated from protobuf enum INSTRUMENTAL = 6;

LOCATIVE

Locative

Generated from protobuf enum LOCATIVE = 7;

NOMINATIVE

Nominative

Generated from protobuf enum NOMINATIVE = 8;

OBLIQUE

Oblique

Generated from protobuf enum OBLIQUE = 9;

PARTITIVE

Partitive

Generated from protobuf enum PARTITIVE = 10;

PREPOSITIONAL

Prepositional

Generated from protobuf enum PREPOSITIONAL = 11;

REFLEXIVE_CASE

Reflexive

Generated from protobuf enum REFLEXIVE_CASE = 12;

RELATIVE_CASE

Relative

Generated from protobuf enum RELATIVE_CASE = 13;

VOCATIVE

Vocative

Generated from protobuf enum VOCATIVE = 14;