Cloud Natural Language V1beta2 Client - Class Proper (0.30.2)

Reference documentation and code samples for the Cloud Natural Language V1beta2 Client class Proper.

This category shows if the token is part of a proper name.

Protobuf type google.cloud.language.v1beta2.PartOfSpeech.Proper

Namespace

Google \ Cloud \ Language \ V1beta2 \ PartOfSpeech

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

PROPER_UNKNOWN

Value: 0

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

Generated from protobuf enum PROPER_UNKNOWN = 0;

PROPER

Value: 1

Proper

Generated from protobuf enum PROPER = 1;

NOT_PROPER

Value: 2

Not proper

Generated from protobuf enum NOT_PROPER = 2;