| Package | Description |
|---|---|
| com.sovren | |
| com.sovren.models.api.bimetricscoring |
| Modifier and Type | Method and Description |
|---|---|
<TTarget extends IParsedDocWithId> |
SovrenUIClient.bimetricScore(ParsedJobWithId sourceJob,
List<TTarget> targetDocuments,
CategoryWeights preferredWeights,
SearchMatchSettings settings)
Create a Matching UI session to score one or more target documents against a source job
|
<TTarget extends IParsedDocWithId> |
SovrenClient.bimetricScore(ParsedJobWithId sourceJob,
List<TTarget> targetDocuments,
CategoryWeights preferredWeights,
SearchMatchSettings settings)
Score one or more target documents against a source job
|
<TTarget extends IParsedDocWithId> |
SovrenUIClient.bimetricScore(ParsedResumeWithId sourceResume,
List<TTarget> targetDocuments,
CategoryWeights preferredWeights,
SearchMatchSettings settings)
Create a Matching UI session to score one or more target documents against a source resume
|
<TTarget extends IParsedDocWithId> |
SovrenClient.bimetricScore(ParsedResumeWithId sourceResume,
List<TTarget> targetDocuments,
CategoryWeights preferredWeights,
SearchMatchSettings settings)
Score one or more target documents against a source resume
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParsedJobWithId
A Sovren.Models.Job.ParsedJob and id pair for a bimetric score request
|
class |
ParsedResumeWithId
A Sovren.Models.Resume.ParsedResume and id pair for a bimetric score request
|
Copyright © 2023. All rights reserved.