Module: Google::Cloud::Language::V1::PartOfSpeech::Tense

Defined in:
proto_docs/google/cloud/language/v1/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