Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class RelevanceThreshold.
The relevance threshold of the search results. The higher relevance threshold is, the higher relevant results are shown and the less number of results are returned.
Protobuf type google.cloud.talent.v4.SearchJobsRequest.RelevanceThreshold
Namespace
Google \ Cloud \ Talent \ V4 \ SearchJobsRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RELEVANCE_THRESHOLD_UNSPECIFIED
Value: 0
Default value. In this case, server behavior defaults to Google defined threshold.
Generated from protobuf enum RELEVANCE_THRESHOLD_UNSPECIFIED = 0;
LOWEST
Value: 1
Lowest relevance threshold.
Generated from protobuf enum LOWEST = 1;
LOW
Value: 2
Low relevance threshold.
Generated from protobuf enum LOW = 2;
MEDIUM
Value: 3
Medium relevance threshold.
Generated from protobuf enum MEDIUM = 3;
HIGH
Value: 4
High relevance threshold.
Generated from protobuf enum HIGH = 4;