class PartOfSpeech_Voice

The relationship between the action that a verb expresses and the participants identified by its arguments.

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

Constants

VOICE_UNKNOWN

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

Generated from protobuf enum VOICE_UNKNOWN = 0;

ACTIVE

Active

Generated from protobuf enum ACTIVE = 1;

CAUSATIVE

Causative

Generated from protobuf enum CAUSATIVE = 2;

PASSIVE

Passive

Generated from protobuf enum PASSIVE = 3;