class PartOfSpeech_Tense

Time reference.

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

Constants

TENSE_UNKNOWN

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

Generated from protobuf enum TENSE_UNKNOWN = 0;

CONDITIONAL_TENSE

Conditional

Generated from protobuf enum CONDITIONAL_TENSE = 1;

FUTURE

Future

Generated from protobuf enum FUTURE = 2;

PAST

Past

Generated from protobuf enum PAST = 3;

PRESENT

Present

Generated from protobuf enum PRESENT = 4;

IMPERFECT

Imperfect

Generated from protobuf enum IMPERFECT = 5;

PLUPERFECT

Pluperfect

Generated from protobuf enum PLUPERFECT = 6;