class PartOfSpeech_Aspect

The characteristic of a verb that expresses time flow during an event.

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

Constants

ASPECT_UNKNOWN

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

Generated from protobuf enum ASPECT_UNKNOWN = 0;

PERFECTIVE

Perfective

Generated from protobuf enum PERFECTIVE = 1;

IMPERFECTIVE

Imperfective

Generated from protobuf enum IMPERFECTIVE = 2;

PROGRESSIVE

Progressive

Generated from protobuf enum PROGRESSIVE = 3;