public class BimetricScoreRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
CategoryWeights |
PreferredCategoryWeights
The weights you want to use for scoring.
|
SearchMatchSettings |
Settings
The settings to use during scoring calculations
|
List<ParsedJobWithId> |
TargetJobs
A list of parsed jobs containing the document name/identifier and the parsed job data.
|
List<ParsedResumeWithId> |
TargetResumes
A list of parsed resumes containing the document name/identifier and the parsed resume data.
|
| Constructor and Description |
|---|
BimetricScoreRequest() |
public SearchMatchSettings Settings
public CategoryWeights PreferredCategoryWeights
These weights will be used except in the case that you provided a non-zero weight for a category that is irrelevant in the source document. For example, this can happen when the source document contains no languages.
public List<ParsedResumeWithId> TargetResumes
TargetJobs to score jobs, but not bothpublic List<ParsedJobWithId> TargetJobs
TargetResumes to score resumes, but not bothCopyright © 2024. All rights reserved.