mood property

String? mood
getter/setter pair

The grammatical mood. Possible string values are:

  • "MOOD_UNKNOWN" : Mood is not applicable in the analyzed language or is not predicted.
  • "CONDITIONAL_MOOD" : Conditional
  • "IMPERATIVE" : Imperative
  • "INDICATIVE" : Indicative
  • "INTERROGATIVE" : Interrogative
  • "JUSSIVE" : Jussive
  • "SUBJUNCTIVE" : Subjunctive

Implementation

core.String? mood;