| Modifier and Type | Method and Description |
|---|---|
GeocodeResumeResponse |
SovrenClient.geocode(ParsedResume resume)
Uses the address in the resume (if present) to look up geocoordinates and add them into the ParsedResume object.
|
GeocodeResumeResponse |
SovrenClient.geocode(ParsedResume resume,
Address address)
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,
Address address,
boolean indexIfGeocodeFails)
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)
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)
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.
|
| Modifier and Type | Field and Description |
|---|---|
ParsedResume |
ParsedResumeWithId.ResumeData
A resume generated by the Sovren parser
|
| Modifier and Type | Field and Description |
|---|---|
ParsedResume |
GeocodeResumeResponseValue.ResumeData
The resume you sent to be geocoded with geolocation coordinates added
|
ParsedResume |
GeocodeResumeRequest.ResumeData
The resume you wish to be geocoded
|
ParsedResume |
GeocodeAndIndexResumeResponseValue.ResumeData
The resume you sent to be geocoded/indexed with geolocation coordinates added
|
ParsedResume |
GeocodeAndIndexResumeRequest.ResumeData
The resume you wish to be geocoded/indexed
|
| Modifier and Type | Field and Description |
|---|---|
ParsedResume |
IndexResumeRequest.ResumeData
A resume to index
|
ParsedResume |
IndexResumeInfo.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 © 2020. All rights reserved.