Reference documentation and code samples for the Cloud Natural Language V1 Client class Tense.
Time reference.
Protobuf type google.cloud.language.v1.PartOfSpeech.Tense
Namespace
Google \ Cloud \ Language \ V1 \ PartOfSpeechMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TENSE_UNKNOWN
Value: 0
Tense is not applicable in the analyzed language or is not predicted.
Generated from protobuf enum TENSE_UNKNOWN = 0;
CONDITIONAL_TENSE
Value: 1
Conditional
Generated from protobuf enum CONDITIONAL_TENSE = 1;
FUTURE
Value: 2
Future
Generated from protobuf enum FUTURE = 2;
PAST
Value: 3
Past
Generated from protobuf enum PAST = 3;
PRESENT
Value: 4
Present
Generated from protobuf enum PRESENT = 4;
IMPERFECT
Value: 5
Imperfect
Generated from protobuf enum IMPERFECT = 5;
PLUPERFECT
Value: 6
Pluperfect
Generated from protobuf enum PLUPERFECT = 6;