Module: Google::Cloud::Language::V1beta2::PartOfSpeech::Mood
- Defined in:
 - lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb
 
Overview
The grammatical feature of verbs, used for showing modality and attitude.
Constant Summary collapse
- MOOD_UNKNOWN =
          
Mood is not applicable in the analyzed language or is not predicted.
 0- CONDITIONAL_MOOD =
          
Conditional
 1- IMPERATIVE =
          
Imperative
 2- INDICATIVE =
          
Indicative
 3- INTERROGATIVE =
          
Interrogative
 4- JUSSIVE =
          
Jussive
 5- SUBJUNCTIVE =
          
Subjunctive
 6