retrievalImportance property

String? retrievalImportance
getter/setter pair

The retrieval importance of the property during search. Possible string values are:

  • "RETRIEVAL_IMPORTANCE_UNSPECIFIED" : No importance specified. Default medium importance.
  • "HIGHEST" : Highest importance.
  • "HIGHER" : Higher importance.
  • "HIGH" : High importance.
  • "MEDIUM" : Medium importance.
  • "LOW" : Low importance (negative).
  • "LOWEST" : Lowest importance (negative).

Implementation

core.String? retrievalImportance;