Reference documentation and code samples for the Cloud Natural Language V1 Client class 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
Protobuf type google.cloud.language.v1.PartOfSpeech.Form
Namespace
Google \ Cloud \ Language \ V1 \ PartOfSpeech
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
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"]],[["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-07 UTC."],[],[],null,["# Cloud Natural Language V1 Client - Class Form (1.0.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.1 (latest)](/php/docs/reference/cloud-language/latest/V1.PartOfSpeech.Form)\n- [1.0.0](/php/docs/reference/cloud-language/1.0.0/V1.PartOfSpeech.Form)\n- [0.34.3](/php/docs/reference/cloud-language/0.34.3/V1.PartOfSpeech.Form)\n- [0.33.0](/php/docs/reference/cloud-language/0.33.0/V1.PartOfSpeech.Form)\n- [0.32.7](/php/docs/reference/cloud-language/0.32.7/V1.PartOfSpeech.Form)\n- [0.31.3](/php/docs/reference/cloud-language/0.31.3/V1.PartOfSpeech.Form)\n- [0.30.2](/php/docs/reference/cloud-language/0.30.2/V1.PartOfSpeech.Form)\n- [0.29.0](/php/docs/reference/cloud-language/0.29.0/V1.PartOfSpeech.Form)\n- [0.28.5](/php/docs/reference/cloud-language/0.28.5/V1.PartOfSpeech.Form) \nReference documentation and code samples for the Cloud Natural Language V1 Client class 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\nProtobuf type `google.cloud.language.v1.PartOfSpeech.Form`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Language \\\\ V1 \\\\ PartOfSpeech\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### FORM_UNKNOWN\n\n Value: 0\n\nForm is not applicable in the analyzed language or is not predicted.\n\nGenerated from protobuf enum `FORM_UNKNOWN = 0;`\n\n### ADNOMIAL\n\n Value: 1\n\nAdnomial\n\nGenerated from protobuf enum `ADNOMIAL = 1;`\n\n### AUXILIARY\n\n Value: 2\n\nAuxiliary\n\nGenerated from protobuf enum `AUXILIARY = 2;`\n\n### COMPLEMENTIZER\n\n Value: 3\n\nComplementizer\n\nGenerated from protobuf enum `COMPLEMENTIZER = 3;`\n\n### FINAL_ENDING\n\n Value: 4\n\nFinal ending\n\nGenerated from protobuf enum `FINAL_ENDING = 4;`\n\n### GERUND\n\n Value: 5\n\nGerund\n\nGenerated from protobuf enum `GERUND = 5;`\n\n### REALIS\n\n Value: 6\n\nRealis\n\nGenerated from protobuf enum `REALIS = 6;`\n\n### IRREALIS\n\n Value: 7\n\nIrrealis\n\nGenerated from protobuf enum `IRREALIS = 7;`\n\n### SHORT\n\n Value: 8\n\nShort form\n\nGenerated from protobuf enum `SHORT = 8;`\n\n### LONG\n\n Value: 9\n\nLong form\n\nGenerated from protobuf enum `LONG = 9;`\n\n### ORDER\n\n Value: 10\n\nOrder form\n\nGenerated from protobuf enum `ORDER = 10;`\n\n### SPECIFIC\n\n Value: 11\n\nSpecific form\n\nGenerated from protobuf enum `SPECIFIC = 11;`"]]