PartOfSpeech_Case
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 |
ACCUSATIVE |
Accusative Generated from protobuf enum |
ADVERBIAL |
Adverbial Generated from protobuf enum |
COMPLEMENTIVE |
Complementive Generated from protobuf enum |
DATIVE |
Dative Generated from protobuf enum |
GENITIVE |
Genitive Generated from protobuf enum |
INSTRUMENTAL |
Instrumental Generated from protobuf enum |
LOCATIVE |
Locative Generated from protobuf enum |
NOMINATIVE |
Nominative Generated from protobuf enum |
OBLIQUE |
Oblique Generated from protobuf enum |
PARTITIVE |
Partitive Generated from protobuf enum |
PREPOSITIONAL |
Prepositional Generated from protobuf enum |
REFLEXIVE_CASE |
Reflexive Generated from protobuf enum |
RELATIVE_CASE |
Relative Generated from protobuf enum |
VOCATIVE |
Vocative Generated from protobuf enum |