relevanceThreshold property
The relevance threshold of the search results.
Default to Google defined threshold, leveraging a balance of precision and recall to deliver both highly accurate results and comprehensive coverage of relevant information.
Optional. Possible string values are:
- "RELEVANCE_THRESHOLD_UNSPECIFIED" : Default value. In this case, server behavior defaults to Google defined threshold.
- "LOWEST" : Lowest relevance threshold.
- "LOW" : Low relevance threshold.
- "MEDIUM" : Medium relevance threshold.
- "HIGH" : High relevance threshold.
Implementation
core.String? relevanceThreshold;