competition property

String? competition
getter/setter pair

The competition level for the query. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The value is unknown in this version.
  • "LOW" : Low competition. The Competition Index range for this is [0, 33].
  • "MEDIUM" : Medium competition. The Competition Index range for this is [34, 66].
  • "HIGH" : High competition. The Competition Index range for this is [67, 100].

Implementation

core.String? competition;