Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API enum SearchJobsRequest.Types.DiversificationLevel.
Controls whether highly similar jobs are returned next to each other in
the search results. Jobs are identified as highly similar based on
their titles, job categories, and locations. Highly similar results are
clustered so that only one representative job of the cluster is
displayed to the job seeker higher up in the results, with the other jobs
being displayed lower down in the results.
Disables diversification. Jobs that would normally be pushed to the last
page would not have their positions altered. This may result in highly
similar jobs appearing in sequence in the search results.
Simple
Default diversifying behavior. The result list is ordered so that
highly similar results are pushed to the end of the last page of search
results. If you are using pageToken to page through the result set,
latency might be lower but we can't guarantee that all results are
returned. If you are using page offset, latency might be higher but all
results are returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SearchJobsRequest.Types.DiversificationLevel` enum in the Google Cloud Talent Solution v4beta1 API controls how similar job search results are presented."],["The `Disabled` field allows highly similar jobs to appear sequentially in search results without any alteration to their positions."],["The `Simple` field orders results so that highly similar jobs are pushed to the end of the search result pages, affecting latency and the guarantee of returning all results depending on pagination."],["The `Unspecified` field indicates that no diversification level has been selected, in which case the implementation does not handle job listing diversification."],["The enum is part of the `Google.Cloud.Talent.V4Beta1` namespace and is included in the `Google.Cloud.Talent.V4Beta1.dll` assembly."]]],[]]