Module: Google::Cloud::Language::V1beta2::PartOfSpeech::Tense
- Defined in:
 - lib/google/cloud/language/v1beta2/doc/google/cloud/language/v1beta2/language_service.rb
 
Overview
Time reference.
Constant Summary collapse
- TENSE_UNKNOWN =
          
Tense is not applicable in the analyzed language or is not predicted.
 0- CONDITIONAL_TENSE =
          
Conditional
 1- FUTURE =
          
Future
 2- PAST =
          
Past
 3- PRESENT =
          
Present
 4- IMPERFECT =
          
Imperfect
 5- PLUPERFECT =
          
Pluperfect
 6