type property

String? type
getter/setter pair

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

  • "TYPE_UNKNOWN" : Unknown
  • "PROPER" : Proper name
  • "COMMON" : Common noun (or noun compound)

Implementation

core.String? type;