class PartOfSpeech_Mood

The grammatical feature of verbs, used for showing modality and attitude.

Protobuf enum Google\Cloud\Language\V1beta2\PartOfSpeech\Mood

Constants

MOOD_UNKNOWN

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

Generated from protobuf enum MOOD_UNKNOWN = 0;

CONDITIONAL_MOOD

Conditional

Generated from protobuf enum CONDITIONAL_MOOD = 1;

IMPERATIVE

Imperative

Generated from protobuf enum IMPERATIVE = 2;

INDICATIVE

Indicative

Generated from protobuf enum INDICATIVE = 3;

INTERROGATIVE

Interrogative

Generated from protobuf enum INTERROGATIVE = 4;

JUSSIVE

Jussive

Generated from protobuf enum JUSSIVE = 5;

SUBJUNCTIVE

Subjunctive

Generated from protobuf enum SUBJUNCTIVE = 6;