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