| Modifier and Type | Method and Description |
|---|---|
CompareSkillsToProfessionResponse |
SovrenClient.compareSkillsToProfessions(ParsedResume resume,
int professionCodeId)
Compare the skills of a candidate to the skills related to a job using the Ontology API.
|
GeocodeResumeResponse |
SovrenClient.geocode(ParsedResume resume,
Address address,
GeocodeCredentials geocodeCredentials)
Use this if you would like to provide an address for geocoding instead of using the one in the parsed
resume.
|
GeocodeResumeResponse |
SovrenClient.geocode(ParsedResume resume,
GeocodeCredentials geocodeCredentials)
Uses the address in the resume (if present) to look up geocoordinates and add them into the ParsedResume object.
|
GeocodeAndIndexResumeResponse |
SovrenClient.geocodeAndIndex(ParsedResume resume,
IndexSingleDocumentInfo indexingOptions,
Address address,
boolean indexIfGeocodeFails,
GeocodeCredentials geocodeCredentials)
Use this if you would like to provide an address for geocoding instead of using the one in the parsed
resume.
|
GeocodeAndIndexResumeResponse |
SovrenClient.geocodeAndIndex(ParsedResume resume,
IndexSingleDocumentInfo indexingOptions,
boolean indexIfGeocodeFails,
GeocodeCredentials geocodeCredentials)
Uses the address in the resume (if present) to look up geocoordinates and add them into the ParsedResume object.
|
GeocodeAndIndexResumeResponse |
SovrenClient.geocodeAndIndex(ParsedResume resume,
IndexSingleDocumentInfo indexingOptions,
GeoCoordinates coordinates,
boolean indexIfGeocodeFails,
GeocodeCredentials geocodeCredentials)
Use this if you already have latitude/longitude coordinates and simply wish to add them to your parsed resume.
|
IndexDocumentResponse |
SovrenClient.indexDocument(ParsedResume resume,
String indexId,
String documentId,
List<String> userDefinedTags)
Add a resume to an existing index
|
GenerateUIResponse |
SovrenUIClient.match(ParsedResume resume,
List<String> indexesToQuery,
CategoryWeights preferredWeights,
FilterCriteria filters,
SearchMatchSettings settings,
int numResults)
Create a Matching UI session to find matches for a non-indexed resume.
|
MatchResponse |
SovrenClient.match(ParsedResume resume,
List<String> indexesToQuery,
CategoryWeights preferredWeights,
FilterCriteria filters,
SearchMatchSettings settings,
int numResults)
Find matches for a non-indexed resume.
|
SuggestProfessionsResponse |
SovrenClient.suggestProfessions(ParsedResume resume)
Suggest professions based on the skills within a given resume.
|
SuggestProfessionsResponse |
SovrenClient.suggestProfessions(ParsedResume resume,
int limit,
boolean returnMissingSkills)
Suggest professions based on the skills within a given resume.
|
SuggestSkillsResponse |
SovrenClient.suggestSkills(ParsedResume resume)
Suggests skills related to a resume based on the recent professions in the resume.
|
SuggestSkillsResponse |
SovrenClient.suggestSkills(ParsedResume resume,
int limit)
Suggests skills related to a resume based on the recent professions in the resume.
|
| Modifier and Type | Field and Description |
|---|---|
ParsedResume |
ParsedResumeWithId.ResumeData
A resume generated by the Sovren parser
|
| Modifier and Type | Field and Description |
|---|---|
ParsedResume |
GeocodeResumeRequest.ResumeData
The resume you wish to be geocoded
|
ParsedResume |
GeocodeResumeResponseValue.ResumeData
The resume you sent to be geocoded with geolocation coordinates added
|
ParsedResume |
GeocodeAndIndexResumeRequest.ResumeData
The resume you wish to be geocoded/indexed
|
ParsedResume |
GeocodeAndIndexResumeResponseValue.ResumeData
The resume you sent to be geocoded/indexed with geolocation coordinates added
|
| Modifier and Type | Field and Description |
|---|---|
ParsedResume |
IndexResumeInfo.ResumeData
A resume to index
|
ParsedResume |
IndexResumeRequest.ResumeData
A resume to index
|
| Modifier and Type | Field and Description |
|---|---|
ParsedResume |
MatchResumeRequest.ResumeData
The resume to match.
|
| Modifier and Type | Field and Description |
|---|---|
ParsedResume |
ParseResumeResponseValue.RedactedResumeData
Similar to
ParseResumeResponseValue.ResumeData, but with all of the
Personally Identifiable Information (PII) redacted. |
ParsedResume |
ParseResumeResponseValue.ResumeData
The main output from the Sovren Resume Parser
|
| Modifier and Type | Method and Description |
|---|---|
static ParsedResume |
ParsedResume.fromFile(String path)
Load a parsed resume from a json file using UTF-8 encoding.
|
static ParsedResume |
ParsedResume.fromJson(String utf8json)
Create a parsed resume from json.
|
Copyright © 2023. All rights reserved.