| Modifier and Type | Method and Description |
|---|---|
CompareSkillsToProfessionResponse |
TxClient.compareSkillsToProfessions(ParsedResume resume,
int professionCodeId,
String outputLanguage,
boolean weightSkillsByExperience)
Compare the skills of a candidate to the skills related to a job using the Ontology API.
|
GeocodeResumeResponse |
TxClient.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 |
TxClient.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 |
TxClient.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 |
TxClient.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 |
TxClient.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 |
TxClient.indexDocument(ParsedResume resume,
String indexId,
String documentId,
List<String> userDefinedTags)
Add a resume to an existing index
|
GenerateUIResponse |
TxUIClient.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 |
TxClient.match(ParsedResume resume,
List<String> indexesToQuery,
CategoryWeights preferredWeights,
FilterCriteria filters,
SearchMatchSettings settings,
int numResults)
Find matches for a non-indexed resume.
|
SuggestProfessionsResponse |
TxClient.suggestProfessionsFromSkills(ParsedResume resume)
Suggest professions based on the skills within a given resume.
|
SuggestProfessionsResponse |
TxClient.suggestProfessionsFromSkills(ParsedResume resume,
int limit,
boolean returnMissingSkills,
String outputLanguage,
boolean weightSkillsByExperience)
Suggest professions based on the skills within a given resume.
|
SuggestProfessionsResponse |
TxClient.suggestProfessionsFromSkills(ParsedResume resume,
String outputLanguage)
Suggest professions based on the skills within a given resume.
|
SuggestSkillsResponse |
TxClient.suggestSkillsFromProfessions(ParsedResume resume)
Suggests skills related to a resume based on the recent professions in the resume.
|
SuggestSkillsResponse |
TxClient.suggestSkillsFromProfessions(ParsedResume resume,
String outputLanguage)
Suggests skills related to a resume based on the recent professions in the resume.
|
SuggestSkillsResponse |
TxClient.suggestSkillsFromSkills(ParsedResume resume,
int limit,
String outputLanguage,
boolean weightSkillsByExperience)
Suggests skills related to a resume (but not in the resume) based on the skills in the resume.
|
SuggestSkillsResponse |
TxClient.suggestSkillsFromSkills(ParsedResume resume,
String outputLanguage)
Suggests skills related to a resume (but not in the resume) based on the skills in the resume.
|
| Modifier and Type | Field and Description |
|---|---|
ParsedResume |
ParsedResumeWithId.ResumeData
A resume generated by the resume parser
|
| Modifier and Type | Field and Description |
|---|---|
ParsedResume |
FormatResumeRequest.ResumeData
The resume to use to populate the template
|
| Constructor and Description |
|---|
FormatResumeRequest(ParsedResume resume,
byte[] templateFileBytes,
OutputDocumentFormat docType)
Creates a request to use when calling the Resume Formatter endpoint with a provided template document.
|
FormatResumeRequest(ParsedResume resume,
String templatePath,
OutputDocumentFormat docType)
Creates a request to use when calling the Resume Formatter endpoint with a provided template document.
|
| 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 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 © 2024. All rights reserved.