class EntityMention_Type

The supported types of mentions.

Protobuf enum Google\Cloud\Language\V1beta2\EntityMention\Type

Constants

TYPE_UNKNOWN

Unknown

Generated from protobuf enum TYPE_UNKNOWN = 0;

PROPER

Proper name

Generated from protobuf enum PROPER = 1;

COMMON

Common noun (or noun compound)

Generated from protobuf enum COMMON = 2;