Reference documentation and code samples for the Cloud Natural Language V1 Client class Type.
The supported types of mentions.
Protobuf type google.cloud.language.v1.EntityMention.Type
Namespace
Google \ Cloud \ Language \ V1 \ EntityMentionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNKNOWN
Value: 0Unknown
Generated from protobuf enum TYPE_UNKNOWN = 0;
PROPER
Value: 1Proper name
Generated from protobuf enum PROPER = 1;
COMMON
Value: 2Common noun (or noun compound)
Generated from protobuf enum COMMON = 2;