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 \ PartOfSpeechMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
FORM_UNKNOWN
Value: 0Form is not applicable in the analyzed language or is not predicted.
Generated from protobuf enum FORM_UNKNOWN = 0;
ADNOMIAL
Value: 1Adnomial
Generated from protobuf enum ADNOMIAL = 1;
AUXILIARY
Value: 2Auxiliary
Generated from protobuf enum AUXILIARY = 2;
COMPLEMENTIZER
Value: 3Complementizer
Generated from protobuf enum COMPLEMENTIZER = 3;
FINAL_ENDING
Value: 4Final ending
Generated from protobuf enum FINAL_ENDING = 4;
GERUND
Value: 5Gerund
Generated from protobuf enum GERUND = 5;
REALIS
Value: 6Realis
Generated from protobuf enum REALIS = 6;
IRREALIS
Value: 7Irrealis
Generated from protobuf enum IRREALIS = 7;
SHORT
Value: 8Short form
Generated from protobuf enum SHORT = 8;
LONG
Value: 9Long form
Generated from protobuf enum LONG = 9;
ORDER
Value: 10Order form
Generated from protobuf enum ORDER = 10;
SPECIFIC
Value: 11Specific form
Generated from protobuf enum SPECIFIC = 11;