Reference documentation and code samples for the Natural Language V1beta2 API module Google::Cloud::Language::V1beta2::PartOfSpeech::Form.
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
Constants
FORM_UNKNOWN
value: 0 Form is not applicable in the analyzed language or is not predicted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Natural Language V1beta2 API - Module Google::Cloud::Language::V1beta2::PartOfSpeech::Form (v0.14.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.14.0 (latest)](/ruby/docs/reference/google-cloud-language-v1beta2/latest/Google-Cloud-Language-V1beta2-PartOfSpeech-Form)\n- [0.13.1](/ruby/docs/reference/google-cloud-language-v1beta2/0.13.1/Google-Cloud-Language-V1beta2-PartOfSpeech-Form)\n- [0.12.0](/ruby/docs/reference/google-cloud-language-v1beta2/0.12.0/Google-Cloud-Language-V1beta2-PartOfSpeech-Form)\n- [0.11.1](/ruby/docs/reference/google-cloud-language-v1beta2/0.11.1/Google-Cloud-Language-V1beta2-PartOfSpeech-Form)\n- [0.10.2](/ruby/docs/reference/google-cloud-language-v1beta2/0.10.2/Google-Cloud-Language-V1beta2-PartOfSpeech-Form)\n- [0.9.0](/ruby/docs/reference/google-cloud-language-v1beta2/0.9.0/Google-Cloud-Language-V1beta2-PartOfSpeech-Form)\n- [0.8.1](/ruby/docs/reference/google-cloud-language-v1beta2/0.8.1/Google-Cloud-Language-V1beta2-PartOfSpeech-Form)\n- [0.7.0](/ruby/docs/reference/google-cloud-language-v1beta2/0.7.0/Google-Cloud-Language-V1beta2-PartOfSpeech-Form)\n- [0.6.0](/ruby/docs/reference/google-cloud-language-v1beta2/0.6.0/Google-Cloud-Language-V1beta2-PartOfSpeech-Form)\n- [0.5.0](/ruby/docs/reference/google-cloud-language-v1beta2/0.5.0/Google-Cloud-Language-V1beta2-PartOfSpeech-Form)\n- [0.4.5](/ruby/docs/reference/google-cloud-language-v1beta2/0.4.5/Google-Cloud-Language-V1beta2-PartOfSpeech-Form) \nReference documentation and code samples for the Natural Language V1beta2 API module Google::Cloud::Language::V1beta2::PartOfSpeech::Form.\n\nDepending on the language, Form can be categorizing different forms of\nverbs, adjectives, adverbs, etc. For example, categorizing inflected\nendings of verbs and adjectives or distinguishing between short and long\nforms of adjectives and participles\n\nConstants\n---------\n\n### FORM_UNKNOWN\n\n**value:** 0 \nForm is not applicable in the analyzed language or is not predicted.\n\n### ADNOMIAL\n\n**value:** 1 \nAdnomial\n\n### AUXILIARY\n\n**value:** 2 \nAuxiliary\n\n### COMPLEMENTIZER\n\n**value:** 3 \nComplementizer\n\n### FINAL_ENDING\n\n**value:** 4 \nFinal ending\n\n### GERUND\n\n**value:** 5 \nGerund\n\n### REALIS\n\n**value:** 6 \nRealis\n\n### IRREALIS\n\n**value:** 7 \nIrrealis\n\n### SHORT\n\n**value:** 8 \nShort form\n\n### LONG\n\n**value:** 9 \nLong form\n\n### ORDER\n\n**value:** 10 \nOrder form\n\n### SPECIFIC\n\n**value:** 11 \nSpecific form"]]