Reference documentation and code samples for the Cloud Natural Language V1 Client class Aspect.
The characteristic of a verb that expresses time flow during an event.
Protobuf type google.cloud.language.v1.PartOfSpeech.Aspect
Namespace
Google \ Cloud \ Language \ V1 \ PartOfSpeechMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ASPECT_UNKNOWN
Value: 0
Aspect is not applicable in the analyzed language or is not predicted.
Generated from protobuf enum ASPECT_UNKNOWN = 0;
PERFECTIVE
Value: 1
Perfective
Generated from protobuf enum PERFECTIVE = 1;
IMPERFECTIVE
Value: 2
Imperfective
Generated from protobuf enum IMPERFECTIVE = 2;
PROGRESSIVE
Value: 3
Progressive
Generated from protobuf enum PROGRESSIVE = 3;