The characteristic of a verb that expresses time flow during
an event.
Case
Case(value)
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.
Form
Form(value)
Depending on the language, Form can be categorizing different
forms of verbs, adjectives, adverbs, etc. For example,
categorizing inflected endings of verbs and adjectives or
distinguishing between short and long forms of adjectives and
participles
Gender
Gender(value)
Gender classes of nouns reflected in the behaviour of
associated words.
Mood
Mood(value)
The grammatical feature of verbs, used for showing modality
and attitude.
Number
Number(value)
Count distinctions.
Person
Person(value)
The distinction between the speaker, second person, third
person, etc.
Proper
Proper(value)
This category shows if the token is part of a proper name.
Reciprocity
Reciprocity(value)
Reciprocal features of a pronoun.
Tag
Tag(value)
The part of speech tags enum.
Tense
Tense(value)
Time reference.
Voice
Voice(value)
The relationship between the action that a verb expresses and
the participants identified by its arguments.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class PartOfSpeech (2.17.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.17.2 (latest)](/python/docs/reference/language/latest/google.cloud.language_v1.types.PartOfSpeech)\n- [2.17.0](/python/docs/reference/language/2.17.0/google.cloud.language_v1.types.PartOfSpeech)\n- [2.16.0](/python/docs/reference/language/2.16.0/google.cloud.language_v1.types.PartOfSpeech)\n- [2.15.1](/python/docs/reference/language/2.15.1/google.cloud.language_v1.types.PartOfSpeech)\n- [2.14.0](/python/docs/reference/language/2.14.0/google.cloud.language_v1.types.PartOfSpeech)\n- [2.13.4](/python/docs/reference/language/2.13.4/google.cloud.language_v1.types.PartOfSpeech)\n- [2.12.0](/python/docs/reference/language/2.12.0/google.cloud.language_v1.types.PartOfSpeech)\n- [2.11.0](/python/docs/reference/language/2.11.0/google.cloud.language_v1.types.PartOfSpeech)\n- [2.10.1](/python/docs/reference/language/2.10.1/google.cloud.language_v1.types.PartOfSpeech)\n- [2.9.1](/python/docs/reference/language/2.9.1/google.cloud.language_v1.types.PartOfSpeech)\n- [2.8.1](/python/docs/reference/language/2.8.1/google.cloud.language_v1.types.PartOfSpeech)\n- [2.7.0](/python/docs/reference/language/2.7.0/google.cloud.language_v1.types.PartOfSpeech)\n- [2.6.1](/python/docs/reference/language/2.6.1/google.cloud.language_v1.types.PartOfSpeech)\n- [2.5.2](/python/docs/reference/language/2.5.2/google.cloud.language_v1.types.PartOfSpeech)\n- [2.4.3](/python/docs/reference/language/2.4.3/google.cloud.language_v1.types.PartOfSpeech)\n- [2.3.2](/python/docs/reference/language/2.3.2/google.cloud.language_v1.types.PartOfSpeech)\n- [2.2.2](/python/docs/reference/language/2.2.2/google.cloud.language_v1.types.PartOfSpeech)\n- [2.1.0](/python/docs/reference/language/2.1.0/google.cloud.language_v1.types.PartOfSpeech)\n- [2.0.0](/python/docs/reference/language/2.0.0/google.cloud.language_v1.types.PartOfSpeech)\n- [1.3.2](/python/docs/reference/language/1.3.2/google.cloud.language_v1.types.PartOfSpeech) \n\n PartOfSpeech(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nRepresents part of speech information for a token. Parts of speech\nare as defined in\n\u003chttp://www.lrec-conf.org/proceedings/lrec2012/pdf/274_Paper.pdf\u003e\n\nClasses\n-------\n\n### Aspect\n\n Aspect(value)\n\nThe characteristic of a verb that expresses time flow during\nan event.\n\n### Case\n\n Case(value)\n\nThe grammatical function performed by a noun or pronoun in a\nphrase, clause, or sentence. In some languages, other parts of\nspeech, such as adjective and determiner, take case inflection\nin agreement with the noun.\n\n### Form\n\n Form(value)\n\nDepending on the language, Form can be categorizing different\nforms of verbs, adjectives, adverbs, etc. For example,\ncategorizing inflected endings of verbs and adjectives or\ndistinguishing between short and long forms of adjectives and\nparticiples\n\n### Gender\n\n Gender(value)\n\nGender classes of nouns reflected in the behaviour of\nassociated words.\n\n### Mood\n\n Mood(value)\n\nThe grammatical feature of verbs, used for showing modality\nand attitude.\n\n### Number\n\n Number(value)\n\nCount distinctions.\n\n### Person\n\n Person(value)\n\nThe distinction between the speaker, second person, third\nperson, etc.\n\n### Proper\n\n Proper(value)\n\nThis category shows if the token is part of a proper name.\n\n### Reciprocity\n\n Reciprocity(value)\n\nReciprocal features of a pronoun.\n\n### Tag\n\n Tag(value)\n\nThe part of speech tags enum.\n\n### Tense\n\n Tense(value)\n\nTime reference.\n\n### Voice\n\n Voice(value)\n\nThe relationship between the action that a verb expresses and\nthe participants identified by its arguments."]]