Cloud Natural Language V1 Client - Class Form (0.31.3)

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
NameDescription
value mixed

static::value

Parameter
NameDescription
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;