Reference documentation and code samples for the Cloud Natural Language V1beta2 Client class PBCase.
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 type google.cloud.language.v1beta2.PartOfSpeech.Case
Methods
name
value
mixed
value
name
mixed
Constants
CASE_UNKNOWN
Value: 0
Case is not applicable in the analyzed language or is not predicted.
Generated from protobuf enum CASE_UNKNOWN = 0;
ACCUSATIVE
Value: 1
Accusative
Generated from protobuf enum ACCUSATIVE = 1;
ADVERBIAL
Value: 2
Adverbial
Generated from protobuf enum ADVERBIAL = 2;
COMPLEMENTIVE
Value: 3
Complementive
Generated from protobuf enum COMPLEMENTIVE = 3;
DATIVE
Value: 4
Dative
Generated from protobuf enum DATIVE = 4;
GENITIVE
Value: 5
Genitive
Generated from protobuf enum GENITIVE = 5;
INSTRUMENTAL
Value: 6
Instrumental
Generated from protobuf enum INSTRUMENTAL = 6;
LOCATIVE
Value: 7
Locative
Generated from protobuf enum LOCATIVE = 7;
NOMINATIVE
Value: 8
Nominative
Generated from protobuf enum NOMINATIVE = 8;
OBLIQUE
Value: 9
Oblique
Generated from protobuf enum OBLIQUE = 9;
PARTITIVE
Value: 10
Partitive
Generated from protobuf enum PARTITIVE = 10;
PREPOSITIONAL
Value: 11
Prepositional
Generated from protobuf enum PREPOSITIONAL = 11;
REFLEXIVE_CASE
Value: 12
Reflexive
Generated from protobuf enum REFLEXIVE_CASE = 12;
RELATIVE_CASE
Value: 13
Relative
Generated from protobuf enum RELATIVE_CASE = 13;
VOCATIVE
Value: 14
Vocative
Generated from protobuf enum VOCATIVE = 14;