Reference documentation and code samples for the Cloud Natural Language V1 Client class Proper.
This category shows if the token is part of a proper name.
Protobuf type google.cloud.language.v1.PartOfSpeech.Proper
Namespace
Google \ Cloud \ Language \ V1 \ PartOfSpeechMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PROPER_UNKNOWN
Value: 0Proper is not applicable in the analyzed language or is not predicted.
Generated from protobuf enum PROPER_UNKNOWN = 0;
PROPER
Value: 1Proper
Generated from protobuf enum PROPER = 1;
NOT_PROPER
Value: 2Not proper
Generated from protobuf enum NOT_PROPER = 2;