Cloud Natural Language V1 Client - Class Aspect (0.30.2)

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 \ PartOfSpeech

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;