type property

String? type
getter/setter pair

The type of the entity mention. Possible string values are:

  • "MENTION_TYPE_UNSPECIFIED" : Unspecified.
  • "PROPER" : Proper noun.
  • "COMMON" : Common noun (or noun compound).

Implementation

core.String? type;