Enum PartOfSpeech.Form (2.42.0)

public enum PartOfSpeech.Form extends Enum<PartOfSpeech.Form> implements ProtocolMessageEnum

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 enum google.cloud.language.v1beta2.PartOfSpeech.Form

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ADNOMIAL

Adnomial

ADNOMIAL = 1;

ADNOMIAL_VALUE

Adnomial

ADNOMIAL = 1;

AUXILIARY

Auxiliary

AUXILIARY = 2;

AUXILIARY_VALUE

Auxiliary

AUXILIARY = 2;

COMPLEMENTIZER

Complementizer

COMPLEMENTIZER = 3;

COMPLEMENTIZER_VALUE

Complementizer

COMPLEMENTIZER = 3;

FINAL_ENDING

Final ending

FINAL_ENDING = 4;

FINAL_ENDING_VALUE

Final ending

FINAL_ENDING = 4;

FORM_UNKNOWN

Form is not applicable in the analyzed language or is not predicted.

FORM_UNKNOWN = 0;

FORM_UNKNOWN_VALUE

Form is not applicable in the analyzed language or is not predicted.

FORM_UNKNOWN = 0;

GERUND

Gerund

GERUND = 5;

GERUND_VALUE

Gerund

GERUND = 5;

IRREALIS

Irrealis

IRREALIS = 7;

IRREALIS_VALUE

Irrealis

IRREALIS = 7;

LONG

Long form

LONG = 9;

LONG_VALUE

Long form

LONG = 9;

ORDER

Order form

ORDER = 10;

ORDER_VALUE

Order form

ORDER = 10;

REALIS

Realis

REALIS = 6;

REALIS_VALUE

Realis

REALIS = 6;

SHORT

Short form

SHORT = 8;

SHORT_VALUE

Short form

SHORT = 8;

SPECIFIC

Specific form

SPECIFIC = 11;

SPECIFIC_VALUE

Specific form

SPECIFIC = 11;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()