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