type property

String? type
getter/setter pair

The concept group type. Possible string values are:

  • "UNSPECIFIED" : The concept group classification different from brand/non-brand. This is a catch all bucket for all classifications that are none of the below.
  • "UNKNOWN" : The value is unknown in this version.
  • "BRAND" : The concept group classification is based on BRAND.
  • "OTHER_BRANDS" : The concept group classification based on BRAND, that didn't fit well with the BRAND classifications. These are generally outliers and can have very few keywords in this type of classification.
  • "NON_BRAND" : These concept group classification is not based on BRAND. This is returned for generic keywords that don't have a brand association.

Implementation

core.String? type;