| Modifier and Type | -Field and Description | -
|---|---|
static DataCenter |
-AU
-Represents the AU datacenter.
- |
-
static DataCenter |
-EU
-Represents the EU datacenter.
- |
-
static DataCenter |
-US
-Represents the US datacenter.
- |
-
| Modifier | -Constructor and Description | -
|---|---|
|
-DataCenter(String endpoint)
-Create a DataCenter for a self-hosted instance
- |
-
protected |
-DataCenter(String root,
- String version,
- boolean isSaaS) |
-
public static DataCenter US-
public static DataCenter EU-
public static DataCenter AU-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/TxClient.html b/docs/com/textkernel/tx/TxClient.html deleted file mode 100644 index bce03daeb..000000000 --- a/docs/com/textkernel/tx/TxClient.html +++ /dev/null @@ -1,3748 +0,0 @@ - - - - - - -public class TxClient -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-ShowFullRequestBodyInExceptions
-Set to
-true for debugging API errors. |
-
| Constructor and Description | -
|---|
TxClient(String accountId,
- String serviceKey,
- DataCenter dataCenter)
-Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console
- |
-
TxClient(String accountId,
- String serviceKey,
- DataCenter dataCenter,
- List<String> trackingTags)
-Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console
- |
-
TxClient(String accountId,
- String serviceKey,
- DataCenter dataCenter,
- List<String> trackingTags,
- long httpTimeoutSecs)
-Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
ProfessionsAutoCompleteResponse |
-autocompleteProfession(String prefix)
-Returns normalized professions that begin with a given prefix, based on the default language of english.
- |
-
ProfessionsAutoCompleteResponse |
-autocompleteProfession(String prefix,
- List<String> languages,
- String outputLanguage,
- int limit)
-Returns normalized professions that begin with a given prefix, based on the chosen language(s).
- |
-
AutoCompleteSkillsResponse |
-autocompleteSkill(String prefix)
-Returns normalized skills that begin with a given prefix, based on the chosen language(s).
- |
-
AutoCompleteSkillsResponse |
-autocompleteSkill(String prefix,
- List<String> languages,
- String outputLanguage,
- List<String> types,
- int limit)
-Returns normalized skills that begin with a given prefix, based on the chosen language(s).
- |
-
AutoCompleteSkillsResponse |
-autocompleteSkillV2(String prefix)
-Returns normalized skills that begin with a given prefix, based on the chosen language(s).
- |
-
AutoCompleteSkillsResponse |
-autocompleteSkillV2(String prefix,
- List<String> languages,
- String outputLanguage,
- List<String> types,
- int limit)
-Returns normalized skills that begin with a given prefix, based on the chosen language(s).
- |
-
<TTarget extends IParsedDocWithId> |
-bimetricScore(ParsedJobWithId sourceJob,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source job
- |
-
<TTarget extends IParsedDocWithId> |
-bimetricScore(ParsedResumeWithId sourceResume,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source resume
- |
-
CompareProfessionsResponse |
-compareProfessions(int profession1,
- int profession2,
- String outputLanguage)
-Compare two professions based on the skills associated with each.
- |
-
CompareSkillsToProfessionResponse |
-compareSkillsToProfessions(int professionCodeId,
- String outputLanguage,
- List<SkillScore> skills)
-Compare a given set of skills to the skills related to a given profession.
- |
-
CompareSkillsToProfessionResponse |
-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.
- |
-
CreateIndexResponse |
-createIndex(IndexType type,
- String indexId)
-Create a new index
- |
-
DeleteDocumentResponse |
-deleteDocument(String indexId,
- String documentId)
-Delete an existing document from an index
- |
-
DeleteIndexResponse |
-deleteIndex(String indexId)
-Delete an existing index.
- |
-
DeleteMultipleDocumentsResponse |
-deleteMultipleDocuments(String indexId,
- List<String> documentIds)
-Delete a group of existing documents from an index
- |
-
ExtractSkillsResponse |
-extractSkills(String text)
-Extracts known skills from the given text.
- |
-
ExtractSkillsResponse |
-extractSkills(String text,
- String language,
- String outputLanguage,
- float threshold)
-Extracts known skills from the given text.
- |
-
ExtractSkillsResponse |
-extractSkillsV2(String text)
-Extracts known skills from the given text.
- |
-
ExtractSkillsResponse |
-extractSkillsV2(String text,
- String language,
- String outputLanguage,
- float threshold)
-Extracts known skills from the given text.
- |
-
FormatResumeResponse |
-formatResume(FormatResumeRequest request)
-Format a resume into a standardized template that you provide
- |
-
GenerateJobResponse |
-generateJobDescription(GenerateJobRequest request)
-Generates a job description based on specified parameters.
- |
-
GeocodeJobResponse |
-geocode(ParsedJob job,
- Address address,
- GeocodeCredentials geocodeCredentials)
-Use this if you would like to provide an address for geocoding instead of using the one in the parsed
- job.
- |
-
GeocodeJobResponse |
-geocode(ParsedJob job,
- GeocodeCredentials geocodeCredentials)
-Uses the address in the job (if present) to look up geocoordinates and add them into the ParsedJob object.
- |
-
GeocodeResumeResponse |
-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 |
-geocode(ParsedResume resume,
- GeocodeCredentials geocodeCredentials)
-Uses the address in the resume (if present) to look up geocoordinates and add them into the ParsedResume object.
- |
-
GeocodeAndIndexJobResponse |
-geocodeAndIndex(ParsedJob job,
- 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
- rjobesume.
- |
-
GeocodeAndIndexJobResponse |
-geocodeAndIndex(ParsedJob job,
- IndexSingleDocumentInfo indexingOptions,
- boolean indexIfGeocodeFails,
- GeocodeCredentials geocodeCredentials)
-Uses the address in the job (if present) to look up geocoordinates and add them into the ParsedJob object.
- |
-
GeocodeAndIndexJobResponse |
-geocodeAndIndex(ParsedJob job,
- 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 job.
- |
-
GeocodeAndIndexResumeResponse |
-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 |
-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 |
-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.
- |
-
GetAccountInfoResponse |
-getAccountInfo()
-Get the account info (remaining credits, max concurrency, etc).
- |
-
GetAllIndexesResponse |
-getAllIndexes()
-Get all existing indexes
- |
-
GetJobResponse |
-getJob(String indexId,
- String documentId)
-Retrieve an existing job from an index
- |
-
GetProfessionsTaxonomyResponse |
-getProfessionsTaxonomy()
-Get all professions in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetProfessionsTaxonomyResponse |
-getProfessionsTaxonomy(String language,
- TaxonomyFormat format)
-Get all professions in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetMetadataResponse |
-getProfessionsTaxonomyMetadata()
-Get metadata about the professions taxonomy/service.
- |
-
GetResumeResponse |
-getResume(String indexId,
- String documentId)
-Retrieve an existing resume from an index
- |
-
GetSkillsTaxonomyResponse |
-getSkillsTaxonomy()
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetSkillsTaxonomyResponse |
-getSkillsTaxonomy(TaxonomyFormat format)
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetMetadataResponse |
-getSkillsTaxonomyMetadata()
-Get metadata about the skills taxonomy/service.
- |
-
GetMetadataResponse |
-getSkillsTaxonomyMetadataV2()
-Get metadata about the skills taxonomy/service.
- |
-
GetSkillsTaxonomyResponse |
-getSkillsTaxonomyV2()
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetSkillsTaxonomyResponse |
-getSkillsTaxonomyV2(TaxonomyFormat format)
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
IndexDocumentResponse |
-indexDocument(ParsedJob job,
- String indexId,
- String documentId,
- List<String> userDefinedTags)
-Add a job to an existing index
- |
-
IndexDocumentResponse |
-indexDocument(ParsedResume resume,
- String indexId,
- String documentId,
- List<String> userDefinedTags)
-Add a resume to an existing index
- |
-
IndexMultipleDocumentsResponse |
-indexMultipleJobs(List<IndexJobInfo> jobs,
- String indexId)
-Add several jobs to an existing index
- |
-
IndexMultipleDocumentsResponse |
-indexMultipleResumes(List<IndexResumeInfo> resumes,
- String indexId)
-Add several resumes to an existing index
- |
-
LookupProfessionCodesResponse |
-lookupProfessions(List<Integer> codeIds)
-Get details for the given professions in the taxonomy.
- |
-
LookupProfessionCodesResponse |
-lookupProfessions(List<Integer> codeIds,
- String outputLanguage)
-Get details for the given professions in the taxonomy.
- |
-
LookupSkillCodesResponse |
-lookupSkills(List<String> skillIds)
-Get the details associated with given skills in the taxonomy.
- |
-
LookupSkillCodesResponse |
-lookupSkills(List<String> skillIds,
- String outputLanguage)
-Get the details associated with given skills in the taxonomy.
- |
-
LookupSkillCodesResponse |
-lookupSkillsV2(List<String> skillIds)
-Get the details associated with given skills in the taxonomy.
- |
-
LookupSkillCodesResponse |
-lookupSkillsV2(List<String> skillIds,
- String outputLanguage)
-Get the details associated with given skills in the taxonomy.
- |
-
MatchResponse |
-match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed job.
- |
-
MatchResponse |
-match(ParsedResume resume,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed resume.
- |
-
MatchResponse |
-match(String indexId,
- String documentId,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a resume or job that is already indexed
- |
-
NormalizeProfessionsResponse |
-normalizeProfessions(List<String> jobTitles)
-Normalize the given job titles to the most closely-related professions in the taxonomy.
- |
-
NormalizeProfessionsResponse |
-normalizeProfessions(List<String> jobTitles,
- String language,
- String outputLanguage)
-Normalize the given job titles to the most closely-related professions in the taxonomy.
- |
-
NormalizeSkillsResponse |
-normalizeSkills(List<String> skills)
-Normalize the given skills to the most closely-related skills in the taxonomy.
- |
-
NormalizeSkillsResponse |
-normalizeSkills(List<String> skills,
- String language,
- String outputLanguage)
-Normalize the given skills to the most closely-related skills in the taxonomy.
- |
-
NormalizeSkillsResponse |
-normalizeSkillsV2(List<String> skills)
-Normalize the given skills to the most closely-related skills in the taxonomy.
- |
-
NormalizeSkillsResponse |
-normalizeSkillsV2(List<String> skills,
- String language,
- String outputLanguage)
-Normalize the given skills to the most closely-related skills in the taxonomy.
- |
-
ParseJobResponse |
-parseJob(ParseRequest request)
-Parse a job
- |
-
ParseResumeResponse |
-parseResume(ParseRequest request)
-Parse a resume
- |
-
SearchResponse |
-search(List<String> indexesToQuery,
- FilterCriteria query,
- SearchMatchSettings settings,
- PaginationSettings pagination)
-Search for resumes or jobs that meet specific criteria
- |
-
SkillsSimilarityScoreResponse |
-skillsSimilarityScore(List<SkillScore> skillSetA,
- List<SkillScore> skillSetB)
-Determines how closely related one set of skills is to another.
- |
-
SkillsSimilarityScoreResponse |
-skillsSimilarityScoreV2(List<SkillScore> skillSetA,
- List<SkillScore> skillSetB)
-Determines how closely related one set of skills is to another.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkills(List<SkillScore> skills,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on a given set of skills.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkills(List<String> skillIds,
- String outputLanguage)
-Suggest professions based on a given set of skill IDs.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkills(ParsedJob job)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkills(ParsedJob job,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkills(ParsedJob job,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkills(ParsedResume resume)
-Suggest professions based on the skills within a given resume.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkills(ParsedResume resume,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage,
- boolean weightSkillsByExperience)
-Suggest professions based on the skills within a given resume.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkills(ParsedResume resume,
- String outputLanguage)
-Suggest professions based on the skills within a given resume.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkillsV2(List<SkillScore> skills,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on a given set of skills.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkillsV2(List<String> skillIds,
- String outputLanguage)
-Suggest professions based on a given set of skill IDs.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkillsV2(ParsedJob job)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkillsV2(ParsedJob job,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkillsV2(ParsedJob job,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkillsV2(ParsedResume resume)
-Suggest professions based on the skills within a given resume.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkillsV2(ParsedResume resume,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage,
- boolean weightSkillsByExperience)
-Suggest professions based on the skills within a given resume.
- |
-
SuggestProfessionsResponse |
-suggestProfessionsFromSkillsV2(ParsedResume resume,
- String outputLanguage)
-Suggest professions based on the skills within a given resume.
- |
-
SuggestSkillsFromJobTitleResponse |
-suggestSkillsFromJobTitle(String jobTitle)
-Takes a job title and suggests relevant skills.
- |
-
SuggestSkillsFromJobTitleResponse |
-suggestSkillsFromJobTitle(String jobTitle,
- String language,
- Integer limit)
-Takes a job title and suggests relevant skills.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromProfessions(List<Integer> professionCodeIds,
- int limit,
- String outputLanguage)
-Suggests skills related to given professions.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromProfessions(List<Integer> professionCodeIds,
- String outputLanguage)
-Suggests skills related to given professions.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromProfessions(ParsedJob job)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromProfessions(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromProfessions(ParsedResume resume)
-Suggests skills related to a resume based on the recent professions in the resume.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromProfessions(ParsedResume resume,
- String outputLanguage)
-Suggests skills related to a resume based on the recent professions in the resume.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromProfessionsV2(List<Integer> professionCodeIds,
- int limit,
- String outputLanguage,
- List<String> types)
-Suggests skills related to given professions.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromProfessionsV2(List<Integer> professionCodeIds,
- String outputLanguage)
-Suggests skills related to given professions.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromProfessionsV2(ParsedJob job)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromProfessionsV2(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromProfessionsV2(ParsedResume resume)
-Suggests skills related to a resume based on the recent professions in the resume.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromProfessionsV2(ParsedResume resume,
- String outputLanguage)
-Suggests skills related to a resume based on the recent professions in the resume.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromSkills(List<SkillScore> skills,
- int limit,
- String outputLanguage)
-Returns skills related to a given skill or set of skills.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromSkills(List<String> skillIds,
- String outputLanguage)
-Returns skills related to a given skill or set of skills.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromSkills(ParsedJob job,
- int limit,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromSkills(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
SuggestSkillsResponse |
-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 |
-suggestSkillsFromSkills(ParsedResume resume,
- String outputLanguage)
-Suggests skills related to a resume (but not in the resume) based on the skills in the resume.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromSkillsV2(List<SkillScore> skills,
- int limit,
- String outputLanguage,
- List<String> types)
-Returns skills related to a given skill or set of skills.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromSkillsV2(List<String> skillIds,
- String outputLanguage)
-Returns skills related to a given skill or set of skills.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromSkillsV2(ParsedJob job,
- int limit,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromSkillsV2(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
SuggestSkillsResponse |
-suggestSkillsFromSkillsV2(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 |
-suggestSkillsFromSkillsV2(ParsedResume resume,
- String outputLanguage)
-Suggests skills related to a resume (but not in the resume) based on the skills in the resume.
- |
-
TxUIClient |
-ui(MatchUISettings uiOptions)
-Access methods for generating Matching UI sessions.
- |
-
UpdateUserDefinedTagsResponse |
-updateJobUserDefinedTags(String indexId,
- String documentId,
- List<String> userDefinedTags,
- UserDefinedTagsMethod method)
-Updates the user-defined tags for a job
- |
-
UpdateUserDefinedTagsResponse |
-updateResumeUserDefinedTags(String indexId,
- String documentId,
- List<String> userDefinedTags,
- UserDefinedTagsMethod method)
-Updates the user-defined tags for a resume
- |
-
public boolean ShowFullRequestBodyInExceptions-
true for debugging API errors. It will show the full JSON request body in TxException.RequestBody
- true in your production system, as it increases the memory footprintpublic TxClient(String accountId, - String serviceKey, - DataCenter dataCenter)-
accountId - - The account id for your accountserviceKey - - The service key for your accountdataCenter - - The Data Center for your account. Either DataCenter.US, DataCenter.EU, or DataCenter.AUIllegalArgumentException - if the accountId, serviceKey, or dataCenter are null/emptypublic TxClient(String accountId, - String serviceKey, - DataCenter dataCenter, - List<String> trackingTags)-
accountId - - The account id for your accountserviceKey - - The service key for your accountdataCenter - - The Data Center for your account. Either DataCenter.US, DataCenter.EU, or DataCenter.AUtrackingTags - - Optional tags to use to track API usage for your accountIllegalArgumentException - if the accountId, serviceKey, or dataCenter are null/emptypublic TxClient(String accountId, - String serviceKey, - DataCenter dataCenter, - List<String> trackingTags, - long httpTimeoutSecs)-
accountId - - The account id for your accountserviceKey - - The service key for your accountdataCenter - - The Data Center for your account. Either DataCenter.US, DataCenter.EU, or DataCenter.AUtrackingTags - - Optional tags to use to track API usage for your accounthttpTimeoutSecs - - Optional override for the OkHttp client read timeout (write and connect are 10 seconds, read is 30 seconds by default)IllegalArgumentException - if the accountId, serviceKey, or dataCenter are null/emptypublic GetAccountInfoResponse getAccountInfo() - throws TxException-
TxException - Thrown when an API error occurspublic FormatResumeResponse formatResume(FormatResumeRequest request) - throws TxException-
request - The request bodyTxException - Thrown when an API error occurspublic ParseResumeResponse parseResume(ParseRequest request) - throws TxException-
request - The request bodyTxException - Thrown when an API error occurspublic ParseJobResponse parseJob(ParseRequest request) - throws TxException-
request - The request bodyTxException - Thrown when an API error occurspublic CreateIndexResponse createIndex(IndexType type, - String indexId) - throws TxException-
type - The type of documents stored in this index. Either 'Resume' or 'Job'indexId - The ID to assign to the new index. This is restricted to alphanumeric with dashes
- and underscores. All values will be converted to lower-case.TxException - Thrown when an API error occurspublic GetAllIndexesResponse getAllIndexes() - throws TxException-
TxException - Thrown when an API error occurspublic DeleteIndexResponse deleteIndex(String indexId) - throws TxException-
indexId - The index to delete (case-insensitive).TxException - Thrown when an API error occurspublic IndexDocumentResponse indexDocument(ParsedResume resume, - String indexId, - String documentId, - List<String> userDefinedTags) - throws TxException-
resume - A resume generated by the Resume ParserindexId - The index the document should be added into (case-insensitive).documentId - The ID to assign to the new document. This is restricted to alphanumeric
- with dashes and underscores. All values will be converted to lower-case.userDefinedTags - The user-defined tags that the resume should have, or nullTxException - Thrown when an API error occurspublic IndexDocumentResponse indexDocument(ParsedJob job, - String indexId, - String documentId, - List<String> userDefinedTags) - throws TxException-
job - A job generated by the Job ParserindexId - The index the document should be added into (case-insensitive).documentId - The ID to assign to the new document. This is restricted to alphanumeric
- with dashes and underscores. All values will be converted to lower-case.userDefinedTags - The user-defined tags that the resume should have, or nullTxException - Thrown when an API error occurspublic IndexMultipleDocumentsResponse indexMultipleResumes(List<IndexResumeInfo> resumes, - String indexId) - throws TxException-
resumes - The resumes generated by the Resume Parser paired with their DocumentIdsindexId - The index the documents should be added into (case-insensitive).TxException - Thrown when an API error occurspublic IndexMultipleDocumentsResponse indexMultipleJobs(List<IndexJobInfo> jobs, - String indexId) - throws TxException-
jobs - The jobs generated by the Job Parser paired with their DocumentIdsindexId - The index the documents should be added into (case-insensitive).TxException - Thrown when an API error occurspublic DeleteDocumentResponse deleteDocument(String indexId, - String documentId) - throws TxException-
indexId - The index containing the documentdocumentId - The ID of the document to deleteTxException - Thrown when an API error occurspublic DeleteMultipleDocumentsResponse deleteMultipleDocuments(String indexId, - List<String> documentIds) - throws TxException-
indexId - The index containing the documentsdocumentIds - The IDs of the documents to deleteTxException - Thrown when an API error occurspublic GetResumeResponse getResume(String indexId, - String documentId) - throws TxException-
indexId - The index containing the resumedocumentId - The ID of the resume to retrieveTxException - Thrown when an API error occurspublic GetJobResponse getJob(String indexId, - String documentId) - throws TxException-
indexId - The index containing the jobdocumentId - The ID of the job to retrieveTxException - Thrown when an API error occurspublic UpdateUserDefinedTagsResponse updateResumeUserDefinedTags(String indexId, - String documentId, - List<String> userDefinedTags, - UserDefinedTagsMethod method) - throws TxException-
indexId - The index containing the resumedocumentId - The ID of the resume to updateuserDefinedTags - The user-defined tags to add/delete/etcmethod - Which method to use for the specified user-defined tagsTxException - Thrown when an API error occurspublic UpdateUserDefinedTagsResponse updateJobUserDefinedTags(String indexId, - String documentId, - List<String> userDefinedTags, - UserDefinedTagsMethod method) - throws TxException-
indexId - The index containing the jobdocumentId - The ID of the job to updateuserDefinedTags - The user-defined tags to add/delete/etcmethod - Which method to use for the specified user-defined tagsTxException - Thrown when an API error occurspublic MatchResponse match(ParsedResume resume, - List<String> indexesToQuery, - CategoryWeights preferredWeights, - FilterCriteria filters, - SearchMatchSettings settings, - int numResults) - throws TxException-
resume - The resume (generated by the Resume Parser) to use as the source for a match queryindexesToQuery - The indexes to find results in. These must all be of the same type (resumes or jobs)preferredWeights - The preferred category weights for scoring the results. If null,
- The best values will be determined based on the source resumefilters - Any filters to apply prior to the match (a result must satisfy all the filters), or nullsettings - The settings for this match request. Use null for defaults.numResults - The number of results to show. Use 0 for the default.TxException - Thrown when an API error occurspublic MatchResponse match(ParsedJob job, - List<String> indexesToQuery, - CategoryWeights preferredWeights, - FilterCriteria filters, - SearchMatchSettings settings, - int numResults) - throws TxException-
job - The job (generated by the Job Parser) to use as the source for a match queryindexesToQuery - The indexes to find results in. These must all be of the same type (resumes or jobs)preferredWeights - The preferred category weights for scoring the results. If null,
- The best values will be determined based on the source jobfilters - Any filters to apply prior to the match (a result must satisfy all the filters), or nullsettings - The settings for this match request. Use null for defaults.numResults - The number of results to show. Use 0 for the default.TxException - Thrown when an API error occurspublic MatchResponse match(String indexId, - String documentId, - List<String> indexesToQuery, - CategoryWeights preferredWeights, - FilterCriteria filters, - SearchMatchSettings settings, - int numResults) - throws TxException-
indexId - The index containing the document you want to matchdocumentId - The ID of the document to matchindexesToQuery - The indexes to find results in. These must all be of the same type (resumes or jobs)preferredWeights - The preferred category weights for scoring the results. If null,
- The best values will be determined based on the source resume/jobfilters - Any filters to apply prior to the match (a result must satisfy all the filters), or nullsettings - The settings for this match request. Use null for defaults.numResults - The number of results to show. Use 0 for the default.TxException - Thrown when an API error occurspublic SearchResponse search(List<String> indexesToQuery, - FilterCriteria query, - SearchMatchSettings settings, - PaginationSettings pagination) - throws TxException-
indexesToQuery - The indexes to find results in. These must all be of the same type (resumes or jobs)query - The search query. A result must satisfy all of these criteriasettings - The settings for this search request. Use null for defaults.pagination - Pagination settings. Use null for defaults.TxException - Thrown when an API error occurspublic <TTarget extends IParsedDocWithId> BimetricScoreResponse bimetricScore(ParsedResumeWithId sourceResume, - List<TTarget> targetDocuments, - CategoryWeights preferredWeights, - SearchMatchSettings settings) - throws TxException-
TTarget - Either ParsedResumeWithId or ParsedJobWithIdsourceResume - The source resumetargetDocuments - The target resumes/jobspreferredWeights - The preferred category weights for scoring the results. If null,
- The best values will be determined based on the source resume.settings - The settings for this search request. Use null for defaults.TxException - Thrown when an API error occurspublic <TTarget extends IParsedDocWithId> BimetricScoreResponse bimetricScore(ParsedJobWithId sourceJob, - List<TTarget> targetDocuments, - CategoryWeights preferredWeights, - SearchMatchSettings settings) - throws TxException-
TTarget - Either ParsedResumeWithId or ParsedJobWithIdsourceJob - The source jobtargetDocuments - The target resumes/jobspreferredWeights - The preferred category weights for scoring the results. If null,
- The best values will be determined based on the source job.settings - The settings for this search request. Use null for defaults.TxException - Thrown when an API error occurspublic GeocodeResumeResponse geocode(ParsedResume resume, - GeocodeCredentials geocodeCredentials) - throws TxException-
resume - The resume to insert the geocoordinates (from the address) intogeocodeCredentials - - The credentials you want to use for geocoding (use null for built-in credentials)TxException - Thrown when an API error occurredpublic GeocodeResumeResponse geocode(ParsedResume resume, - Address address, - GeocodeCredentials geocodeCredentials) - throws TxException-
resume - The resume to insert the geocoordinates (from the address) intoaddress - The address to use to retrieve geocoordinatesgeocodeCredentials - - The credentials you want to use for geocoding (use null for built-in credentials)TxException - Thrown when an API error occurredpublic GeocodeJobResponse geocode(ParsedJob job, - GeocodeCredentials geocodeCredentials) - throws TxException-
job - The job to insert the geocoordinates (from the address) intogeocodeCredentials - - The credentials you want to use for geocoding (use null for built-in credentials)TxException - Thrown when an API error occurredpublic GeocodeJobResponse geocode(ParsedJob job, - Address address, - GeocodeCredentials geocodeCredentials) - throws TxException-
job - The job to insert the geocoordinates (from the address) intoaddress - The address to use to retrieve geocoordinatesgeocodeCredentials - - The credentials you want to use for geocoding (use null for built-in credentials)TxException - Thrown when an API error occurredpublic GeocodeAndIndexResumeResponse geocodeAndIndex(ParsedResume resume, - IndexSingleDocumentInfo indexingOptions, - boolean indexIfGeocodeFails, - GeocodeCredentials geocodeCredentials) - throws TxException-
resume - The resume to geocodeindexingOptions - What index/document id to use to index the document after geocodingindexIfGeocodeFails - Indicates whether or not the document should still be added to the index if the geocode request fails.geocodeCredentials - - The credentials you want to use for geocoding (use null for built-in credentials)TxException - Thrown when an API error occurredpublic GeocodeAndIndexResumeResponse geocodeAndIndex(ParsedResume resume, - IndexSingleDocumentInfo indexingOptions, - Address address, - boolean indexIfGeocodeFails, - GeocodeCredentials geocodeCredentials) - throws TxException-
resume - The resume to insert the geocoordinates (from the address) intoindexingOptions - What index/document id to use to index the document after geocodingaddress - The address to use to retrieve geocoordinatesindexIfGeocodeFails - Indicates whether or not the document should still be added to the index if the geocode request fails.geocodeCredentials - - The credentials you want to use for geocoding (use null for built-in credentials)TxException - Thrown when an API error occurredpublic GeocodeAndIndexResumeResponse geocodeAndIndex(ParsedResume resume, - IndexSingleDocumentInfo indexingOptions, - GeoCoordinates coordinates, - boolean indexIfGeocodeFails, - GeocodeCredentials geocodeCredentials) - throws TxException-
resume - The resume to insert the geocoordinates intoindexingOptions - What index/document id to use to index the document after geocodingcoordinates - The geocoordinates to useindexIfGeocodeFails - Indicates whether or not the document should still be added to the index if the geocode request fails.geocodeCredentials - - The credentials you want to use for geocoding (use null for built-in credentials)TxException - Thrown when an API error occurredpublic GeocodeAndIndexJobResponse geocodeAndIndex(ParsedJob job, - IndexSingleDocumentInfo indexingOptions, - boolean indexIfGeocodeFails, - GeocodeCredentials geocodeCredentials) - throws TxException-
job - The job to geocodeindexingOptions - What index/document id to use to index the document after geocodingindexIfGeocodeFails - Indicates whether or not the document should still be added to the index if the geocode request fails.geocodeCredentials - - The credentials you want to use for geocoding (use null for built-in credentials)TxException - Thrown when an API error occurredpublic GeocodeAndIndexJobResponse geocodeAndIndex(ParsedJob job, - IndexSingleDocumentInfo indexingOptions, - Address address, - boolean indexIfGeocodeFails, - GeocodeCredentials geocodeCredentials) - throws TxException-
job - The job to insert the geocoordinates (from the address) intoindexingOptions - What index/document id to use to index the document after geocodingaddress - The address to use to retrieve geocoordinatesindexIfGeocodeFails - Indicates whether or not the document should still be added to the index if the geocode request fails.geocodeCredentials - - The credentials you want to use for geocoding (use null for built-in credentials)TxException - Thrown when an API error occurredpublic GeocodeAndIndexJobResponse geocodeAndIndex(ParsedJob job, - IndexSingleDocumentInfo indexingOptions, - GeoCoordinates coordinates, - boolean indexIfGeocodeFails, - GeocodeCredentials geocodeCredentials) - throws TxException-
job - The job to insert the geocoordinates intoindexingOptions - What index/document id to use to index the document after geocodingcoordinates - The geocoordinates to useindexIfGeocodeFails - Indicates whether or not the document should still be added to the index if the geocode request fails.geocodeCredentials - - The credentials you want to use for geocoding (use null for built-in credentials)TxException - Thrown when an API error occurredpublic TxUIClient ui(MatchUISettings uiOptions)-
txClient.UI(options).search(...)uiOptions - Options/settings for the Matching UI.
- UIOptions.Username (in MatchUISettings.UIOptions),
- the user will be prompted to login as soon as the Matching UI session is loadedpublic GetSkillsTaxonomyResponse getSkillsTaxonomy(TaxonomyFormat format) - throws TxException-
format - The format of the returned taxonomy. TaxonomyFormat.csv, only the Taxonomy.CsvOutput will be populated.TxException - Thrown when an API error occurspublic GetSkillsTaxonomyResponse getSkillsTaxonomy() - throws TxException-
TxException - Thrown when an API error occurspublic GetMetadataResponse getSkillsTaxonomyMetadata() - throws TxException-
TxException - Thrown when an API error occurspublic AutoCompleteSkillsResponse autocompleteSkill(String prefix, - List<String> languages, - String outputLanguage, - List<String> types, - int limit) - throws TxException-
prefix - The skill prefix to be completed. Must contain at least 1 character.languages - The language(s) used to search for matching skills (the language of the provided Prefix). A maximum of 5 languages can be provided. Must be one of the supported ISO codes.outputLanguage - The language to ouput the found skill descriptions in (default is 'en'). Must be one of the supported ISO codes.types - If specified, only these types of skills will be returned. The following values are acceptable: Professional, IT, Language, Soft, All.limit - The maximum number of returned skills. The default is 10 and the maximum is 100.TxException - Thrown when an API error occurspublic AutoCompleteSkillsResponse autocompleteSkill(String prefix) - throws TxException-
prefix - The skill prefix to be completed. Must contain at least 1 character.TxException - Thrown when an API error occurspublic LookupSkillCodesResponse lookupSkills(List<String> skillIds, - String outputLanguage) - throws TxException-
skillIds - The IDs of the skills to get details about. A maximum of 100 IDs can be requested.outputLanguage - The language to use for the output skill descriptions. If not provided, defaults to en. If specified, must be one of the supported ISO codes.TxException - Thrown when an API error occurspublic LookupSkillCodesResponse lookupSkills(List<String> skillIds) - throws TxException-
skillIds - The IDs of the skills to get details about. A maximum of 100 IDs can be requested.TxException - Thrown when an API error occurspublic NormalizeSkillsResponse normalizeSkills(List<String> skills, - String language, - String outputLanguage) - throws TxException-
skills - The list of skills to normalize (up to 50 skills, each skill may not exceed 100 characters).language - The language of the given skills. Must be one of the supported ISO codes.outputLanguage - The language to use for the output skill descriptions. Must be one of the supported ISO codes.TxException - Thrown when an API error occurspublic NormalizeSkillsResponse normalizeSkills(List<String> skills) - throws TxException-
skills - The list of skills to normalize (up to 50 skills, each skill may not exceed 100 characters).TxException - Thrown when an API error occurspublic ExtractSkillsResponse extractSkills(String text, - String language, - String outputLanguage, - float threshold) - throws TxException-
text - The text to extract skills from. There is a 24,000 character limit.language - The language of the input text. Must be one of the supported ISO codes.outputLanguage - The language to use for the output skill descriptions. If not provided, defaults to the input language. Must be one of the supported ISO codes.threshold - A value from [0 - 1] for the minimum confidence threshold for extracted skills. Lower values will return more skills, but also increase the likelihood of ambiguity-related errors. The recommended and default value is 0.5.TxException - Thrown when an API error occurspublic ExtractSkillsResponse extractSkills(String text) - throws TxException-
text - The text to extract skills from. There is a 24,000 character limit.TxException - Thrown when an API error occurspublic GetSkillsTaxonomyResponse getSkillsTaxonomyV2(TaxonomyFormat format) - throws TxException-
format - The format of the returned taxonomy. TaxonomyFormat.csv, only the Taxonomy.CsvOutput will be populated.TxException - Thrown when an API error occurspublic GetSkillsTaxonomyResponse getSkillsTaxonomyV2() - throws TxException-
TxException - Thrown when an API error occurspublic GetMetadataResponse getSkillsTaxonomyMetadataV2() - throws TxException-
TxException - Thrown when an API error occurspublic AutoCompleteSkillsResponse autocompleteSkillV2(String prefix, - List<String> languages, - String outputLanguage, - List<String> types, - int limit) - throws TxException-
prefix - The skill prefix to be completed. Must contain at least 1 character.languages - The language(s) used to search for matching skills (the language of the provided Prefix). A maximum of 5 languages can be provided. Must be one of the supported ISO codes.outputLanguage - The language to ouput the found skill descriptions in (default is 'en'). Must be one of the supported ISO codes.types - If specified, only these types of skills will be returned. The following values are acceptable: Professional, IT, Language, Soft, Certification, All.limit - The maximum number of returned skills. The default is 10 and the maximum is 100.TxException - Thrown when an API error occurspublic AutoCompleteSkillsResponse autocompleteSkillV2(String prefix) - throws TxException-
prefix - The skill prefix to be completed. Must contain at least 1 character.TxException - Thrown when an API error occurspublic LookupSkillCodesResponse lookupSkillsV2(List<String> skillIds, - String outputLanguage) - throws TxException-
skillIds - The IDs of the skills to get details about. A maximum of 100 IDs can be requested.outputLanguage - The language to use for the output skill descriptions. If not provided, defaults to en. If specified, must be one of the supported ISO codes.TxException - Thrown when an API error occurspublic LookupSkillCodesResponse lookupSkillsV2(List<String> skillIds) - throws TxException-
skillIds - The IDs of the skills to get details about. A maximum of 100 IDs can be requested.TxException - Thrown when an API error occurspublic NormalizeSkillsResponse normalizeSkillsV2(List<String> skills, - String language, - String outputLanguage) - throws TxException-
skills - The list of skills to normalize (up to 50 skills, each skill may not exceed 100 characters).language - The language of the given skills. Must be one of the supported ISO codes.outputLanguage - The language to use for the output skill descriptions. Must be one of the supported ISO codes.TxException - Thrown when an API error occurspublic NormalizeSkillsResponse normalizeSkillsV2(List<String> skills) - throws TxException-
skills - The list of skills to normalize (up to 50 skills, each skill may not exceed 100 characters).TxException - Thrown when an API error occurspublic ExtractSkillsResponse extractSkillsV2(String text, - String language, - String outputLanguage, - float threshold) - throws TxException-
text - The text to extract skills from. There is a 24,000 character limit.language - The language of the input text. Must be one of the supported ISO codes.outputLanguage - The language to use for the output skill descriptions. If not provided, defaults to the input language. Must be one of the supported ISO codes.threshold - A value from [0 - 1] for the minimum confidence threshold for extracted skills. Lower values will return more skills, but also increase the likelihood of ambiguity-related errors. The recommended and default value is 0.5.TxException - Thrown when an API error occurspublic ExtractSkillsResponse extractSkillsV2(String text) - throws TxException-
text - The text to extract skills from. There is a 24,000 character limit.TxException - Thrown when an API error occurspublic GetProfessionsTaxonomyResponse getProfessionsTaxonomy(String language, - TaxonomyFormat format) - throws TxException-
language - The language parameter returns the taxonomy with descriptions only in that specified language. If not specified, descriptions in all languages are returned. Must be specified as one of the supported ISO codes.format - The format of the returned taxonomy. TaxonomyFormat.csv, only the Taxonomy.CsvOutput will be populated.TxException - Thrown when an API error occurspublic GetProfessionsTaxonomyResponse getProfessionsTaxonomy() - throws TxException-
TxException - Thrown when an API error occurspublic GetMetadataResponse getProfessionsTaxonomyMetadata() - throws TxException-
TxException - Thrown when an API error occurspublic ProfessionsAutoCompleteResponse autocompleteProfession(String prefix, - List<String> languages, - String outputLanguage, - int limit) - throws TxException-
prefix - The job title prefix to be completed. Must contain at least 1 character.languages - The language(s) used to search for matching professions (the language of the provided Prefix). A maximum of 5 languages can be provided. Must be one of the supported ISO codes. Default is 'en' only.outputLanguage - The language to ouput the found professions in (default is 'en'). Must be one of the supported ISO codes.limit - The maximum number of returned professions. The default is 10 and the maximum is 100.TxException - Thrown when an API error occurspublic ProfessionsAutoCompleteResponse autocompleteProfession(String prefix) - throws TxException-
prefix - The job title prefix to be completed. Must contain at least 1 character.TxException - Thrown when an API error occurspublic NormalizeProfessionsResponse normalizeProfessions(List<String> jobTitles, - String language, - String outputLanguage) - throws TxException-
jobTitles - The list of job titles to normalize (up to 10 job titles, each job title may not exceed 400 characters).language - The language of the input job titles. Must be one of the supported ISO codes.outputLanguage - The language to use for descriptions of the returned normalized professions. Must be one of the supported ISO codes.TxException - Thrown when an API error occurspublic NormalizeProfessionsResponse normalizeProfessions(List<String> jobTitles) - throws TxException-
jobTitles - The list of job titles to normalize (up to 10 job titles, each job title may not exceed 400 characters).TxException - Thrown when an API error occurspublic LookupProfessionCodesResponse lookupProfessions(List<Integer> codeIds, - String outputLanguage) - throws TxException-
codeIds - The profession code IDs to get details about from the Professions Taxonomy.outputLanguage - The language to use for professions descriptions (default is en). Must be an allowed ISO code. TxException - Thrown when an API error occurspublic LookupProfessionCodesResponse lookupProfessions(List<Integer> codeIds) - throws TxException-
codeIds - The profession code IDs to get details about from the Professions Taxonomy.TxException - Thrown when an API error occurspublic CompareProfessionsResponse compareProfessions(int profession1, - int profession2, - String outputLanguage) - throws TxException-
profession1 - A profession code ID from the Professions Taxonomy to compare.profession2 - A profession code ID from the Professions Taxonomy to compare.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic CompareSkillsToProfessionResponse compareSkillsToProfessions(int professionCodeId, - String outputLanguage, - List<SkillScore> skills) - throws TxException-
professionCodeId - The profession code ID from the Professions Taxonomy to compare the skill set to.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeskills - The skills which should be compared against the given profession. The list can contain up to 50 skills.TxException - Thrown when an API error occurspublic CompareSkillsToProfessionResponse compareSkillsToProfessions(ParsedResume resume, - int professionCodeId, - String outputLanguage, - boolean weightSkillsByExperience) - throws TxException-
resume - The resume containing the skills of the candidateprofessionCodeId - The profession code ID from the Professions Taxonomy to compare the skill set to.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeweightSkillsByExperience - Whether or not to give a higher weight to skills that the candidate has more experience with.TxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessions(List<Integer> professionCodeIds, - int limit, - String outputLanguage) - throws TxException-
professionCodeIds - The code IDs of the professions to suggest skills for.limit - The maximum amount of suggested skills returned. If not sure what value should be, provide 10 as default limit.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessions(List<Integer> professionCodeIds, - String outputLanguage) - throws TxException-
professionCodeIds - The code IDs of the professions to suggest skills for.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessions(ParsedResume resume, - String outputLanguage) - throws TxException-
resume - The resume to suggest skills for (based on the professions in the resume).outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessions(ParsedResume resume) - throws TxException-
resume - The resume to suggest skills for (based on the professions in the resume).TxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessions(ParsedJob job, - String outputLanguage) - throws TxException-
job - The resume to suggest skills for (based on the professions in the resume).outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessions(ParsedJob job) - throws TxException-
job - The resume to suggest skills for (based on the professions in the resume).TxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(ParsedResume resume, - int limit, - boolean returnMissingSkills, - String outputLanguage, - boolean weightSkillsByExperience) - throws TxException-
resume - The professions are suggested based on the skills within this resume.limit - The maximum amount of professions returned. If not sure what value should be, provide 10 as default limit.returnMissingSkills - Flag to enable returning a list of missing skills per suggested profession.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeweightSkillsByExperience - Whether or not to give a higher weight to skills that the candidate has more experience with.TxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(ParsedResume resume, - String outputLanguage) - throws TxException-
resume - The professions are suggested based on the skills within this resume. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(ParsedResume resume) - throws TxException-
resume - The professions are suggested based on the skills within this resume. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.TxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(ParsedJob job, - int limit, - boolean returnMissingSkills, - String outputLanguage) - throws TxException-
job - The professions are suggested based on the skills within this job.limit - The maximum amount of professions returned. If not sure what value should be, provide 10 as default limit.returnMissingSkills - Flag to enable returning a list of missing skills per suggested profession.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(ParsedJob job, - String outputLanguage) - throws TxException-
job - The professions are suggested based on the skills within this job. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(ParsedJob job) - throws TxException-
job - The professions are suggested based on the skills within this job. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.TxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(List<SkillScore> skills, - int limit, - boolean returnMissingSkills, - String outputLanguage) - throws TxException-
skills - The skills used to return the most relevant professions. The list can contain up to 50 skills.limit - The maximum amount of professions returned. If not sure what value should be, provide 10 as default limit.returnMissingSkills - Flag to enable returning a list of missing skills per suggested profession.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkills(List<String> skillIds, - String outputLanguage) - throws TxException-
skillIds - The skill IDs used to return the most relevant professions. The list can contain up to 50 skill IDs. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkills(List<SkillScore> skills, - int limit, - String outputLanguage) - throws TxException-
skills - The skills (and optionally, scores) for which the service should return related skills. The list can contain up to 50 skills.limit - The maximum amount of suggested skills returned. The maximum is 25.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkills(List<String> skillIds, - String outputLanguage) - throws TxException-
skillIds - The skill IDs for which the service should return related skills. The list can contain up to 50 skills.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkills(ParsedJob job, - int limit, - String outputLanguage) - throws TxException-
job - The job to suggest skills for (based on the skills in the job).limit - The maximum amount of suggested skills returned. The maximum is 25.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkills(ParsedJob job, - String outputLanguage) - throws TxException-
job - The job to suggest skills for (based on the skills in the job).outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkills(ParsedResume resume, - int limit, - String outputLanguage, - boolean weightSkillsByExperience) - throws TxException-
resume - The resume to suggest skills for (based on the skills in the resume).limit - The maximum amount of suggested skills returned. The maximum is 25.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeweightSkillsByExperience - Whether or not to give a higher weight to skills that the candidate has more experience with.TxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkills(ParsedResume resume, - String outputLanguage) - throws TxException-
resume - The resume to suggest skills for (based on the skills in the resume).outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SkillsSimilarityScoreResponse skillsSimilarityScore(List<SkillScore> skillSetA, - List<SkillScore> skillSetB) - throws TxException-
skillSetA - A set of skills (and optionally, scores) to score against the other set of skills. The list can contain up to 50 skills.skillSetB - A set of skills (and optionally, scores) to score against the other set of skills. The list can contain up to 50 skills.TxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessionsV2(List<Integer> professionCodeIds, - int limit, - String outputLanguage, - List<String> types) - throws TxException-
professionCodeIds - The code IDs of the professions to suggest skills for.limit - The maximum amount of suggested skills returned. If not sure what value should be, provide 10 as default limit.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codetypes - If specified, only these types of skills will be returned. The following values are acceptable: Professional, IT, Language, Soft, Certfication, All.TxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessionsV2(List<Integer> professionCodeIds, - String outputLanguage) - throws TxException-
professionCodeIds - The code IDs of the professions to suggest skills for.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessionsV2(ParsedResume resume, - String outputLanguage) - throws TxException-
resume - The resume to suggest skills for (based on the professions in the resume).outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessionsV2(ParsedResume resume) - throws TxException-
resume - The resume to suggest skills for (based on the professions in the resume).TxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessionsV2(ParsedJob job, - String outputLanguage) - throws TxException-
job - The resume to suggest skills for (based on the professions in the resume).outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromProfessionsV2(ParsedJob job) - throws TxException-
job - The resume to suggest skills for (based on the professions in the resume).TxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkillsV2(ParsedResume resume, - int limit, - boolean returnMissingSkills, - String outputLanguage, - boolean weightSkillsByExperience) - throws TxException-
resume - The professions are suggested based on the skills within this resume.limit - The maximum amount of professions returned. If not sure what value should be, provide 10 as default limit.returnMissingSkills - Flag to enable returning a list of missing skills per suggested profession.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeweightSkillsByExperience - Whether or not to give a higher weight to skills that the candidate has more experience with.TxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkillsV2(ParsedResume resume, - String outputLanguage) - throws TxException-
resume - The professions are suggested based on the skills within this resume. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkillsV2(ParsedResume resume) - throws TxException-
resume - The professions are suggested based on the skills within this resume. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.TxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkillsV2(ParsedJob job, - int limit, - boolean returnMissingSkills, - String outputLanguage) - throws TxException-
job - The professions are suggested based on the skills within this job.limit - The maximum amount of professions returned. If not sure what value should be, provide 10 as default limit.returnMissingSkills - Flag to enable returning a list of missing skills per suggested profession.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkillsV2(ParsedJob job, - String outputLanguage) - throws TxException-
job - The professions are suggested based on the skills within this job. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkillsV2(ParsedJob job) - throws TxException-
job - The professions are suggested based on the skills within this job. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.TxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkillsV2(List<SkillScore> skills, - int limit, - boolean returnMissingSkills, - String outputLanguage) - throws TxException-
skills - The skills used to return the most relevant professions. The list can contain up to 50 skills.limit - The maximum amount of professions returned. If not sure what value should be, provide 10 as default limit.returnMissingSkills - Flag to enable returning a list of missing skills per suggested profession.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestProfessionsResponse suggestProfessionsFromSkillsV2(List<String> skillIds, - String outputLanguage) - throws TxException-
skillIds - The skill IDs used to return the most relevant professions. The list can contain up to 50 skill IDs. Defaults limit returned to 10 and does not return missing skills. Use another overload to specify these parameters.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkillsV2(List<SkillScore> skills, - int limit, - String outputLanguage, - List<String> types) - throws TxException-
skills - The skills (and optionally, scores) for which the service should return related skills. The list can contain up to 50 skills.limit - The maximum amount of suggested skills returned. The maximum is 25.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codetypes - If specified, only these types of skills will be returned. The following values are acceptable: Professional, IT, Language, Soft, Certfication, All.TxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkillsV2(List<String> skillIds, - String outputLanguage) - throws TxException-
skillIds - The skill IDs for which the service should return related skills. The list can contain up to 50 skills.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkillsV2(ParsedJob job, - int limit, - String outputLanguage) - throws TxException-
job - The job to suggest skills for (based on the skills in the job).limit - The maximum amount of suggested skills returned. The maximum is 25.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkillsV2(ParsedJob job, - String outputLanguage) - throws TxException-
job - The job to suggest skills for (based on the skills in the job).outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkillsV2(ParsedResume resume, - int limit, - String outputLanguage, - boolean weightSkillsByExperience) - throws TxException-
resume - The resume to suggest skills for (based on the skills in the resume).limit - The maximum amount of suggested skills returned. The maximum is 25.outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeweightSkillsByExperience - Whether or not to give a higher weight to skills that the candidate has more experience with.TxException - Thrown when an API error occurspublic SuggestSkillsResponse suggestSkillsFromSkillsV2(ParsedResume resume, - String outputLanguage) - throws TxException-
resume - The resume to suggest skills for (based on the skills in the resume).outputLanguage - The language to use for the returned descriptions. If not provided, no descriptions are returned. Must be one of the supported ISO codeTxException - Thrown when an API error occurspublic SkillsSimilarityScoreResponse skillsSimilarityScoreV2(List<SkillScore> skillSetA, - List<SkillScore> skillSetB) - throws TxException-
skillSetA - A set of skills (and optionally, scores) to score against the other set of skills. The list can contain up to 50 skills.skillSetB - A set of skills (and optionally, scores) to score against the other set of skills. The list can contain up to 50 skills.TxException - Thrown when an API error occurspublic GenerateJobResponse generateJobDescription(GenerateJobRequest request) - throws TxException-
request - The request bodyTxException - Thrown when an API error occurspublic SuggestSkillsFromJobTitleResponse suggestSkillsFromJobTitle(String jobTitle, - String language, - Integer limit) - throws TxException-
jobTitle - The title of the job for which skills are being suggested.language - Language of the suggested skills in ISO 639-1 code format.limit - Maximum number of skills to suggest. If not specified this parameter defaults to 10. This value cannot exceed 50.TxException - Thrown when an API error occurspublic SuggestSkillsFromJobTitleResponse suggestSkillsFromJobTitle(String jobTitle) - throws TxException-
jobTitle - The title of the job for which skills are being suggested.TxException - Thrown when an API error occursCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/TxUIClient.html b/docs/com/textkernel/tx/TxUIClient.html deleted file mode 100644 index 8a2979b31..000000000 --- a/docs/com/textkernel/tx/TxUIClient.html +++ /dev/null @@ -1,461 +0,0 @@ - - - - - - -public class TxUIClient -extends Object-
TxClient.ui(MatchUISettings)| Modifier and Type | -Method and Description | -
|---|---|
<TTarget extends IParsedDocWithId> |
-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> |
-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
- |
-
GenerateUIResponse |
-match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Create a Matching UI session to find matches for a non-indexed job.
- |
-
GenerateUIResponse |
-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.
- |
-
GenerateUIResponse |
-match(String indexId,
- String documentId,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Create a Matching UI session to find matches for a resume or job that is already indexed
- |
-
GenerateUIResponse |
-search(List<String> indexesToQuery,
- FilterCriteria query,
- SearchMatchSettings settings,
- PaginationSettings pagination)
-Create a Matching UI session to search for resumes or jobs that meet specific criteria
- |
-
public GenerateUIResponse match(ParsedResume resume, - List<String> indexesToQuery, - CategoryWeights preferredWeights, - FilterCriteria filters, - SearchMatchSettings settings, - int numResults) - throws TxException-
resume - The resume (generated by the Resume Parser) to use as the source for a match queryindexesToQuery - The indexes to find results in. These must all be of the same type (resumes or jobs)preferredWeights - The preferred category weights for scoring the results. If null,
- The best values will be determined based on the source resumefilters - Any filters to apply prior to the match (a result must satisfy all the filters), or nullsettings - The settings for this match request. Use null for defaults.numResults - The number of results to show. Use 0 for the default.TxException - Thrown when an API error occurspublic GenerateUIResponse match(ParsedJob job, - List<String> indexesToQuery, - CategoryWeights preferredWeights, - FilterCriteria filters, - SearchMatchSettings settings, - int numResults) - throws TxException-
job - The job (generated by the Job Parser) to use as the source for a match queryindexesToQuery - The indexes to find results in. These must all be of the same type (resumes or jobs)preferredWeights - The preferred category weights for scoring the results. If null,
- The best values will be determined based on the source jobfilters - Any filters to apply prior to the match (a result must satisfy all the filters), or nullsettings - The settings for this match request. Use null for defaults.numResults - The number of results to show. Use 0 for the default.TxException - Thrown when an API error occurspublic GenerateUIResponse match(String indexId, - String documentId, - List<String> indexesToQuery, - CategoryWeights preferredWeights, - FilterCriteria filters, - SearchMatchSettings settings, - int numResults) - throws TxException-
indexId - The index containing the document you want to matchdocumentId - The ID of the document to matchindexesToQuery - The indexes to find results in. These must all be of the same type (resumes or jobs)preferredWeights - The preferred category weights for scoring the results. If null,
- The best values will be determined based on the source resume/jobfilters - Any filters to apply prior to the match (a result must satisfy all the filters), or nullsettings - The settings for this match request. Use null for defaults.numResults - The number of results to show. Use 0 for the default.TxException - Thrown when an API error occurspublic GenerateUIResponse search(List<String> indexesToQuery, - FilterCriteria query, - SearchMatchSettings settings, - PaginationSettings pagination) - throws TxException-
indexesToQuery - The indexes to find results in. These must all be of the same type (resumes or jobs)query - The search query. A result must satisfy all of these criteriasettings - The settings for this search request. Use null for defaults.pagination - Pagination settings. Use null for defaults.TxException - Thrown when an API error occurspublic <TTarget extends IParsedDocWithId> GenerateUIResponse bimetricScore(ParsedResumeWithId sourceResume, - List<TTarget> targetDocuments, - CategoryWeights preferredWeights, - SearchMatchSettings settings) - throws TxException-
TTarget - Either ParsedResumeWithId or ParsedJobWithIdsourceResume - The source resumetargetDocuments - The target resumes/jobspreferredWeights - The preferred category weights for scoring the results. If null,
- The best values will be determined based on the source resume.settings - The settings for this search request. Use null for defaults.TxException - Thrown when an API error occurspublic <TTarget extends IParsedDocWithId> GenerateUIResponse bimetricScore(ParsedJobWithId sourceJob, - List<TTarget> targetDocuments, - CategoryWeights preferredWeights, - SearchMatchSettings settings) - throws TxException-
TTarget - Either ParsedResumeWithId or ParsedJobWithIdsourceJob - The source jobtargetDocuments - The target resumes/jobspreferredWeights - The preferred category weights for scoring the results. If null,
- The best values will be determined based on the source job.settings - The settings for this search request. Use null for defaults.TxException - Thrown when an API error occursCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/class-use/DataCenter.html b/docs/com/textkernel/tx/class-use/DataCenter.html deleted file mode 100644 index 35e8f0f26..000000000 --- a/docs/com/textkernel/tx/class-use/DataCenter.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Field and Description | -
|---|---|
static DataCenter |
-DataCenter.AU
-Represents the AU datacenter.
- |
-
static DataCenter |
-DataCenter.EU
-Represents the EU datacenter.
- |
-
static DataCenter |
-DataCenter.US
-Represents the US datacenter.
- |
-
| Constructor and Description | -
|---|
TxClient(String accountId,
- String serviceKey,
- DataCenter dataCenter)
-Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console
- |
-
TxClient(String accountId,
- String serviceKey,
- DataCenter dataCenter,
- List<String> trackingTags)
-Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console
- |
-
TxClient(String accountId,
- String serviceKey,
- DataCenter dataCenter,
- List<String> trackingTags,
- long httpTimeoutSecs)
-Create an SDK client to perform Tx API calls with the account information found at https://cloud.textkernel.com/tx/console
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/class-use/TxClient.html b/docs/com/textkernel/tx/class-use/TxClient.html deleted file mode 100644 index 3e0f365f1..000000000 --- a/docs/com/textkernel/tx/class-use/TxClient.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/class-use/TxUIClient.html b/docs/com/textkernel/tx/class-use/TxUIClient.html deleted file mode 100644 index 622cc6e63..000000000 --- a/docs/com/textkernel/tx/class-use/TxUIClient.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
TxUIClient |
-TxClient.ui(MatchUISettings uiOptions)
-Access methods for generating Matching UI sessions.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/TxException.html b/docs/com/textkernel/tx/exceptions/TxException.html deleted file mode 100644 index a43f89bc6..000000000 --- a/docs/com/textkernel/tx/exceptions/TxException.html +++ /dev/null @@ -1,410 +0,0 @@ - - - - - - -public class TxException -extends Exception-
| Modifier and Type | -Field and Description | -
|---|---|
int |
-HttpStatusCode
-The HTTP Status Code of the response.
- |
-
Exception |
-InnerException
-If this exception was caused by another exception, the root cause will be here.
- |
-
String |
-RequestBody
-The JSON request body, will only have a value if
-TxClient.ShowFullRequestBodyInExceptions is true |
-
okhttp3.Response |
-RestResponse
-The raw response from the API
- |
-
String |
-TransactionId
-The Id of the transaction, use this when reporting errors to Support
- |
-
String |
-TxErrorCode
-The Info.Code of the response.
- |
-
| Constructor and Description | -
|---|
TxException(String requestBody,
- okhttp3.Response response,
- ApiResponseInfo errorInfo) |
-
TxException(String requestBody,
- okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId) |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic okhttp3.Response RestResponse-
public int HttpStatusCode-
public String TxErrorCode-
public String TransactionId-
public String RequestBody-
TxClient.ShowFullRequestBodyInExceptions is truepublic Exception InnerException-
public TxException(String requestBody, - okhttp3.Response response, - ApiResponseInfoLite errorInfo, - String transactionId)-
public TxException(String requestBody, - okhttp3.Response response, - ApiResponseInfo errorInfo)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/TxGeocodeJobException.html b/docs/com/textkernel/tx/exceptions/TxGeocodeJobException.html deleted file mode 100644 index 3c8bad873..000000000 --- a/docs/com/textkernel/tx/exceptions/TxGeocodeJobException.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class TxGeocodeJobException -extends TxUsableJobException-
Response property)ResponseHttpStatusCode, InnerException, RequestBody, RestResponse, TransactionId, TxErrorCode| Constructor and Description | -
|---|
TxGeocodeJobException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseJobResponse parseResponse) |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TxGeocodeJobException(okhttp3.Response response, - ApiResponseInfoLite errorInfo, - String transactionId, - ParseJobResponse parseResponse)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/TxGeocodeResumeException.html b/docs/com/textkernel/tx/exceptions/TxGeocodeResumeException.html deleted file mode 100644 index 02d40498a..000000000 --- a/docs/com/textkernel/tx/exceptions/TxGeocodeResumeException.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class TxGeocodeResumeException -extends TxUsableResumeException-
Response property)ResponseHttpStatusCode, InnerException, RequestBody, RestResponse, TransactionId, TxErrorCode| Constructor and Description | -
|---|
TxGeocodeResumeException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseResumeResponse parseResponse) |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TxGeocodeResumeException(okhttp3.Response response, - ApiResponseInfoLite errorInfo, - String transactionId, - ParseResumeResponse parseResponse)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/TxIndexJobException.html b/docs/com/textkernel/tx/exceptions/TxIndexJobException.html deleted file mode 100644 index 730614c70..000000000 --- a/docs/com/textkernel/tx/exceptions/TxIndexJobException.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class TxIndexJobException -extends TxUsableJobException-
Response property)ResponseHttpStatusCode, InnerException, RequestBody, RestResponse, TransactionId, TxErrorCode| Constructor and Description | -
|---|
TxIndexJobException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseJobResponse parseResponse) |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TxIndexJobException(okhttp3.Response response, - ApiResponseInfoLite errorInfo, - String transactionId, - ParseJobResponse parseResponse)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/TxIndexResumeException.html b/docs/com/textkernel/tx/exceptions/TxIndexResumeException.html deleted file mode 100644 index f0f1c44c4..000000000 --- a/docs/com/textkernel/tx/exceptions/TxIndexResumeException.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class TxIndexResumeException -extends TxUsableResumeException-
Response property)ResponseHttpStatusCode, InnerException, RequestBody, RestResponse, TransactionId, TxErrorCode| Constructor and Description | -
|---|
TxIndexResumeException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseResumeResponse parseResponse) |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TxIndexResumeException(okhttp3.Response response, - ApiResponseInfoLite errorInfo, - String transactionId, - ParseResumeResponse parseResponse)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/TxProfessionNormalizationJobException.html b/docs/com/textkernel/tx/exceptions/TxProfessionNormalizationJobException.html deleted file mode 100644 index 59c0e35eb..000000000 --- a/docs/com/textkernel/tx/exceptions/TxProfessionNormalizationJobException.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class TxProfessionNormalizationJobException -extends TxUsableJobException-
Response property)ResponseHttpStatusCode, InnerException, RequestBody, RestResponse, TransactionId, TxErrorCode| Constructor and Description | -
|---|
TxProfessionNormalizationJobException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseJobResponse parseResponse) |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TxProfessionNormalizationJobException(okhttp3.Response response, - ApiResponseInfoLite errorInfo, - String transactionId, - ParseJobResponse parseResponse)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/TxProfessionNormalizationResumeException.html b/docs/com/textkernel/tx/exceptions/TxProfessionNormalizationResumeException.html deleted file mode 100644 index 314e39684..000000000 --- a/docs/com/textkernel/tx/exceptions/TxProfessionNormalizationResumeException.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class TxProfessionNormalizationResumeException -extends TxUsableResumeException-
Response property)ResponseHttpStatusCode, InnerException, RequestBody, RestResponse, TransactionId, TxErrorCode| Constructor and Description | -
|---|
TxProfessionNormalizationResumeException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseResumeResponse parseResponse) |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TxProfessionNormalizationResumeException(okhttp3.Response response, - ApiResponseInfoLite errorInfo, - String transactionId, - ParseResumeResponse parseResponse)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/TxUsableJobException.html b/docs/com/textkernel/tx/exceptions/TxUsableJobException.html deleted file mode 100644 index b92002887..000000000 --- a/docs/com/textkernel/tx/exceptions/TxUsableJobException.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - -public abstract class TxUsableJobException -extends TxException-
Response property)| Modifier and Type | -Field and Description | -
|---|---|
ParseJobResponse |
-Response
-This may or may not be
-null or incomplete depending on what specific error occurred |
-
HttpStatusCode, InnerException, RequestBody, RestResponse, TransactionId, TxErrorCode| Constructor and Description | -
|---|
TxUsableJobException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseJobResponse parseResponse) |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseJobResponse Response-
null or incomplete depending on what specific error occurredpublic TxUsableJobException(okhttp3.Response response, - ApiResponseInfoLite errorInfo, - String transactionId, - ParseJobResponse parseResponse)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/TxUsableResumeException.html b/docs/com/textkernel/tx/exceptions/TxUsableResumeException.html deleted file mode 100644 index 1b850f6f7..000000000 --- a/docs/com/textkernel/tx/exceptions/TxUsableResumeException.html +++ /dev/null @@ -1,326 +0,0 @@ - - - - - - -public abstract class TxUsableResumeException -extends TxException-
Response property)| Modifier and Type | -Field and Description | -
|---|---|
ParseResumeResponse |
-Response
-This may or may not be
-null or incomplete depending on what specific error occurred |
-
HttpStatusCode, InnerException, RequestBody, RestResponse, TransactionId, TxErrorCode| Constructor and Description | -
|---|
TxUsableResumeException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseResumeResponse parseResponse) |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseResumeResponse Response-
null or incomplete depending on what specific error occurredpublic TxUsableResumeException(okhttp3.Response response, - ApiResponseInfoLite errorInfo, - String transactionId, - ParseResumeResponse parseResponse)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/class-use/TxException.html b/docs/com/textkernel/tx/exceptions/class-use/TxException.html deleted file mode 100644 index dfe3aa371..000000000 --- a/docs/com/textkernel/tx/exceptions/class-use/TxException.html +++ /dev/null @@ -1,1133 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.exceptions | -- |
| Modifier and Type | -Method and Description | -
|---|---|
ProfessionsAutoCompleteResponse |
-TxClient.autocompleteProfession(String prefix)
-Returns normalized professions that begin with a given prefix, based on the default language of english.
- |
-
ProfessionsAutoCompleteResponse |
-TxClient.autocompleteProfession(String prefix,
- List<String> languages,
- String outputLanguage,
- int limit)
-Returns normalized professions that begin with a given prefix, based on the chosen language(s).
- |
-
AutoCompleteSkillsResponse |
-TxClient.autocompleteSkill(String prefix)
-Returns normalized skills that begin with a given prefix, based on the chosen language(s).
- |
-
AutoCompleteSkillsResponse |
-TxClient.autocompleteSkill(String prefix,
- List<String> languages,
- String outputLanguage,
- List<String> types,
- int limit)
-Returns normalized skills that begin with a given prefix, based on the chosen language(s).
- |
-
AutoCompleteSkillsResponse |
-TxClient.autocompleteSkillV2(String prefix)
-Returns normalized skills that begin with a given prefix, based on the chosen language(s).
- |
-
AutoCompleteSkillsResponse |
-TxClient.autocompleteSkillV2(String prefix,
- List<String> languages,
- String outputLanguage,
- List<String> types,
- int limit)
-Returns normalized skills that begin with a given prefix, based on the chosen language(s).
- |
-
<TTarget extends IParsedDocWithId> |
-TxClient.bimetricScore(ParsedJobWithId sourceJob,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source job
- |
-
<TTarget extends IParsedDocWithId> |
-TxUIClient.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> |
-TxClient.bimetricScore(ParsedResumeWithId sourceResume,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source resume
- |
-
<TTarget extends IParsedDocWithId> |
-TxUIClient.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
- |
-
CompareProfessionsResponse |
-TxClient.compareProfessions(int profession1,
- int profession2,
- String outputLanguage)
-Compare two professions based on the skills associated with each.
- |
-
CompareSkillsToProfessionResponse |
-TxClient.compareSkillsToProfessions(int professionCodeId,
- String outputLanguage,
- List<SkillScore> skills)
-Compare a given set of skills to the skills related to a given profession.
- |
-
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.
- |
-
CreateIndexResponse |
-TxClient.createIndex(IndexType type,
- String indexId)
-Create a new index
- |
-
DeleteDocumentResponse |
-TxClient.deleteDocument(String indexId,
- String documentId)
-Delete an existing document from an index
- |
-
DeleteIndexResponse |
-TxClient.deleteIndex(String indexId)
-Delete an existing index.
- |
-
DeleteMultipleDocumentsResponse |
-TxClient.deleteMultipleDocuments(String indexId,
- List<String> documentIds)
-Delete a group of existing documents from an index
- |
-
ExtractSkillsResponse |
-TxClient.extractSkills(String text)
-Extracts known skills from the given text.
- |
-
ExtractSkillsResponse |
-TxClient.extractSkills(String text,
- String language,
- String outputLanguage,
- float threshold)
-Extracts known skills from the given text.
- |
-
ExtractSkillsResponse |
-TxClient.extractSkillsV2(String text)
-Extracts known skills from the given text.
- |
-
ExtractSkillsResponse |
-TxClient.extractSkillsV2(String text,
- String language,
- String outputLanguage,
- float threshold)
-Extracts known skills from the given text.
- |
-
FormatResumeResponse |
-TxClient.formatResume(FormatResumeRequest request)
-Format a resume into a standardized template that you provide
- |
-
GenerateJobResponse |
-TxClient.generateJobDescription(GenerateJobRequest request)
-Generates a job description based on specified parameters.
- |
-
GeocodeJobResponse |
-TxClient.geocode(ParsedJob job,
- Address address,
- GeocodeCredentials geocodeCredentials)
-Use this if you would like to provide an address for geocoding instead of using the one in the parsed
- job.
- |
-
GeocodeJobResponse |
-TxClient.geocode(ParsedJob job,
- GeocodeCredentials geocodeCredentials)
-Uses the address in the job (if present) to look up geocoordinates and add them into the ParsedJob object.
- |
-
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.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- 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
- rjobesume.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- IndexSingleDocumentInfo indexingOptions,
- boolean indexIfGeocodeFails,
- GeocodeCredentials geocodeCredentials)
-Uses the address in the job (if present) to look up geocoordinates and add them into the ParsedJob object.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- 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 job.
- |
-
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.
- |
-
GetAccountInfoResponse |
-TxClient.getAccountInfo()
-Get the account info (remaining credits, max concurrency, etc).
- |
-
GetAllIndexesResponse |
-TxClient.getAllIndexes()
-Get all existing indexes
- |
-
GetJobResponse |
-TxClient.getJob(String indexId,
- String documentId)
-Retrieve an existing job from an index
- |
-
GetProfessionsTaxonomyResponse |
-TxClient.getProfessionsTaxonomy()
-Get all professions in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetProfessionsTaxonomyResponse |
-TxClient.getProfessionsTaxonomy(String language,
- TaxonomyFormat format)
-Get all professions in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetMetadataResponse |
-TxClient.getProfessionsTaxonomyMetadata()
-Get metadata about the professions taxonomy/service.
- |
-
GetResumeResponse |
-TxClient.getResume(String indexId,
- String documentId)
-Retrieve an existing resume from an index
- |
-
GetSkillsTaxonomyResponse |
-TxClient.getSkillsTaxonomy()
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetSkillsTaxonomyResponse |
-TxClient.getSkillsTaxonomy(TaxonomyFormat format)
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetMetadataResponse |
-TxClient.getSkillsTaxonomyMetadata()
-Get metadata about the skills taxonomy/service.
- |
-
GetMetadataResponse |
-TxClient.getSkillsTaxonomyMetadataV2()
-Get metadata about the skills taxonomy/service.
- |
-
GetSkillsTaxonomyResponse |
-TxClient.getSkillsTaxonomyV2()
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetSkillsTaxonomyResponse |
-TxClient.getSkillsTaxonomyV2(TaxonomyFormat format)
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
IndexDocumentResponse |
-TxClient.indexDocument(ParsedJob job,
- String indexId,
- String documentId,
- List<String> userDefinedTags)
-Add a job to an existing index
- |
-
IndexDocumentResponse |
-TxClient.indexDocument(ParsedResume resume,
- String indexId,
- String documentId,
- List<String> userDefinedTags)
-Add a resume to an existing index
- |
-
IndexMultipleDocumentsResponse |
-TxClient.indexMultipleJobs(List<IndexJobInfo> jobs,
- String indexId)
-Add several jobs to an existing index
- |
-
IndexMultipleDocumentsResponse |
-TxClient.indexMultipleResumes(List<IndexResumeInfo> resumes,
- String indexId)
-Add several resumes to an existing index
- |
-
LookupProfessionCodesResponse |
-TxClient.lookupProfessions(List<Integer> codeIds)
-Get details for the given professions in the taxonomy.
- |
-
LookupProfessionCodesResponse |
-TxClient.lookupProfessions(List<Integer> codeIds,
- String outputLanguage)
-Get details for the given professions in the taxonomy.
- |
-
LookupSkillCodesResponse |
-TxClient.lookupSkills(List<String> skillIds)
-Get the details associated with given skills in the taxonomy.
- |
-
LookupSkillCodesResponse |
-TxClient.lookupSkills(List<String> skillIds,
- String outputLanguage)
-Get the details associated with given skills in the taxonomy.
- |
-
LookupSkillCodesResponse |
-TxClient.lookupSkillsV2(List<String> skillIds)
-Get the details associated with given skills in the taxonomy.
- |
-
LookupSkillCodesResponse |
-TxClient.lookupSkillsV2(List<String> skillIds,
- String outputLanguage)
-Get the details associated with given skills in the taxonomy.
- |
-
MatchResponse |
-TxClient.match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed job.
- |
-
GenerateUIResponse |
-TxUIClient.match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Create a Matching UI session to find matches for a non-indexed job.
- |
-
MatchResponse |
-TxClient.match(ParsedResume resume,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed resume.
- |
-
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(String indexId,
- String documentId,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a resume or job that is already indexed
- |
-
GenerateUIResponse |
-TxUIClient.match(String indexId,
- String documentId,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Create a Matching UI session to find matches for a resume or job that is already indexed
- |
-
NormalizeProfessionsResponse |
-TxClient.normalizeProfessions(List<String> jobTitles)
-Normalize the given job titles to the most closely-related professions in the taxonomy.
- |
-
NormalizeProfessionsResponse |
-TxClient.normalizeProfessions(List<String> jobTitles,
- String language,
- String outputLanguage)
-Normalize the given job titles to the most closely-related professions in the taxonomy.
- |
-
NormalizeSkillsResponse |
-TxClient.normalizeSkills(List<String> skills)
-Normalize the given skills to the most closely-related skills in the taxonomy.
- |
-
NormalizeSkillsResponse |
-TxClient.normalizeSkills(List<String> skills,
- String language,
- String outputLanguage)
-Normalize the given skills to the most closely-related skills in the taxonomy.
- |
-
NormalizeSkillsResponse |
-TxClient.normalizeSkillsV2(List<String> skills)
-Normalize the given skills to the most closely-related skills in the taxonomy.
- |
-
NormalizeSkillsResponse |
-TxClient.normalizeSkillsV2(List<String> skills,
- String language,
- String outputLanguage)
-Normalize the given skills to the most closely-related skills in the taxonomy.
- |
-
ParseJobResponse |
-TxClient.parseJob(ParseRequest request)
-Parse a job
- |
-
ParseResumeResponse |
-TxClient.parseResume(ParseRequest request)
-Parse a resume
- |
-
SearchResponse |
-TxClient.search(List<String> indexesToQuery,
- FilterCriteria query,
- SearchMatchSettings settings,
- PaginationSettings pagination)
-Search for resumes or jobs that meet specific criteria
- |
-
GenerateUIResponse |
-TxUIClient.search(List<String> indexesToQuery,
- FilterCriteria query,
- SearchMatchSettings settings,
- PaginationSettings pagination)
-Create a Matching UI session to search for resumes or jobs that meet specific criteria
- |
-
SkillsSimilarityScoreResponse |
-TxClient.skillsSimilarityScore(List<SkillScore> skillSetA,
- List<SkillScore> skillSetB)
-Determines how closely related one set of skills is to another.
- |
-
SkillsSimilarityScoreResponse |
-TxClient.skillsSimilarityScoreV2(List<SkillScore> skillSetA,
- List<SkillScore> skillSetB)
-Determines how closely related one set of skills is to another.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(List<SkillScore> skills,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on a given set of skills.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(List<String> skillIds,
- String outputLanguage)
-Suggest professions based on a given set of skill IDs.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(ParsedJob job)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(ParsedJob job,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(ParsedJob job,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
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.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(List<SkillScore> skills,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on a given set of skills.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(List<String> skillIds,
- String outputLanguage)
-Suggest professions based on a given set of skill IDs.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedJob job)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedJob job,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedJob job,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedResume resume)
-Suggest professions based on the skills within a given resume.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedResume resume,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage,
- boolean weightSkillsByExperience)
-Suggest professions based on the skills within a given resume.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedResume resume,
- String outputLanguage)
-Suggest professions based on the skills within a given resume.
- |
-
SuggestSkillsFromJobTitleResponse |
-TxClient.suggestSkillsFromJobTitle(String jobTitle)
-Takes a job title and suggests relevant skills.
- |
-
SuggestSkillsFromJobTitleResponse |
-TxClient.suggestSkillsFromJobTitle(String jobTitle,
- String language,
- Integer limit)
-Takes a job title and suggests relevant skills.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessions(List<Integer> professionCodeIds,
- int limit,
- String outputLanguage)
-Suggests skills related to given professions.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessions(List<Integer> professionCodeIds,
- String outputLanguage)
-Suggests skills related to given professions.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessions(ParsedJob job)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessions(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job based on the profession title in the job.
- |
-
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.suggestSkillsFromProfessionsV2(List<Integer> professionCodeIds,
- int limit,
- String outputLanguage,
- List<String> types)
-Suggests skills related to given professions.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessionsV2(List<Integer> professionCodeIds,
- String outputLanguage)
-Suggests skills related to given professions.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessionsV2(ParsedJob job)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessionsV2(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessionsV2(ParsedResume resume)
-Suggests skills related to a resume based on the recent professions in the resume.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessionsV2(ParsedResume resume,
- String outputLanguage)
-Suggests skills related to a resume based on the recent professions in the resume.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkills(List<SkillScore> skills,
- int limit,
- String outputLanguage)
-Returns skills related to a given skill or set of skills.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkills(List<String> skillIds,
- String outputLanguage)
-Returns skills related to a given skill or set of skills.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkills(ParsedJob job,
- int limit,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkills(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
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.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(List<SkillScore> skills,
- int limit,
- String outputLanguage,
- List<String> types)
-Returns skills related to a given skill or set of skills.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(List<String> skillIds,
- String outputLanguage)
-Returns skills related to a given skill or set of skills.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(ParsedJob job,
- int limit,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(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.suggestSkillsFromSkillsV2(ParsedResume resume,
- String outputLanguage)
-Suggests skills related to a resume (but not in the resume) based on the skills in the resume.
- |
-
UpdateUserDefinedTagsResponse |
-TxClient.updateJobUserDefinedTags(String indexId,
- String documentId,
- List<String> userDefinedTags,
- UserDefinedTagsMethod method)
-Updates the user-defined tags for a job
- |
-
UpdateUserDefinedTagsResponse |
-TxClient.updateResumeUserDefinedTags(String indexId,
- String documentId,
- List<String> userDefinedTags,
- UserDefinedTagsMethod method)
-Updates the user-defined tags for a resume
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-TxGeocodeJobException
-This exception is thrown when an error happens during geocoding, but the service was still able to produce a usable Job object (see the
-Response property) |
-
class |
-TxGeocodeResumeException
-This exception is thrown when an error happens during geocoding, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
class |
-TxIndexJobException
-This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Job object (see the
-Response property) |
-
class |
-TxIndexResumeException
-This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
class |
-TxProfessionNormalizationJobException
-This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Job object (see the
-Response property) |
-
class |
-TxProfessionNormalizationResumeException
-This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
class |
-TxUsableJobException
-This exception is thrown when an error happens, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
class |
-TxUsableResumeException
-This exception is thrown when an error happens, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/class-use/TxGeocodeJobException.html b/docs/com/textkernel/tx/exceptions/class-use/TxGeocodeJobException.html deleted file mode 100644 index 6ac555d52..000000000 --- a/docs/com/textkernel/tx/exceptions/class-use/TxGeocodeJobException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/class-use/TxGeocodeResumeException.html b/docs/com/textkernel/tx/exceptions/class-use/TxGeocodeResumeException.html deleted file mode 100644 index cd5b7cb39..000000000 --- a/docs/com/textkernel/tx/exceptions/class-use/TxGeocodeResumeException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/class-use/TxIndexJobException.html b/docs/com/textkernel/tx/exceptions/class-use/TxIndexJobException.html deleted file mode 100644 index d51f4d3d2..000000000 --- a/docs/com/textkernel/tx/exceptions/class-use/TxIndexJobException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/class-use/TxIndexResumeException.html b/docs/com/textkernel/tx/exceptions/class-use/TxIndexResumeException.html deleted file mode 100644 index b4170d60d..000000000 --- a/docs/com/textkernel/tx/exceptions/class-use/TxIndexResumeException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/class-use/TxProfessionNormalizationJobException.html b/docs/com/textkernel/tx/exceptions/class-use/TxProfessionNormalizationJobException.html deleted file mode 100644 index eeb051de8..000000000 --- a/docs/com/textkernel/tx/exceptions/class-use/TxProfessionNormalizationJobException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/class-use/TxProfessionNormalizationResumeException.html b/docs/com/textkernel/tx/exceptions/class-use/TxProfessionNormalizationResumeException.html deleted file mode 100644 index cae644aab..000000000 --- a/docs/com/textkernel/tx/exceptions/class-use/TxProfessionNormalizationResumeException.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/class-use/TxUsableJobException.html b/docs/com/textkernel/tx/exceptions/class-use/TxUsableJobException.html deleted file mode 100644 index 3161b74ff..000000000 --- a/docs/com/textkernel/tx/exceptions/class-use/TxUsableJobException.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.exceptions | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-TxGeocodeJobException
-This exception is thrown when an error happens during geocoding, but the service was still able to produce a usable Job object (see the
-Response property) |
-
class |
-TxIndexJobException
-This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Job object (see the
-Response property) |
-
class |
-TxProfessionNormalizationJobException
-This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Job object (see the
-Response property) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/class-use/TxUsableResumeException.html b/docs/com/textkernel/tx/exceptions/class-use/TxUsableResumeException.html deleted file mode 100644 index 530cffeeb..000000000 --- a/docs/com/textkernel/tx/exceptions/class-use/TxUsableResumeException.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.exceptions | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-TxGeocodeResumeException
-This exception is thrown when an error happens during geocoding, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
class |
-TxIndexResumeException
-This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
class |
-TxProfessionNormalizationResumeException
-This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/package-frame.html b/docs/com/textkernel/tx/exceptions/package-frame.html deleted file mode 100644 index 52d39ea67..000000000 --- a/docs/com/textkernel/tx/exceptions/package-frame.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - -| Exception | -Description | -
|---|---|
| TxException | -
- The most generic exception thrown by the SDK as a result of an error response from the API
- |
-
| TxGeocodeJobException | -
- This exception is thrown when an error happens during geocoding, but the service was still able to produce a usable Job object (see the
-Response property) |
-
| TxGeocodeResumeException | -
- This exception is thrown when an error happens during geocoding, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
| TxIndexJobException | -
- This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Job object (see the
-Response property) |
-
| TxIndexResumeException | -
- This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
| TxProfessionNormalizationJobException | -
- This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Job object (see the
-Response property) |
-
| TxProfessionNormalizationResumeException | -
- This exception is thrown when an error happens during indexing, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
| TxUsableJobException | -
- This exception is thrown when an error happens, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
| TxUsableResumeException | -
- This exception is thrown when an error happens, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/package-tree.html b/docs/com/textkernel/tx/exceptions/package-tree.html deleted file mode 100644 index fc0600f1d..000000000 --- a/docs/com/textkernel/tx/exceptions/package-tree.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/exceptions/package-use.html b/docs/com/textkernel/tx/exceptions/package-use.html deleted file mode 100644 index 05a72ecaa..000000000 --- a/docs/com/textkernel/tx/exceptions/package-use.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.exceptions | -- |
| Class and Description | -
|---|
| TxException
- The most generic exception thrown by the SDK as a result of an error response from the API
- |
-
| Class and Description | -
|---|
| TxException
- The most generic exception thrown by the SDK as a result of an error response from the API
- |
-
| TxUsableJobException
- This exception is thrown when an error happens, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
| TxUsableResumeException
- This exception is thrown when an error happens, but the service was still able to produce a usable Resume object (see the
-Response property) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/http/HttpResponse.html b/docs/com/textkernel/tx/http/HttpResponse.html deleted file mode 100644 index 6e1255fa3..000000000 --- a/docs/com/textkernel/tx/http/HttpResponse.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - -public class HttpResponse<T extends ApiResponse<?>> -extends Object-
| Constructor and Description | -
|---|
HttpResponse(okhttp3.Response response,
- Class<T> type) |
-
| Modifier and Type | -Method and Description | -
|---|---|
T |
-getData() |
-
okhttp3.Response |
-getResponse() |
-
public HttpResponse(okhttp3.Response response, - Class<T> type) - throws IOException-
IOExceptionCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/http/class-use/HttpResponse.html b/docs/com/textkernel/tx/http/class-use/HttpResponse.html deleted file mode 100644 index e526de084..000000000 --- a/docs/com/textkernel/tx/http/class-use/HttpResponse.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/http/package-frame.html b/docs/com/textkernel/tx/http/package-frame.html deleted file mode 100644 index 2aa549c79..000000000 --- a/docs/com/textkernel/tx/http/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| HttpResponse<T extends ApiResponse<?>> | -
- A simple class to contain a raw OkHttp Response and a deserialized response body
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/http/package-tree.html b/docs/com/textkernel/tx/http/package-tree.html deleted file mode 100644 index 02ce8a43d..000000000 --- a/docs/com/textkernel/tx/http/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/http/package-use.html b/docs/com/textkernel/tx/http/package-use.html deleted file mode 100644 index 40de5f83d..000000000 --- a/docs/com/textkernel/tx/http/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/Document.html b/docs/com/textkernel/tx/models/Document.html deleted file mode 100644 index 844a91842..000000000 --- a/docs/com/textkernel/tx/models/Document.html +++ /dev/null @@ -1,369 +0,0 @@ - - - - - - -public class Document -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
protected String |
-_asBase64 |
-
java.time.LocalDate |
-LastModified
-The last revised/modified date for this file.
- |
-
protected String _asBase64-
public java.time.LocalDate LastModified-
public Document(byte[] fileBytes, - java.time.LocalDate lastModified)-
Document from a file byte[]fileBytes - - The file byte arraylastModified - - The last-revised date for this file.
- This is extremely important so that the Parser knows how to interpret dates in the document that are - expressed as "current" or "as of" (or similar) to correctly calculate date spans
IllegalArgumentException - If the fileBytes is null or emptypublic Document(String path) - throws IOException-
Document from a file on the filesystem.
- NOTE: this will automatically set the LastModified using Files.getLastModifiedTime(Path, LinkOption...)
-
If your files do not have an accurate 'LastWrite' or 'LastModified' time, you must use a different constructor
path - - The path to the fileIllegalArgumentException - If the file is emptyIOException - If an error occurs reading the file contentsCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/GeoCoordinates.html b/docs/com/textkernel/tx/models/GeoCoordinates.html deleted file mode 100644 index de5041e60..000000000 --- a/docs/com/textkernel/tx/models/GeoCoordinates.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -public class GeoCoordinates -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
double |
-Latitude
-The latitude, in degrees
- |
-
double |
-Longitude
-The longitude, in degrees
- |
-
| Constructor and Description | -
|---|
GeoCoordinates() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/GeocodedCoordinates.html b/docs/com/textkernel/tx/models/GeocodedCoordinates.html deleted file mode 100644 index 2be2d7231..000000000 --- a/docs/com/textkernel/tx/models/GeocodedCoordinates.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class GeocodedCoordinates -extends GeoCoordinates-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Source
-The geocoding source, such as Google or Bing
- |
-
Latitude, Longitude| Constructor and Description | -
|---|
GeocodedCoordinates() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/Location.html b/docs/com/textkernel/tx/models/Location.html deleted file mode 100644 index b8770633e..000000000 --- a/docs/com/textkernel/tx/models/Location.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - -public class Location -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-CountryCode
-The 2-letter ISO 3166 country code
- |
-
GeocodedCoordinates |
-GeoCoordinates
-If geocoding has been done, this is the lat/lon for the location
- |
-
String |
-Municipality
-The City/Municipality/Town
- |
-
String |
-PostalCode
-The Postal or Zip code
- |
-
List<String> |
-Regions
-The Regions/Districts/States
- |
-
List<String> |
-StreetAddressLines
-Street address lines
- |
-
public String CountryCode-
public String PostalCode-
public String Municipality-
public GeocodedCoordinates GeoCoordinates-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/ParsedDocument.html b/docs/com/textkernel/tx/models/ParsedDocument.html deleted file mode 100644 index feafca779..000000000 --- a/docs/com/textkernel/tx/models/ParsedDocument.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - -public abstract class ParsedDocument -extends Object-
| Constructor and Description | -
|---|
ParsedDocument() |
-
| Modifier and Type | -Method and Description | -
|---|---|
void |
-toFile(String filepath,
- boolean formatted)
-Save the json to disk using UTF-8 encoding
- |
-
String |
-toJson(boolean formatted) |
-
String |
-toString() |
-
public String toJson(boolean formatted)-
formatted - true for pretty-printingpublic void toFile(String filepath, - boolean formatted) - throws IOException-
filepath - The file to save toformatted - true for pretty-printingIOException - When an error occurs writing the fileCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/ParsedDocumentMetadata.html b/docs/com/textkernel/tx/models/ParsedDocumentMetadata.html deleted file mode 100644 index b480babe1..000000000 --- a/docs/com/textkernel/tx/models/ParsedDocumentMetadata.html +++ /dev/null @@ -1,357 +0,0 @@ - - - - - - -public class ParsedDocumentMetadata -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-DocumentCulture
-An ISO 3066 code that represents the cultural context of the document regarding formatting of
- numbers, dates, character symbols, etc.
- |
-
String |
-DocumentLanguage
-An ISO 639-1 code that represents the primary language of the parsed text.
- |
-
java.time.LocalDate |
-DocumentLastModified
-The last-revised/last-modified date that was provided for the document.
- |
-
String |
-ParserSettings
-The full parser settings that were used during parsing
- |
-
String |
-PlainText
-The plain text that was used for parsing
- |
-
| Constructor and Description | -
|---|
ParsedDocumentMetadata() |
-
public String PlainText-
public String DocumentLanguage-
iv(invariant/unknown). Note that the two-letter ISO codes reported by the
- Parser - such as zh for Chinese - do not differentiate between language
- variants, such as Mandarin and Cantonese.public String DocumentCulture-
en-US for US English; however, note that culture
- can be set independently of language and country to achieve fine-tuned cultural control over parsing,
- so if you use this value you should not assume that it always matches the language and country.public String ParserSettings-
public java.time.LocalDate DocumentLastModified-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/TxDate.html b/docs/com/textkernel/tx/models/TxDate.html deleted file mode 100644 index f127483c4..000000000 --- a/docs/com/textkernel/tx/models/TxDate.html +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - -public class TxDate -extends Object-
- Current, as in "July 2018 - current". See IsCurrentDate
-
- Year only, as in "2018 - 2020". FoundYear will be true, FoundMonth and FoundDay will be false
-
- Year and month, as in "2018/06 - 2020/07". FoundYear and FoundMonth will be true, FoundDay will be false
-
- Year/month/day, as in "5/4/2018 - 7/2/2020". FoundYear, FoundMonth, and FoundDay will be true
| Modifier and Type | -Field and Description | -
|---|---|
java.time.LocalDate |
-Date
-The ISO 8601 (yyyy-MM-dd) date, if the day and/or month could not be found, they will be 01
- |
-
boolean |
-FoundDay
-true if the day was found in the text (eg: June 7, 2020), otherwise false (eg: June 2020) |
-
boolean |
-FoundMonth
-true if the month was found in the text (eg: June 2020), otherwise false (eg: 2020) |
-
boolean |
-FoundYear
-true if the year was found in the text, otherwise false |
-
boolean |
-IsCurrentDate
-true if this date represents '- current' and not an actual date |
-
public java.time.LocalDate Date-
public boolean IsCurrentDate-
true if this date represents '- current' and not an actual datepublic boolean FoundYear-
true if the year was found in the text, otherwise falsepublic boolean FoundMonth-
true if the month was found in the text (eg: June 2020), otherwise false (eg: 2020)public boolean FoundDay-
true if the day was found in the text (eg: June 7, 2020), otherwise false (eg: June 2020)Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/TxPrimitive.html b/docs/com/textkernel/tx/models/TxPrimitive.html deleted file mode 100644 index 3942c872f..000000000 --- a/docs/com/textkernel/tx/models/TxPrimitive.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class TxPrimitive<T> -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
T |
-Value
-The value for this object
- |
-
| Constructor and Description | -
|---|
TxPrimitive() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/AccountInfo.html b/docs/com/textkernel/tx/models/api/AccountInfo.html deleted file mode 100644 index 5562c4404..000000000 --- a/docs/com/textkernel/tx/models/api/AccountInfo.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -public class AccountInfo -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-AccountId
-The AccountId for the account
- |
-
double |
-CreditsRemaining
-The number of credits remaining to be used by the account
- |
-
double |
-CreditsUsed
-The number of credits used by the account
- |
-
String |
-ExpirationDate
-The date that the current credits expire
- |
-
String |
-IPAddress
-The client IP Address where the API call originated
- |
-
int |
-MaximumConcurrentRequests
-The number of requests that can be made at one time
- |
-
String |
-Name
-The customer name on the account
- |
-
String |
-Region
-The region for the account, also known as the 'Data Center'
- |
-
| Constructor and Description | -
|---|
AccountInfo() |
-
public String AccountId-
public String Name-
public String IPAddress-
public String Region-
public double CreditsRemaining-
public double CreditsUsed-
public int MaximumConcurrentRequests-
public String ExpirationDate-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/ApiResponse.html b/docs/com/textkernel/tx/models/api/ApiResponse.html deleted file mode 100644 index 178bd5041..000000000 --- a/docs/com/textkernel/tx/models/api/ApiResponse.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - -public class ApiResponse<T> -extends Object -implements ITxResponse-
| Modifier and Type | -Field and Description | -
|---|---|
ApiResponseInfo |
-Info
-Contains information about the response and the customer
- |
-
T |
-Value
-The data returned based on the request type/content
- |
-
| Constructor and Description | -
|---|
ApiResponse() |
-
| Modifier and Type | -Method and Description | -
|---|---|
ApiResponseInfo |
-getInfo() |
-
public ApiResponseInfo Info-
public T Value-
public ApiResponseInfo getInfo()-
getInfo in interface ITxResponseCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/ApiResponseInfo.html b/docs/com/textkernel/tx/models/api/ApiResponseInfo.html deleted file mode 100644 index 4195a2590..000000000 --- a/docs/com/textkernel/tx/models/api/ApiResponseInfo.html +++ /dev/null @@ -1,380 +0,0 @@ - - - - - - -public class ApiResponseInfo -extends ApiResponseInfoLite-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-ApiVersion
-The version of the API
- |
-
double |
-CreditsUsed
-How many credits the customer was charged for this transaction
- |
-
AccountInfo |
-CustomerDetails
-Information about the customer who made the API call
- |
-
String |
-EngineVersion
-The version of the parsing engine
- |
-
int |
-TotalElapsedMilliseconds
-How long the transaction took on the server, in milliseconds.
- |
-
String |
-TransactionId
-The id for a specific API transaction.
- |
-
Code, Message| Constructor and Description | -
|---|
ApiResponseInfo() |
-
public String TransactionId-
public int TotalElapsedMilliseconds-
If the transaction takes longer to complete on the client side, that extra duration is solely network latency.
public String EngineVersion-
public String ApiVersion-
public double CreditsUsed-
public AccountInfo CustomerDetails-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/ApiResponseInfoLite.html b/docs/com/textkernel/tx/models/api/ApiResponseInfoLite.html deleted file mode 100644 index f54791dc9..000000000 --- a/docs/com/textkernel/tx/models/api/ApiResponseInfoLite.html +++ /dev/null @@ -1,334 +0,0 @@ - - - - - - -public class ApiResponseInfoLite -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Code
-See https://developer.textkernel.com/tx-platform/v10/overview/#http-status-codes
- |
-
String |
-Message
-A short human-readable description explaining the
-Code value |
-
| Constructor and Description | -
|---|
ApiResponseInfoLite() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/ITxResponse.html b/docs/com/textkernel/tx/models/api/ITxResponse.html deleted file mode 100644 index fe4d8b53f..000000000 --- a/docs/com/textkernel/tx/models/api/ITxResponse.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - -public interface ITxResponse
-| Modifier and Type | -Method and Description | -
|---|---|
ApiResponseInfo |
-getInfo() |
-
ApiResponseInfo getInfo()-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/account/GetAccountInfoResponse.html b/docs/com/textkernel/tx/models/api/account/GetAccountInfoResponse.html deleted file mode 100644 index f6c0aa481..000000000 --- a/docs/com/textkernel/tx/models/api/account/GetAccountInfoResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class GetAccountInfoResponse -extends ApiResponse<Object>-
Info, Value| Constructor and Description | -
|---|
GetAccountInfoResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/account/class-use/GetAccountInfoResponse.html b/docs/com/textkernel/tx/models/api/account/class-use/GetAccountInfoResponse.html deleted file mode 100644 index be53c7e5f..000000000 --- a/docs/com/textkernel/tx/models/api/account/class-use/GetAccountInfoResponse.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetAccountInfoResponse |
-TxClient.getAccountInfo()
-Get the account info (remaining credits, max concurrency, etc).
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/account/package-frame.html b/docs/com/textkernel/tx/models/api/account/package-frame.html deleted file mode 100644 index 0d27cc68e..000000000 --- a/docs/com/textkernel/tx/models/api/account/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| GetAccountInfoResponse | -
- The response body from a GetAccount API call
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/account/package-tree.html b/docs/com/textkernel/tx/models/api/account/package-tree.html deleted file mode 100644 index 0fe10a294..000000000 --- a/docs/com/textkernel/tx/models/api/account/package-tree.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/account/package-use.html b/docs/com/textkernel/tx/models/api/account/package-use.html deleted file mode 100644 index 8408a2773..000000000 --- a/docs/com/textkernel/tx/models/api/account/package-use.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Class and Description | -
|---|
| GetAccountInfoResponse
- The response body from a GetAccount API call
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreJobRequest.html b/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreJobRequest.html deleted file mode 100644 index 4c1dbe2dc..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreJobRequest.html +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - -public class BimetricScoreJobRequest -extends BimetricScoreRequest-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedJobWithId |
-SourceJob
-The job to use as the 'source' document for the bimetric score.
- |
-
PreferredCategoryWeights, Settings, TargetJobs, TargetResumes| Constructor and Description | -
|---|
BimetricScoreJobRequest() |
-
public ParsedJobWithId SourceJob-
All the target documents will be scored against this job.
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreRequest.html b/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreRequest.html deleted file mode 100644 index 028077d22..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreRequest.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - - -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.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreResponse.html b/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreResponse.html deleted file mode 100644 index e1ffc3862..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class BimetricScoreResponse -extends ApiResponse<BimetricScoreResponseValue>-
Info, Value| Constructor and Description | -
|---|
BimetricScoreResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreResponseValue.html b/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreResponseValue.html deleted file mode 100644 index 3b0765960..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreResponseValue.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - -public class BimetricScoreResponseValue -extends BaseScoredResponseValue<BimetricScoreResult>-
ApiResponse.Value from a 'BimetricScore' responseAppliedCategoryWeights, SuggestedCategoryWeightsCurrentCount, Matches, TotalCount| Constructor and Description | -
|---|
BimetricScoreResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreResult.html b/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreResult.html deleted file mode 100644 index a849bf3d7..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreResult.html +++ /dev/null @@ -1,372 +0,0 @@ - - - - - - -public class BimetricScoreResult -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
EnrichedScoreData |
-EnrichedRCSScoreData
-Detailed information/evidence about the
-ReverseCompatibilityScore |
-
EnrichedScoreData |
-EnrichedScoreData
-Detailed information/evidence about the
-WeightedScore |
-
String |
-Id
-The document id of the result
- |
-
int |
-ReverseCompatibilityScore
-An integer score from 0-100 which represents how well the target document matched to the source document.
- |
-
int |
-SovScore
-An integer score representing the overall fit of the match.
- |
-
int |
-WeightedScore
-An integer score from 0-100 representing how well the current document matched the source document.
- |
-
| Constructor and Description | -
|---|
BimetricScoreResult() |
-
public String Id-
public int SovScore-
WeightedScore and the ReverseCompatibilityScore
- into one overall score. Results are sorted by this parameter in descending order.public int WeightedScore-
See also:
public int ReverseCompatibilityScore-
WeightedScore if you ran the match/score with the source and
- target documents swapped. A score of 100 means that all of the data points in the target document were found
- in the source document, but the source document may have had many extra data points.public EnrichedScoreData EnrichedScoreData-
WeightedScorepublic EnrichedScoreData EnrichedRCSScoreData-
ReverseCompatibilityScoreCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreResumeRequest.html b/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreResumeRequest.html deleted file mode 100644 index 8d87830d7..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/BimetricScoreResumeRequest.html +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - -public class BimetricScoreResumeRequest -extends BimetricScoreRequest-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedResumeWithId |
-SourceResume
-The resume to use as the 'source' document for the bimetric score.
- |
-
PreferredCategoryWeights, Settings, TargetJobs, TargetResumes| Constructor and Description | -
|---|
BimetricScoreResumeRequest() |
-
public ParsedResumeWithId SourceResume-
All the target documents will be scored against this resume.
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/IParsedDocWithId.html b/docs/com/textkernel/tx/models/api/bimetricscoring/IParsedDocWithId.html deleted file mode 100644 index 91a4e6629..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/IParsedDocWithId.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - -public interface IParsedDocWithId
-| Modifier and Type | -Method and Description | -
|---|---|
String |
-getDocId() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/ParsedJobWithId.html b/docs/com/textkernel/tx/models/api/bimetricscoring/ParsedJobWithId.html deleted file mode 100644 index 9a7670057..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/ParsedJobWithId.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - -public class ParsedJobWithId -extends Object -implements IParsedDocWithId-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Id
-The id of the document (used in the response body)
- |
-
ParsedJob |
-JobData
-A job generated by the job parser
- |
-
| Constructor and Description | -
|---|
ParsedJobWithId() |
-
public String Id-
public ParsedJob JobData-
public String getDocId()-
getDocId in interface IParsedDocWithIdCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/ParsedResumeWithId.html b/docs/com/textkernel/tx/models/api/bimetricscoring/ParsedResumeWithId.html deleted file mode 100644 index 9200362f1..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/ParsedResumeWithId.html +++ /dev/null @@ -1,340 +0,0 @@ - - - - - - -public class ParsedResumeWithId -extends Object -implements IParsedDocWithId-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Id
-The id of the document (used in the response body)
- |
-
ParsedResume |
-ResumeData
-A resume generated by the resume parser
- |
-
| Constructor and Description | -
|---|
ParsedResumeWithId() |
-
public String Id-
public ParsedResume ResumeData-
public String getDocId()-
getDocId in interface IParsedDocWithIdCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreJobRequest.html b/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreJobRequest.html deleted file mode 100644 index 5f68936ae..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreJobRequest.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Constructor and Description | -
|---|
UIBimetricScoreJobRequest(BimetricScoreJobRequest request,
- MatchUISettings settings) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreRequest.html b/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreRequest.html deleted file mode 100644 index f4d1c7a8f..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreRequest.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.bimetricscoring | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-BimetricScoreJobRequest
-Request body for a 'BimetricScore' request
- |
-
class |
-BimetricScoreResumeRequest
-Request body for a 'BimetricScore' request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreResponse.html b/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreResponse.html deleted file mode 100644 index 5979be63b..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreResponse.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
<TTarget extends IParsedDocWithId> |
-TxClient.bimetricScore(ParsedJobWithId sourceJob,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source job
- |
-
<TTarget extends IParsedDocWithId> |
-TxClient.bimetricScore(ParsedResumeWithId sourceResume,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreResponseValue.html b/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreResponseValue.html deleted file mode 100644 index 2ced498c8..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreResult.html b/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreResult.html deleted file mode 100644 index 77b1f3e64..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreResult.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreResumeRequest.html b/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreResumeRequest.html deleted file mode 100644 index 51b79230e..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/BimetricScoreResumeRequest.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Constructor and Description | -
|---|
UIBimetricScoreResumeRequest(BimetricScoreResumeRequest request,
- MatchUISettings settings) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/IParsedDocWithId.html b/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/IParsedDocWithId.html deleted file mode 100644 index 060d00a32..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/IParsedDocWithId.html +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| Modifier and Type | -Method and Description | -
|---|---|
<TTarget extends IParsedDocWithId> |
-TxClient.bimetricScore(ParsedJobWithId sourceJob,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source job
- |
-
<TTarget extends IParsedDocWithId> |
-TxUIClient.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> |
-TxClient.bimetricScore(ParsedResumeWithId sourceResume,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source resume
- |
-
<TTarget extends IParsedDocWithId> |
-TxUIClient.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
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ParsedJobWithId
-A ParsedJob and id pair for a bimetric score request
- |
-
class |
-ParsedResumeWithId
-A ParsedResume and id pair for a bimetric score request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/ParsedJobWithId.html b/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/ParsedJobWithId.html deleted file mode 100644 index be253c945..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/ParsedJobWithId.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| Modifier and Type | -Method and Description | -
|---|---|
<TTarget extends IParsedDocWithId> |
-TxClient.bimetricScore(ParsedJobWithId sourceJob,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source job
- |
-
<TTarget extends IParsedDocWithId> |
-TxUIClient.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
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedJobWithId |
-BimetricScoreJobRequest.SourceJob
-The job to use as the 'source' document for the bimetric score.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
List<ParsedJobWithId> |
-BimetricScoreRequest.TargetJobs
-A list of parsed jobs containing the document name/identifier and the parsed job data.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/ParsedResumeWithId.html b/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/ParsedResumeWithId.html deleted file mode 100644 index 5fc6eee66..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/class-use/ParsedResumeWithId.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| Modifier and Type | -Method and Description | -
|---|---|
<TTarget extends IParsedDocWithId> |
-TxClient.bimetricScore(ParsedResumeWithId sourceResume,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source resume
- |
-
<TTarget extends IParsedDocWithId> |
-TxUIClient.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
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedResumeWithId |
-BimetricScoreResumeRequest.SourceResume
-The resume to use as the 'source' document for the bimetric score.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
List<ParsedResumeWithId> |
-BimetricScoreRequest.TargetResumes
-A list of parsed resumes containing the document name/identifier and the parsed resume data.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/package-frame.html b/docs/com/textkernel/tx/models/api/bimetricscoring/package-frame.html deleted file mode 100644 index 591a8aaa2..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - -| Interface | -Description | -
|---|---|
| IParsedDocWithId | -
- Interface to simplify Bimetric Score requests
- |
-
| Class | -Description | -
|---|---|
| BimetricScoreJobRequest | -
- Request body for a 'BimetricScore' request
- |
-
| BimetricScoreRequest | -
- Request body for a 'BimetricScore' request
- |
-
| BimetricScoreResponse | -
- The response body from a BimetricScore API call
- |
-
| BimetricScoreResponseValue | -
- The
-ApiResponse.Value from a 'BimetricScore' response |
-
| BimetricScoreResult | -
- And individual result (representing a single document) for a 'BimetricScore' request
- |
-
| BimetricScoreResumeRequest | -
- Request body for a 'BimetricScore' request
- |
-
| ParsedJobWithId | -
- A ParsedJob and id pair for a bimetric score request
- |
-
| ParsedResumeWithId | -
- A ParsedResume and id pair for a bimetric score request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/package-tree.html b/docs/com/textkernel/tx/models/api/bimetricscoring/package-tree.html deleted file mode 100644 index 7e926994b..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/package-tree.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/bimetricscoring/package-use.html b/docs/com/textkernel/tx/models/api/bimetricscoring/package-use.html deleted file mode 100644 index 17506ab9f..000000000 --- a/docs/com/textkernel/tx/models/api/bimetricscoring/package-use.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Class and Description | -
|---|
| BimetricScoreResponse
- The response body from a BimetricScore API call
- |
-
| IParsedDocWithId
- Interface to simplify Bimetric Score requests
- |
-
| ParsedJobWithId
- A ParsedJob and id pair for a bimetric score request
- |
-
| ParsedResumeWithId
- A ParsedResume and id pair for a bimetric score request
- |
-
| Class and Description | -
|---|
| BimetricScoreRequest
- Request body for a 'BimetricScore' request
- |
-
| IParsedDocWithId
- Interface to simplify Bimetric Score requests
- |
-
| ParsedJobWithId
- A ParsedJob and id pair for a bimetric score request
- |
-
| ParsedResumeWithId
- A ParsedResume and id pair for a bimetric score request
- |
-
| Class and Description | -
|---|
| BimetricScoreJobRequest
- Request body for a 'BimetricScore' request
- |
-
| BimetricScoreResumeRequest
- Request body for a 'BimetricScore' request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/class-use/AccountInfo.html b/docs/com/textkernel/tx/models/api/class-use/AccountInfo.html deleted file mode 100644 index f2925aaf9..000000000 --- a/docs/com/textkernel/tx/models/api/class-use/AccountInfo.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api | -- |
| Modifier and Type | -Field and Description | -
|---|---|
AccountInfo |
-ApiResponseInfo.CustomerDetails
-Information about the customer who made the API call
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/class-use/ApiResponse.html b/docs/com/textkernel/tx/models/api/class-use/ApiResponse.html deleted file mode 100644 index 903ed50bb..000000000 --- a/docs/com/textkernel/tx/models/api/class-use/ApiResponse.html +++ /dev/null @@ -1,616 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.http | -- |
| com.textkernel.tx.models.api.account | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.dataenrichment | -- |
| com.textkernel.tx.models.api.dataenrichment.ontology.response | -- |
| com.textkernel.tx.models.api.dataenrichment.professions.response | -- |
| com.textkernel.tx.models.api.dataenrichment.skills.response | -- |
| com.textkernel.tx.models.api.formatter | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.indexes | -- |
| com.textkernel.tx.models.api.jobdescription | -- |
| com.textkernel.tx.models.api.matching | -- |
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-HttpResponse<T extends ApiResponse<?>>
-A simple class to contain a raw OkHttp Response and a deserialized response body
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GetAccountInfoResponse
-The response body from a GetAccount API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-BimetricScoreResponse
-The response body from a BimetricScore API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GetMetadataResponse
-The response body from a GetMetadata API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-CompareProfessionsResponse
-The response body from a CompareProfessions API call
- |
-
class |
-CompareSkillsToProfessionResponse
-The response body from a CompareSkillsToProfession API call
- |
-
class |
-SkillsSimilarityScoreResponse
-The response body from a SuggestSkills API call
- |
-
class |
-SuggestProfessionsResponse
-The response body from a SuggestProfessions API call
- |
-
class |
-SuggestSkillsResponse
-The response body from a SuggestSkills API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GetProfessionsTaxonomyResponse
-The response body from a GetProfessionsTaxonomy API call
- |
-
class |
-LookupProfessionCodesResponse
-The response body from a LookupProfessions API call
- |
-
class |
-NormalizeProfessionsResponse
-The response body from a NormalizeProfessions API call
- |
-
class |
-ProfessionsAutoCompleteResponse
-The response body from a ProfessionsAutocomplete API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-AutoCompleteSkillsResponse
-The response body from a SkillsAutocomplete API call
- |
-
class |
-ExtractSkillsResponse
-The response body from a ExtractSkills API call
- |
-
class |
-GetSkillsTaxonomyResponse
-The response body from a GetSkillsTaxonomy API call
- |
-
class |
-LookupSkillCodesResponse
-The response body from a LookupSkills API call
- |
-
class |
-NormalizeSkillsResponse
-The response body from a NormalizeSkills API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-FormatResumeResponse
-The response body for a Format Resume API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GeocodeAndIndexJobResponse
-The response body from a GeocodeAndIndexJob API call
- |
-
class |
-GeocodeAndIndexResumeResponse
-The response body from a GeocodeAndIndexResume API call
- |
-
class |
-GeocodeJobResponse
-The response body from a GeocodeJob API call
- |
-
class |
-GeocodeResumeResponse
-The response body from a GeocodeResume API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-CreateIndexResponse
-The response body from a CreateIndex API call
- |
-
class |
-DeleteDocumentResponse
-The response body from a DeleteDocument API call
- |
-
class |
-DeleteIndexResponse
-The response body from a DeleteIndex API call
- |
-
class |
-DeleteMultipleDocumentsResponse
-The response body from a DeleteMultipleDocuments API call
- |
-
class |
-GetAllIndexesResponse
-The response body from a GetAllIndexes API call
- |
-
class |
-GetIndexResponse
-The response body from a GetIndex API call
- |
-
class |
-GetJobResponse
-The response body from a GetJob API call
- |
-
class |
-GetResumeResponse
-The response body from a GetResume API call
- |
-
class |
-IndexDocumentResponse
-The response body from a IndexDocument API call
- |
-
class |
-IndexMultipleDocumentsResponse
-The response body from a IndexMultipleDocuments API call
- |
-
class |
-UpdateUserDefinedTagsResponse
-The response body from a UpdateUserDefinedTags API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GenerateJobResponse |
-
class |
-SuggestSkillsFromJobTitleResponse
-Response body for a 'Suggest Skills from Job Title' response
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-MatchResponse
-The response body from a Match API call
- |
-
class |
-SearchResponse
-The response body from a Search API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ParseJobResponse
-The response body from a ParseJob API call
- |
-
class |
-ParseResumeResponse
-The response body from a ParseResume API call
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/class-use/ApiResponseInfo.html b/docs/com/textkernel/tx/models/api/class-use/ApiResponseInfo.html deleted file mode 100644 index 59574af0d..000000000 --- a/docs/com/textkernel/tx/models/api/class-use/ApiResponseInfo.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.exceptions | -- |
| com.textkernel.tx.models.api | -- |
| Constructor and Description | -
|---|
TxException(String requestBody,
- okhttp3.Response response,
- ApiResponseInfo errorInfo) |
-
| Modifier and Type | -Field and Description | -
|---|---|
ApiResponseInfo |
-ApiResponse.Info
-Contains information about the response and the customer
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
ApiResponseInfo |
-ApiResponse.getInfo() |
-
ApiResponseInfo |
-ITxResponse.getInfo() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/class-use/ApiResponseInfoLite.html b/docs/com/textkernel/tx/models/api/class-use/ApiResponseInfoLite.html deleted file mode 100644 index deba1bfd9..000000000 --- a/docs/com/textkernel/tx/models/api/class-use/ApiResponseInfoLite.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.exceptions | -- |
| com.textkernel.tx.models.api | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.indexes | -- |
| com.textkernel.tx.models.api.parsing | -- |
| Constructor and Description | -
|---|
TxException(String requestBody,
- okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId) |
-
TxGeocodeJobException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseJobResponse parseResponse) |
-
TxGeocodeResumeException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseResumeResponse parseResponse) |
-
TxIndexJobException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseJobResponse parseResponse) |
-
TxIndexResumeException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseResumeResponse parseResponse) |
-
TxProfessionNormalizationJobException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseJobResponse parseResponse) |
-
TxProfessionNormalizationResumeException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseResumeResponse parseResponse) |
-
TxUsableJobException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseJobResponse parseResponse) |
-
TxUsableResumeException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseResumeResponse parseResponse) |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ApiResponseInfo
-Information/metadata for an individual REST API call.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
ApiResponseInfoLite |
-GeocodeAndIndexResponseValue.GeocodeResponse
-If geocoding was requested, the status of the geocode transaction will be output here
- |
-
ApiResponseInfoLite |
-GeocodeAndIndexResponseValue.IndexingResponse
-If indexing was requested, the status of the index transaction will be output here
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-IndexMultipleDocumentsResponseValue
-One entry in the
-ApiResponse.Value from a 'index multiple documents' response |
-
| Modifier and Type | -Field and Description | -
|---|---|
ApiResponseInfoLite |
-ParseResumeResponseValue.EducationNormalizationResponse
-Information about the status of education normalization during the parse
- |
-
ApiResponseInfoLite |
-BaseParseResponseValue.GeocodeResponse
-If geocoding was requested in the
-ParseOptions.GeocodeOptions,
- the status of the geocode transaction will be output here |
-
ApiResponseInfoLite |
-BaseParseResponseValue.IndexingResponse
-If indexing was requested in the
-ParseOptions.IndexingOptions,
- the status of the index transaction will be output here |
-
ApiResponseInfoLite |
-BaseParseResponseValue.ParsingResponse
-The status of the parse transaction
- |
-
ApiResponseInfoLite |
-BaseParseResponseValue.ProfessionNormalizationResponse
-If profession normalization was requested in the
-BasicParseOptions.ProfessionsSettings,
- the status of the profession normalization transaction will be output here |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/class-use/ITxResponse.html b/docs/com/textkernel/tx/models/api/class-use/ITxResponse.html deleted file mode 100644 index d8c602d64..000000000 --- a/docs/com/textkernel/tx/models/api/class-use/ITxResponse.html +++ /dev/null @@ -1,616 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api | -- |
| com.textkernel.tx.models.api.account | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.dataenrichment | -- |
| com.textkernel.tx.models.api.dataenrichment.ontology.response | -- |
| com.textkernel.tx.models.api.dataenrichment.professions.response | -- |
| com.textkernel.tx.models.api.dataenrichment.skills.response | -- |
| com.textkernel.tx.models.api.formatter | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.indexes | -- |
| com.textkernel.tx.models.api.jobdescription | -- |
| com.textkernel.tx.models.api.matching | -- |
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ApiResponse<T>
-The response body from a Tx API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GetAccountInfoResponse
-The response body from a GetAccount API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-BimetricScoreResponse
-The response body from a BimetricScore API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GetMetadataResponse
-The response body from a GetMetadata API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-CompareProfessionsResponse
-The response body from a CompareProfessions API call
- |
-
class |
-CompareSkillsToProfessionResponse
-The response body from a CompareSkillsToProfession API call
- |
-
class |
-SkillsSimilarityScoreResponse
-The response body from a SuggestSkills API call
- |
-
class |
-SuggestProfessionsResponse
-The response body from a SuggestProfessions API call
- |
-
class |
-SuggestSkillsResponse
-The response body from a SuggestSkills API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GetProfessionsTaxonomyResponse
-The response body from a GetProfessionsTaxonomy API call
- |
-
class |
-LookupProfessionCodesResponse
-The response body from a LookupProfessions API call
- |
-
class |
-NormalizeProfessionsResponse
-The response body from a NormalizeProfessions API call
- |
-
class |
-ProfessionsAutoCompleteResponse
-The response body from a ProfessionsAutocomplete API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-AutoCompleteSkillsResponse
-The response body from a SkillsAutocomplete API call
- |
-
class |
-ExtractSkillsResponse
-The response body from a ExtractSkills API call
- |
-
class |
-GetSkillsTaxonomyResponse
-The response body from a GetSkillsTaxonomy API call
- |
-
class |
-LookupSkillCodesResponse
-The response body from a LookupSkills API call
- |
-
class |
-NormalizeSkillsResponse
-The response body from a NormalizeSkills API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-FormatResumeResponse
-The response body for a Format Resume API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GeocodeAndIndexJobResponse
-The response body from a GeocodeAndIndexJob API call
- |
-
class |
-GeocodeAndIndexResumeResponse
-The response body from a GeocodeAndIndexResume API call
- |
-
class |
-GeocodeJobResponse
-The response body from a GeocodeJob API call
- |
-
class |
-GeocodeResumeResponse
-The response body from a GeocodeResume API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-CreateIndexResponse
-The response body from a CreateIndex API call
- |
-
class |
-DeleteDocumentResponse
-The response body from a DeleteDocument API call
- |
-
class |
-DeleteIndexResponse
-The response body from a DeleteIndex API call
- |
-
class |
-DeleteMultipleDocumentsResponse
-The response body from a DeleteMultipleDocuments API call
- |
-
class |
-GetAllIndexesResponse
-The response body from a GetAllIndexes API call
- |
-
class |
-GetIndexResponse
-The response body from a GetIndex API call
- |
-
class |
-GetJobResponse
-The response body from a GetJob API call
- |
-
class |
-GetResumeResponse
-The response body from a GetResume API call
- |
-
class |
-IndexDocumentResponse
-The response body from a IndexDocument API call
- |
-
class |
-IndexMultipleDocumentsResponse
-The response body from a IndexMultipleDocuments API call
- |
-
class |
-UpdateUserDefinedTagsResponse
-The response body from a UpdateUserDefinedTags API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GenerateJobResponse |
-
class |
-SuggestSkillsFromJobTitleResponse
-Response body for a 'Suggest Skills from Job Title' response
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-MatchResponse
-The response body from a Match API call
- |
-
class |
-SearchResponse
-The response body from a Search API call
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ParseJobResponse
-The response body from a ParseJob API call
- |
-
class |
-ParseResumeResponse
-The response body from a ParseResume API call
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/AutocompleteRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/AutocompleteRequest.html deleted file mode 100644 index a9e90a5c2..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/AutocompleteRequest.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - - - -public class AutocompleteRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<String> |
-Languages
-The language(s) used to search for matching professions (the language of the provided Prefix).
- |
-
int |
-Limit
-The maximum number of returned professions.
- |
-
String |
-OutputLanguage
-The language to ouput the found professions in (default is 'en').
- |
-
String |
-Prefix
-The job title prefix to be completed.
- |
-
| Constructor and Description | -
|---|
AutocompleteRequest() |
-
public String Prefix-
public int Limit-
public List<String> Languages-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/GetMetadataResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/GetMetadataResponse.html deleted file mode 100644 index d4201799e..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/GetMetadataResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class GetMetadataResponse -extends ApiResponse<TaxonomyMetadata>-
Info, Value| Constructor and Description | -
|---|
GetMetadataResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/TaxonomyFormat.html b/docs/com/textkernel/tx/models/api/dataenrichment/TaxonomyFormat.html deleted file mode 100644 index 2b4836967..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/TaxonomyFormat.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - -public enum TaxonomyFormat -extends Enum<TaxonomyFormat>-
| Enum Constant and Description | -
|---|
csv
-Retrieves CSV, and the only response property populated will be the
-Taxonomy.CsvOutput |
-
json
-Retrieves JSON, and all the response properties will be populated except the
-Taxonomy.CsvOutput |
-
| Modifier and Type | -Method and Description | -
|---|---|
static TaxonomyFormat |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static TaxonomyFormat[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
public static final TaxonomyFormat json-
Taxonomy.CsvOutputpublic static final TaxonomyFormat csv-
Taxonomy.CsvOutputpublic static TaxonomyFormat[] values()-
-for (TaxonomyFormat c : TaxonomyFormat.values()) - System.out.println(c); -
public static TaxonomyFormat valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/class-use/AutocompleteRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/class-use/AutocompleteRequest.html deleted file mode 100644 index d60c0c84b..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/class-use/AutocompleteRequest.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.skills.request | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-SkillsAutoCompleteRequest
-Request body for a 'SkillsAutocomplete' request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/class-use/GetMetadataResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/class-use/GetMetadataResponse.html deleted file mode 100644 index fbfc39df4..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/class-use/GetMetadataResponse.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetMetadataResponse |
-TxClient.getProfessionsTaxonomyMetadata()
-Get metadata about the professions taxonomy/service.
- |
-
GetMetadataResponse |
-TxClient.getSkillsTaxonomyMetadata()
-Get metadata about the skills taxonomy/service.
- |
-
GetMetadataResponse |
-TxClient.getSkillsTaxonomyMetadataV2()
-Get metadata about the skills taxonomy/service.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/class-use/TaxonomyFormat.html b/docs/com/textkernel/tx/models/api/dataenrichment/class-use/TaxonomyFormat.html deleted file mode 100644 index cebdcaa51..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/class-use/TaxonomyFormat.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.dataenrichment | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetProfessionsTaxonomyResponse |
-TxClient.getProfessionsTaxonomy(String language,
- TaxonomyFormat format)
-Get all professions in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetSkillsTaxonomyResponse |
-TxClient.getSkillsTaxonomy(TaxonomyFormat format)
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetSkillsTaxonomyResponse |
-TxClient.getSkillsTaxonomyV2(TaxonomyFormat format)
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static TaxonomyFormat |
-TaxonomyFormat.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static TaxonomyFormat[] |
-TaxonomyFormat.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/CompareProfessionsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/CompareProfessionsRequest.html deleted file mode 100644 index 520f08e1b..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/CompareProfessionsRequest.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class CompareProfessionsRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-OutputLanguage
-The language to use for the returned descriptions.
- |
-
int |
-ProfessionACodeId
-A profession code ID from the Professions Taxonomy to compare.
- |
-
int |
-ProfessionBCodeId
-A profession code ID from the Professions Taxonomy to compare.
- |
-
| Constructor and Description | -
|---|
CompareProfessionsRequest() |
-
public int ProfessionACodeId-
public int ProfessionBCodeId-
public String OutputLanguage-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/CompareSkillsToProfessionRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/CompareSkillsToProfessionRequest.html deleted file mode 100644 index cd4c8672f..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/CompareSkillsToProfessionRequest.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class CompareSkillsToProfessionRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-OutputLanguage
-The language to use for the returned descriptions.
- |
-
int |
-ProfessionCodeId
-The profession code ID from the Professions Taxonomy to compare the skill set to.
- |
-
List<SkillScore> |
-Skills
-The skills which should be compared against the given profession.
- |
-
| Constructor and Description | -
|---|
CompareSkillsToProfessionRequest() |
-
public List<SkillScore> Skills-
public int ProfessionCodeId-
public String OutputLanguage-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/SkillsSimilarityScoreRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/SkillsSimilarityScoreRequest.html deleted file mode 100644 index 8cc977c4e..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/SkillsSimilarityScoreRequest.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class SkillsSimilarityScoreRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<SkillScore> |
-SkillsA
-A set of skills (and optionally, scores) to score against the other set of skills.
- |
-
List<SkillScore> |
-SkillsB
-A set of skills (and optionally, scores) to score against the other set of skills.
- |
-
| Constructor and Description | -
|---|
SkillsSimilarityScoreRequest() |
-
public List<SkillScore> SkillsA-
public List<SkillScore> SkillsB-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/SuggestProfessionsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/SuggestProfessionsRequest.html deleted file mode 100644 index c5535ad47..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/SuggestProfessionsRequest.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -public class SuggestProfessionsRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
int |
-Limit
-The maximum amount of professions returned.
- |
-
String |
-OutputLanguage
-The language to use for the returned descriptions.
- |
-
boolean |
-ReturnMissingSkills
-Flag to enable returning a list of missing skills per suggested profession.
- |
-
List<SkillScore> |
-Skills
-The skills used to return the most relevant professions.
- |
-
| Constructor and Description | -
|---|
SuggestProfessionsRequest() |
-
public List<SkillScore> Skills-
public boolean ReturnMissingSkills-
public int Limit-
public String OutputLanguage-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/SuggestSkillsFromProfessionsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/SuggestSkillsFromProfessionsRequest.html deleted file mode 100644 index 335b6a22a..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/SuggestSkillsFromProfessionsRequest.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -public class SuggestSkillsFromProfessionsRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
int |
-Limit
-The maximum amount of suggested skills returned.
- |
-
String |
-OutputLanguage
-The language to use for the returned descriptions.
- |
-
List<Integer> |
-ProfessionCodeIds
-The profession code IDs from the Professions Taxonomy for which the service should return related skills.
- |
-
List<String> |
-Types
-If specified, only these types of skills will be returned.
- |
-
| Constructor and Description | -
|---|
SuggestSkillsFromProfessionsRequest() |
-
public List<Integer> ProfessionCodeIds-
public int Limit-
public String OutputLanguage-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/SuggestSkillsFromSkillsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/SuggestSkillsFromSkillsRequest.html deleted file mode 100644 index e38f899d0..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/SuggestSkillsFromSkillsRequest.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -public class SuggestSkillsFromSkillsRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
int |
-Limit
-The maximum amount of suggested skills returned.
- |
-
String |
-OutputLanguage
-The language to use for the returned descriptions.
- |
-
List<SkillScore> |
-Skills
-The skills for which the service should return related skills.
- |
-
List<String> |
-Types
-If specified, only these types of skills will be returned.
- |
-
| Constructor and Description | -
|---|
SuggestSkillsFromSkillsRequest() |
-
public List<SkillScore> Skills-
public int Limit-
public String OutputLanguage-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/CompareProfessionsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/CompareProfessionsRequest.html deleted file mode 100644 index 0fa96d116..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/CompareProfessionsRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/CompareSkillsToProfessionRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/CompareSkillsToProfessionRequest.html deleted file mode 100644 index 04491544e..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/CompareSkillsToProfessionRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/SkillsSimilarityScoreRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/SkillsSimilarityScoreRequest.html deleted file mode 100644 index fc4edb324..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/SkillsSimilarityScoreRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/SuggestProfessionsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/SuggestProfessionsRequest.html deleted file mode 100644 index f20c04133..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/SuggestProfessionsRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/SuggestSkillsFromProfessionsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/SuggestSkillsFromProfessionsRequest.html deleted file mode 100644 index d36cd48b3..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/SuggestSkillsFromProfessionsRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/SuggestSkillsFromSkillsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/SuggestSkillsFromSkillsRequest.html deleted file mode 100644 index 3772b4e27..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/class-use/SuggestSkillsFromSkillsRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/package-frame.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/package-frame.html deleted file mode 100644 index 7b5a1baf6..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| CompareProfessionsRequest | -
- Request body for a 'CompareProfessions' request
- |
-
| CompareSkillsToProfessionRequest | -
- Request body for a 'CompareSkillsToProfession' request
- |
-
| SkillsSimilarityScoreRequest | -
- Request body for a 'SuggestProfessions' request
- |
-
| SuggestProfessionsRequest | -
- Request body for a 'SuggestProfessions' request
- |
-
| SuggestSkillsFromProfessionsRequest | -
- Request body for a 'SuggestSkills' request
- |
-
| SuggestSkillsFromSkillsRequest | -
- Request body for a 'SuggestProfessions' request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/package-tree.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/package-tree.html deleted file mode 100644 index e738c427b..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/package-tree.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/package-use.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/package-use.html deleted file mode 100644 index e6aeda86d..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/request/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/CompareProfessionsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/CompareProfessionsResponse.html deleted file mode 100644 index e6f18e988..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/CompareProfessionsResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class CompareProfessionsResponse -extends ApiResponse<CompareProfessionsResponseValue>-
Info, Value| Constructor and Description | -
|---|
CompareProfessionsResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/CompareProfessionsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/CompareProfessionsResponseValue.html deleted file mode 100644 index b10567352..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/CompareProfessionsResponseValue.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class CompareProfessionsResponseValue -extends Object-
ApiResponse.Value from a 'CompareProfessions' response| Modifier and Type | -Field and Description | -
|---|---|
List<SkillScore> |
-CommonSkills
-A list of common skills for both professions.
- |
-
List<ProfessionExclusiveSkills> |
-ExclusiveSkillsByProfession
-A list of exclusive skills per profession.
- |
-
float |
-SimilarityScore
-A value from [0 - 1] indicating the similarity between the two professions.
- |
-
| Constructor and Description | -
|---|
CompareProfessionsResponseValue() |
-
public float SimilarityScore-
public List<SkillScore> CommonSkills-
public List<ProfessionExclusiveSkills> ExclusiveSkillsByProfession-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/CompareSkillsToProfessionResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/CompareSkillsToProfessionResponse.html deleted file mode 100644 index 8e1b50a4f..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/CompareSkillsToProfessionResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class CompareSkillsToProfessionResponse -extends ApiResponse<CompareSkillsToProfessionResponseValue>-
Info, Value| Constructor and Description | -
|---|
CompareSkillsToProfessionResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/CompareSkillsToProfessionResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/CompareSkillsToProfessionResponseValue.html deleted file mode 100644 index f7ae45bba..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/CompareSkillsToProfessionResponseValue.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -public class CompareSkillsToProfessionResponseValue -extends Object-
ApiResponse.Value from a 'CompareSkillsToProfession' response| Modifier and Type | -Field and Description | -
|---|---|
List<SkillScore> |
-CommonSkills
-A list of common skills between skill set and profession.
- |
-
List<String> |
-InputSkillsNotInProfession
-The list of given skill IDs that are not associated to the given profession.
- |
-
List<SkillScore> |
-MissingSkillsFoundInProfession
-A list of skills associated with the profession but missing from list of provided skills.
- |
-
float |
-SimilarityScore
-A value from[0 - 1] indicating the similarity of the skill set and profession.
- |
-
| Constructor and Description | -
|---|
CompareSkillsToProfessionResponseValue() |
-
public float SimilarityScore-
public List<SkillScore> CommonSkills-
public List<String> InputSkillsNotInProfession-
public List<SkillScore> MissingSkillsFoundInProfession-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/ProfessionExclusiveSkills.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/ProfessionExclusiveSkills.html deleted file mode 100644 index addb73ad2..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/ProfessionExclusiveSkills.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class ProfessionExclusiveSkills -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
int |
-ProfessionCodeId
-The code ID of the profession in the Professions Taxonomy.
- |
-
List<SkillScore> |
-SkillsFoundOnlyInThisProfession
-A list of skills that are relative to this profession, but not the other.
- |
-
| Constructor and Description | -
|---|
ProfessionExclusiveSkills() |
-
public int ProfessionCodeId-
public List<SkillScore> SkillsFoundOnlyInThisProfession-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SkillScore.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SkillScore.html deleted file mode 100644 index a98e59a38..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SkillScore.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - -public class SkillScore -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Description
-The description of the skill in the Skills Taxonomy.
- |
-
String |
-Id
-The ID of the skill in the skills taxonomy.
- |
-
float |
-Score
-A value from [0 - 1] indicating how relative this skill is to all of the given professions.
- |
-
| Constructor and Description | -
|---|
SkillScore() |
-
SkillScore(String id) |
-
public float Score-
public String Id-
public String Description-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SkillsSimilarityScoreResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SkillsSimilarityScoreResponse.html deleted file mode 100644 index c19511a1f..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SkillsSimilarityScoreResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class SkillsSimilarityScoreResponse -extends ApiResponse<SkillsSimilarityScoreResponseValue>-
Info, Value| Constructor and Description | -
|---|
SkillsSimilarityScoreResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SkillsSimilarityScoreResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SkillsSimilarityScoreResponseValue.html deleted file mode 100644 index 815aa3be0..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SkillsSimilarityScoreResponseValue.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class SkillsSimilarityScoreResponseValue -extends Object-
ApiResponse.Value from a 'skills Similarity Score' response| Modifier and Type | -Field and Description | -
|---|---|
float |
-SimilarityScore
-A value from [0 - 1] representing how closely related skill set A and skill set B are, based on the relations between skills.
- |
-
| Constructor and Description | -
|---|
SkillsSimilarityScoreResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestProfessionsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestProfessionsResponse.html deleted file mode 100644 index eb26018e0..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestProfessionsResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class SuggestProfessionsResponse -extends ApiResponse<SuggestProfessionsResponseValue>-
Info, Value| Constructor and Description | -
|---|
SuggestProfessionsResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestProfessionsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestProfessionsResponseValue.html deleted file mode 100644 index 721152488..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestProfessionsResponseValue.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class SuggestProfessionsResponseValue -extends Object-
ApiResponse.Value from a 'SuggestProfessions' response| Modifier and Type | -Field and Description | -
|---|---|
List<SuggestedProfession> |
-SuggestedProfessions
-A list of professions most relevant to the given skills.
- |
-
SuggestedProfessionsWarnings |
-Warnings
-Any warnings when attempting to suggest professions from the given skills.
- |
-
| Constructor and Description | -
|---|
SuggestProfessionsResponseValue() |
-
public List<SuggestedProfession> SuggestedProfessions-
public SuggestedProfessionsWarnings Warnings-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestSkillsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestSkillsResponse.html deleted file mode 100644 index 076f92e81..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestSkillsResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class SuggestSkillsResponse -extends ApiResponse<SuggestSkillsResponseValue>-
Info, Value| Constructor and Description | -
|---|
SuggestSkillsResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestSkillsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestSkillsResponseValue.html deleted file mode 100644 index 61d6d2f8b..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestSkillsResponseValue.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class SuggestSkillsResponseValue -extends Object-
ApiResponse.Value from a 'SuggestSkills' response| Modifier and Type | -Field and Description | -
|---|---|
List<SkillScore> |
-SuggestedSkills
-A list of skills related to the given professions.
- |
-
| Constructor and Description | -
|---|
SuggestSkillsResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestedProfession.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestedProfession.html deleted file mode 100644 index 8dbdc9056..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestedProfession.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -public class SuggestedProfession -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
int |
-CodeId
-The code ID of the profession in the Professions Taxonomy.
- |
-
String |
-Description
-The description of the profession in the Professions Taxonomy.
- |
-
List<SkillScore> |
-MissingSkills
-The list of skills relevant to this profession but missing from the given list of skills in the request.
- |
-
float |
-Score
-A value from [0 - 1] indicating how relative the given skills are to this profession.
- |
-
| Constructor and Description | -
|---|
SuggestedProfession() |
-
public List<SkillScore> MissingSkills-
SuggestProfessionsRequest.ReturnMissingSkills flag is set to true.public float Score-
public int CodeId-
public String Description-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestedProfessionsWarnings.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestedProfessionsWarnings.html deleted file mode 100644 index 0c036f1f2..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/SuggestedProfessionsWarnings.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class SuggestedProfessionsWarnings -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<String> |
-InvalidSkills
-A list of warnings about provided skills that are invalid.
- |
-
List<String> |
-SkillsWithoutProfessionRelation
-A list of warnings about provided skills that do not have a profession relation.
- |
-
| Constructor and Description | -
|---|
SuggestedProfessionsWarnings() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/CompareProfessionsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/CompareProfessionsResponse.html deleted file mode 100644 index 5c2f5aa15..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/CompareProfessionsResponse.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
CompareProfessionsResponse |
-TxClient.compareProfessions(int profession1,
- int profession2,
- String outputLanguage)
-Compare two professions based on the skills associated with each.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/CompareProfessionsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/CompareProfessionsResponseValue.html deleted file mode 100644 index f7c9d33a6..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/CompareProfessionsResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/CompareSkillsToProfessionResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/CompareSkillsToProfessionResponse.html deleted file mode 100644 index f5698162d..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/CompareSkillsToProfessionResponse.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
CompareSkillsToProfessionResponse |
-TxClient.compareSkillsToProfessions(int professionCodeId,
- String outputLanguage,
- List<SkillScore> skills)
-Compare a given set of skills to the skills related to a given profession.
- |
-
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.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/CompareSkillsToProfessionResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/CompareSkillsToProfessionResponseValue.html deleted file mode 100644 index a5d39fdc3..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/CompareSkillsToProfessionResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/ProfessionExclusiveSkills.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/ProfessionExclusiveSkills.html deleted file mode 100644 index 0d7f3b559..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/ProfessionExclusiveSkills.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.ontology.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ProfessionExclusiveSkills> |
-CompareProfessionsResponseValue.ExclusiveSkillsByProfession
-A list of exclusive skills per profession.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SkillScore.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SkillScore.html deleted file mode 100644 index 7b74a2f80..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SkillScore.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.dataenrichment.ontology.request | -- |
| com.textkernel.tx.models.api.dataenrichment.ontology.response | -- |
| Modifier and Type | -Method and Description | -
|---|---|
CompareSkillsToProfessionResponse |
-TxClient.compareSkillsToProfessions(int professionCodeId,
- String outputLanguage,
- List<SkillScore> skills)
-Compare a given set of skills to the skills related to a given profession.
- |
-
SkillsSimilarityScoreResponse |
-TxClient.skillsSimilarityScore(List<SkillScore> skillSetA,
- List<SkillScore> skillSetB)
-Determines how closely related one set of skills is to another.
- |
-
SkillsSimilarityScoreResponse |
-TxClient.skillsSimilarityScore(List<SkillScore> skillSetA,
- List<SkillScore> skillSetB)
-Determines how closely related one set of skills is to another.
- |
-
SkillsSimilarityScoreResponse |
-TxClient.skillsSimilarityScoreV2(List<SkillScore> skillSetA,
- List<SkillScore> skillSetB)
-Determines how closely related one set of skills is to another.
- |
-
SkillsSimilarityScoreResponse |
-TxClient.skillsSimilarityScoreV2(List<SkillScore> skillSetA,
- List<SkillScore> skillSetB)
-Determines how closely related one set of skills is to another.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(List<SkillScore> skills,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on a given set of skills.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(List<SkillScore> skills,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on a given set of skills.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkills(List<SkillScore> skills,
- int limit,
- String outputLanguage)
-Returns skills related to a given skill or set of skills.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(List<SkillScore> skills,
- int limit,
- String outputLanguage,
- List<String> types)
-Returns skills related to a given skill or set of skills.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
List<SkillScore> |
-SuggestProfessionsRequest.Skills
-The skills used to return the most relevant professions.
- |
-
List<SkillScore> |
-CompareSkillsToProfessionRequest.Skills
-The skills which should be compared against the given profession.
- |
-
List<SkillScore> |
-SuggestSkillsFromSkillsRequest.Skills
-The skills for which the service should return related skills.
- |
-
List<SkillScore> |
-SkillsSimilarityScoreRequest.SkillsA
-A set of skills (and optionally, scores) to score against the other set of skills.
- |
-
List<SkillScore> |
-SkillsSimilarityScoreRequest.SkillsB
-A set of skills (and optionally, scores) to score against the other set of skills.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
List<SkillScore> |
-CompareProfessionsResponseValue.CommonSkills
-A list of common skills for both professions.
- |
-
List<SkillScore> |
-CompareSkillsToProfessionResponseValue.CommonSkills
-A list of common skills between skill set and profession.
- |
-
List<SkillScore> |
-SuggestedProfession.MissingSkills
-The list of skills relevant to this profession but missing from the given list of skills in the request.
- |
-
List<SkillScore> |
-CompareSkillsToProfessionResponseValue.MissingSkillsFoundInProfession
-A list of skills associated with the profession but missing from list of provided skills.
- |
-
List<SkillScore> |
-ProfessionExclusiveSkills.SkillsFoundOnlyInThisProfession
-A list of skills that are relative to this profession, but not the other.
- |
-
List<SkillScore> |
-SuggestSkillsResponseValue.SuggestedSkills
-A list of skills related to the given professions.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SkillsSimilarityScoreResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SkillsSimilarityScoreResponse.html deleted file mode 100644 index 50a5056fd..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SkillsSimilarityScoreResponse.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
SkillsSimilarityScoreResponse |
-TxClient.skillsSimilarityScore(List<SkillScore> skillSetA,
- List<SkillScore> skillSetB)
-Determines how closely related one set of skills is to another.
- |
-
SkillsSimilarityScoreResponse |
-TxClient.skillsSimilarityScoreV2(List<SkillScore> skillSetA,
- List<SkillScore> skillSetB)
-Determines how closely related one set of skills is to another.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SkillsSimilarityScoreResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SkillsSimilarityScoreResponseValue.html deleted file mode 100644 index 45bb89c80..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SkillsSimilarityScoreResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestProfessionsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestProfessionsResponse.html deleted file mode 100644 index 081e9d999..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestProfessionsResponse.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(List<SkillScore> skills,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on a given set of skills.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(List<String> skillIds,
- String outputLanguage)
-Suggest professions based on a given set of skill IDs.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(ParsedJob job)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(ParsedJob job,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(ParsedJob job,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
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.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(List<SkillScore> skills,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on a given set of skills.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(List<String> skillIds,
- String outputLanguage)
-Suggest professions based on a given set of skill IDs.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedJob job)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedJob job,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedJob job,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedResume resume)
-Suggest professions based on the skills within a given resume.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedResume resume,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage,
- boolean weightSkillsByExperience)
-Suggest professions based on the skills within a given resume.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedResume resume,
- String outputLanguage)
-Suggest professions based on the skills within a given resume.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestProfessionsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestProfessionsResponseValue.html deleted file mode 100644 index 1be60cf16..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestProfessionsResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestSkillsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestSkillsResponse.html deleted file mode 100644 index f8b4218f8..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestSkillsResponse.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessions(List<Integer> professionCodeIds,
- int limit,
- String outputLanguage)
-Suggests skills related to given professions.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessions(List<Integer> professionCodeIds,
- String outputLanguage)
-Suggests skills related to given professions.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessions(ParsedJob job)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessions(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job based on the profession title in the job.
- |
-
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.suggestSkillsFromProfessionsV2(List<Integer> professionCodeIds,
- int limit,
- String outputLanguage,
- List<String> types)
-Suggests skills related to given professions.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessionsV2(List<Integer> professionCodeIds,
- String outputLanguage)
-Suggests skills related to given professions.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessionsV2(ParsedJob job)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessionsV2(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessionsV2(ParsedResume resume)
-Suggests skills related to a resume based on the recent professions in the resume.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessionsV2(ParsedResume resume,
- String outputLanguage)
-Suggests skills related to a resume based on the recent professions in the resume.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkills(List<SkillScore> skills,
- int limit,
- String outputLanguage)
-Returns skills related to a given skill or set of skills.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkills(List<String> skillIds,
- String outputLanguage)
-Returns skills related to a given skill or set of skills.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkills(ParsedJob job,
- int limit,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkills(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
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.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(List<SkillScore> skills,
- int limit,
- String outputLanguage,
- List<String> types)
-Returns skills related to a given skill or set of skills.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(List<String> skillIds,
- String outputLanguage)
-Returns skills related to a given skill or set of skills.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(ParsedJob job,
- int limit,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(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.suggestSkillsFromSkillsV2(ParsedResume resume,
- String outputLanguage)
-Suggests skills related to a resume (but not in the resume) based on the skills in the resume.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestSkillsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestSkillsResponseValue.html deleted file mode 100644 index ac6e29095..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestSkillsResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestedProfession.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestedProfession.html deleted file mode 100644 index 432814085..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestedProfession.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.ontology.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<SuggestedProfession> |
-SuggestProfessionsResponseValue.SuggestedProfessions
-A list of professions most relevant to the given skills.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestedProfessionsWarnings.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestedProfessionsWarnings.html deleted file mode 100644 index 8c0d72ba2..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/class-use/SuggestedProfessionsWarnings.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.ontology.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
SuggestedProfessionsWarnings |
-SuggestProfessionsResponseValue.Warnings
-Any warnings when attempting to suggest professions from the given skills.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/package-frame.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/package-frame.html deleted file mode 100644 index ebb26be80..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/package-frame.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| CompareProfessionsResponse | -
- The response body from a CompareProfessions API call
- |
-
| CompareProfessionsResponseValue | -
- One entry in the
-ApiResponse.Value from a 'CompareProfessions' response |
-
| CompareSkillsToProfessionResponse | -
- The response body from a CompareSkillsToProfession API call
- |
-
| CompareSkillsToProfessionResponseValue | -
- One entry in the
-ApiResponse.Value from a 'CompareSkillsToProfession' response |
-
| ProfessionExclusiveSkills | -
- An exclusive skill per profession.
- |
-
| SkillScore | -
- A skill related to the given profession.
- |
-
| SkillsSimilarityScoreResponse | -
- The response body from a SuggestSkills API call
- |
-
| SkillsSimilarityScoreResponseValue | -
- One entry in the
-ApiResponse.Value from a 'skills Similarity Score' response |
-
| SuggestedProfession | -
- A profession that was most relevant to the given skill.
- |
-
| SuggestedProfessionsWarnings | -
- Warnings when trying to suggest professions from skills.
- |
-
| SuggestProfessionsResponse | -
- The response body from a SuggestProfessions API call
- |
-
| SuggestProfessionsResponseValue | -
- One entry in the
-ApiResponse.Value from a 'SuggestProfessions' response |
-
| SuggestSkillsResponse | -
- The response body from a SuggestSkills API call
- |
-
| SuggestSkillsResponseValue | -
- One entry in the
-ApiResponse.Value from a 'SuggestSkills' response |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/package-tree.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/package-tree.html deleted file mode 100644 index 5243147ea..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/package-tree.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/package-use.html b/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/package-use.html deleted file mode 100644 index 9724442ff..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/ontology/response/package-use.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.dataenrichment.ontology.request | -- |
| com.textkernel.tx.models.api.dataenrichment.ontology.response | -- |
| Class and Description | -
|---|
| CompareProfessionsResponse
- The response body from a CompareProfessions API call
- |
-
| CompareSkillsToProfessionResponse
- The response body from a CompareSkillsToProfession API call
- |
-
| SkillScore
- A skill related to the given profession.
- |
-
| SkillsSimilarityScoreResponse
- The response body from a SuggestSkills API call
- |
-
| SuggestProfessionsResponse
- The response body from a SuggestProfessions API call
- |
-
| SuggestSkillsResponse
- The response body from a SuggestSkills API call
- |
-
| Class and Description | -
|---|
| SkillScore
- A skill related to the given profession.
- |
-
| Class and Description | -
|---|
| ProfessionExclusiveSkills
- An exclusive skill per profession.
- |
-
| SkillScore
- A skill related to the given profession.
- |
-
| SuggestedProfession
- A profession that was most relevant to the given skill.
- |
-
| SuggestedProfessionsWarnings
- Warnings when trying to suggest professions from skills.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/package-frame.html b/docs/com/textkernel/tx/models/api/dataenrichment/package-frame.html deleted file mode 100644 index f02aad243..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| AutocompleteRequest | -
- Request body for a 'ProfessionsAutocomplete' request
- |
-
| GetMetadataResponse | -
- The response body from a GetMetadata API call
- |
-
| Enum | -Description | -
|---|---|
| TaxonomyFormat | -
- The format used to retrieve the DES skills or professions taxonomy
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/package-tree.html b/docs/com/textkernel/tx/models/api/dataenrichment/package-tree.html deleted file mode 100644 index 62e31b4ef..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/package-tree.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/package-use.html b/docs/com/textkernel/tx/models/api/dataenrichment/package-use.html deleted file mode 100644 index 68bbd5ab5..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/package-use.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.dataenrichment | -- |
| com.textkernel.tx.models.api.dataenrichment.skills.request | -- |
| Class and Description | -
|---|
| GetMetadataResponse
- The response body from a GetMetadata API call
- |
-
| TaxonomyFormat
- The format used to retrieve the DES skills or professions taxonomy
- |
-
| Class and Description | -
|---|
| TaxonomyFormat
- The format used to retrieve the DES skills or professions taxonomy
- |
-
| Class and Description | -
|---|
| AutocompleteRequest
- Request body for a 'ProfessionsAutocomplete' request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/ONETVersion.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/ONETVersion.html deleted file mode 100644 index 1e2302ab1..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/ONETVersion.html +++ /dev/null @@ -1,352 +0,0 @@ - - - - - - -public enum ONETVersion -extends Enum<ONETVersion>-
| Enum Constant and Description | -
|---|
ONET2010
-ONET 2010
- |
-
ONET2019
-ONET 2010
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static ONETVersion |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static ONETVersion[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
@SerializedName(value="2010") -public static final ONETVersion ONET2010-
@SerializedName(value="2019") -public static final ONETVersion ONET2019-
public static ONETVersion[] values()-
-for (ONETVersion c : ONETVersion.values()) - System.out.println(c); -
public static ONETVersion valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/ProfessionNormalizationVersions.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/ProfessionNormalizationVersions.html deleted file mode 100644 index 91ff3a31e..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/ProfessionNormalizationVersions.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class ProfessionNormalizationVersions -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
ONETVersion |
-ONET
-The ONET Version to use when normalizing Professions.
- |
-
| Constructor and Description | -
|---|
ProfessionNormalizationVersions() |
-
public ONETVersion ONET-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/class-use/ONETVersion.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/class-use/ONETVersion.html deleted file mode 100644 index bbb27a512..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/class-use/ONETVersion.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.professions | -- |
| Modifier and Type | -Field and Description | -
|---|---|
ONETVersion |
-ProfessionNormalizationVersions.ONET
-The ONET Version to use when normalizing Professions.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static ONETVersion |
-ONETVersion.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static ONETVersion[] |
-ONETVersion.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/class-use/ProfessionNormalizationVersions.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/class-use/ProfessionNormalizationVersions.html deleted file mode 100644 index 6c5fd2185..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/class-use/ProfessionNormalizationVersions.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Field and Description | -
|---|---|
ProfessionNormalizationVersions |
-ProfessionsSettings.Version
-Specifies the versions to use when normalizing professions if more than one is available for a taxonomy.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/package-frame.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/package-frame.html deleted file mode 100644 index e536f6d98..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| ProfessionNormalizationVersions | -
- Versions to use when normalizing professions if more than one is available for a taxonomy
- |
-
| Enum | -Description | -
|---|---|
| ONETVersion | -
- Available ONET Versions
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/package-tree.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/package-tree.html deleted file mode 100644 index 7b3c42abe..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/package-tree.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/package-use.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/package-use.html deleted file mode 100644 index 93bddb4d9..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/package-use.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.professions | -- |
| com.textkernel.tx.models.api.parsing | -- |
| Class and Description | -
|---|
| ONETVersion
- Available ONET Versions
- |
-
| Class and Description | -
|---|
| ProfessionNormalizationVersions
- Versions to use when normalizing professions if more than one is available for a taxonomy
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/LookupProfessionCodesRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/LookupProfessionCodesRequest.html deleted file mode 100644 index bd23591bf..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/LookupProfessionCodesRequest.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class LookupProfessionCodesRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<Integer> |
-CodeIds
-The profession code IDs to get details about from the Professions Taxonomy.
- |
-
String |
-OutputLanguage
-The language to use for professions descriptions (default is en).
- |
-
| Constructor and Description | -
|---|
LookupProfessionCodesRequest() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/NormalizeProfessionsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/NormalizeProfessionsRequest.html deleted file mode 100644 index 852cb4a95..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/NormalizeProfessionsRequest.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class NormalizeProfessionsRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<String> |
-JobTitles
-The list of job titles to normalize (up to 10 job titles, each job title may not exceed 400 characters).
- |
-
String |
-Language
-The language of the input job titles.
- |
-
String |
-OutputLanguage
-The language to use for descriptions of the returned normalized professions.
- |
-
| Constructor and Description | -
|---|
NormalizeProfessionsRequest() |
-
public List<String> JobTitles-
public String Language-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/class-use/LookupProfessionCodesRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/class-use/LookupProfessionCodesRequest.html deleted file mode 100644 index a6a298fac..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/class-use/LookupProfessionCodesRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/class-use/NormalizeProfessionsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/class-use/NormalizeProfessionsRequest.html deleted file mode 100644 index 989615011..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/class-use/NormalizeProfessionsRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/package-frame.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/package-frame.html deleted file mode 100644 index c7f9fe6e7..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/package-frame.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| LookupProfessionCodesRequest | -
- Request body for a 'LookupProfessions' request
- |
-
| NormalizeProfessionsRequest | -
- Request body for a 'NormalizeProfessions' request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/package-tree.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/package-tree.html deleted file mode 100644 index 71f90dc62..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/package-tree.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/package-use.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/package-use.html deleted file mode 100644 index f1499b770..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/request/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/GetProfessionsTaxonomyResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/GetProfessionsTaxonomyResponse.html deleted file mode 100644 index f6343d3e8..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/GetProfessionsTaxonomyResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class GetProfessionsTaxonomyResponse -extends ApiResponse<GetProfessionsTaxonomyResponseValue>-
Info, Value| Constructor and Description | -
|---|
GetProfessionsTaxonomyResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/GetProfessionsTaxonomyResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/GetProfessionsTaxonomyResponseValue.html deleted file mode 100644 index 0ba9998d0..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/GetProfessionsTaxonomyResponseValue.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class GetProfessionsTaxonomyResponseValue -extends Taxonomy-
ApiResponse.Value from a 'GetProfessionsTaxonomy' response| Modifier and Type | -Field and Description | -
|---|---|
List<ProfessionMultipleDescriptions> |
-Professions
-A list of returned professions.
- |
-
| Constructor and Description | -
|---|
GetProfessionsTaxonomyResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/LookupProfessionCodesResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/LookupProfessionCodesResponse.html deleted file mode 100644 index 93ea327eb..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/LookupProfessionCodesResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class LookupProfessionCodesResponse -extends ApiResponse<LookupProfessionCodesResponseValue>-
Info, Value| Constructor and Description | -
|---|
LookupProfessionCodesResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/LookupProfessionCodesResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/LookupProfessionCodesResponseValue.html deleted file mode 100644 index 176c1a537..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/LookupProfessionCodesResponseValue.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class LookupProfessionCodesResponseValue -extends Object-
ApiResponse.Value from a 'LookupProfessions' response| Modifier and Type | -Field and Description | -
|---|---|
List<Profession> |
-Professions
-A list of returned professions.
- |
-
| Constructor and Description | -
|---|
LookupProfessionCodesResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/NormalizeProfessionsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/NormalizeProfessionsResponse.html deleted file mode 100644 index 89af7de01..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/NormalizeProfessionsResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class NormalizeProfessionsResponse -extends ApiResponse<NormalizeProfessionsResponseValue>-
Info, Value| Constructor and Description | -
|---|
NormalizeProfessionsResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/NormalizeProfessionsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/NormalizeProfessionsResponseValue.html deleted file mode 100644 index 1d47cefc1..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/NormalizeProfessionsResponseValue.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class NormalizeProfessionsResponseValue -extends Object-
ApiResponse.Value from a 'NormalizeProfessions' response| Modifier and Type | -Field and Description | -
|---|---|
List<NormalizedProfession> |
-Professions
-A list of returned professions.
- |
-
| Constructor and Description | -
|---|
NormalizeProfessionsResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/ProfessionsAutoCompleteResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/ProfessionsAutoCompleteResponse.html deleted file mode 100644 index b0ade3d4a..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/ProfessionsAutoCompleteResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class ProfessionsAutoCompleteResponse -extends ApiResponse<ProfessionsAutoCompleteResponseValue>-
Info, Value| Constructor and Description | -
|---|
ProfessionsAutoCompleteResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/ProfessionsAutoCompleteResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/ProfessionsAutoCompleteResponseValue.html deleted file mode 100644 index 1c5e887e5..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/ProfessionsAutoCompleteResponseValue.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class ProfessionsAutoCompleteResponseValue -extends Object-
ApiResponse.Value from a 'ProfessionsAutocomplete' response| Modifier and Type | -Field and Description | -
|---|---|
List<BasicProfession> |
-Professions
-A list of professions that match the given Prefix.
- |
-
| Constructor and Description | -
|---|
ProfessionsAutoCompleteResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/GetProfessionsTaxonomyResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/GetProfessionsTaxonomyResponse.html deleted file mode 100644 index b8c1bd3f4..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/GetProfessionsTaxonomyResponse.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetProfessionsTaxonomyResponse |
-TxClient.getProfessionsTaxonomy()
-Get all professions in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetProfessionsTaxonomyResponse |
-TxClient.getProfessionsTaxonomy(String language,
- TaxonomyFormat format)
-Get all professions in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/GetProfessionsTaxonomyResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/GetProfessionsTaxonomyResponseValue.html deleted file mode 100644 index c657be4bd..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/GetProfessionsTaxonomyResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/LookupProfessionCodesResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/LookupProfessionCodesResponse.html deleted file mode 100644 index d879f99f5..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/LookupProfessionCodesResponse.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
LookupProfessionCodesResponse |
-TxClient.lookupProfessions(List<Integer> codeIds)
-Get details for the given professions in the taxonomy.
- |
-
LookupProfessionCodesResponse |
-TxClient.lookupProfessions(List<Integer> codeIds,
- String outputLanguage)
-Get details for the given professions in the taxonomy.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/LookupProfessionCodesResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/LookupProfessionCodesResponseValue.html deleted file mode 100644 index 0bc3dbf81..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/LookupProfessionCodesResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/NormalizeProfessionsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/NormalizeProfessionsResponse.html deleted file mode 100644 index 45da7be61..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/NormalizeProfessionsResponse.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
NormalizeProfessionsResponse |
-TxClient.normalizeProfessions(List<String> jobTitles)
-Normalize the given job titles to the most closely-related professions in the taxonomy.
- |
-
NormalizeProfessionsResponse |
-TxClient.normalizeProfessions(List<String> jobTitles,
- String language,
- String outputLanguage)
-Normalize the given job titles to the most closely-related professions in the taxonomy.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/NormalizeProfessionsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/NormalizeProfessionsResponseValue.html deleted file mode 100644 index 1d76ce22d..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/NormalizeProfessionsResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/ProfessionsAutoCompleteResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/ProfessionsAutoCompleteResponse.html deleted file mode 100644 index 5b8c8eaa2..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/ProfessionsAutoCompleteResponse.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
ProfessionsAutoCompleteResponse |
-TxClient.autocompleteProfession(String prefix)
-Returns normalized professions that begin with a given prefix, based on the default language of english.
- |
-
ProfessionsAutoCompleteResponse |
-TxClient.autocompleteProfession(String prefix,
- List<String> languages,
- String outputLanguage,
- int limit)
-Returns normalized professions that begin with a given prefix, based on the chosen language(s).
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/ProfessionsAutoCompleteResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/ProfessionsAutoCompleteResponseValue.html deleted file mode 100644 index 6648c9729..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/class-use/ProfessionsAutoCompleteResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/package-frame.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/package-frame.html deleted file mode 100644 index 4e4b7e7f8..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/package-frame.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| GetProfessionsTaxonomyResponse | -
- The response body from a GetProfessionsTaxonomy API call
- |
-
| GetProfessionsTaxonomyResponseValue | -
- One entry in the
-ApiResponse.Value from a 'GetProfessionsTaxonomy' response |
-
| LookupProfessionCodesResponse | -
- The response body from a LookupProfessions API call
- |
-
| LookupProfessionCodesResponseValue | -
- One entry in the
-ApiResponse.Value from a 'LookupProfessions' response |
-
| NormalizeProfessionsResponse | -
- The response body from a NormalizeProfessions API call
- |
-
| NormalizeProfessionsResponseValue | -
- One entry in the
-ApiResponse.Value from a 'NormalizeProfessions' response |
-
| ProfessionsAutoCompleteResponse | -
- The response body from a ProfessionsAutocomplete API call
- |
-
| ProfessionsAutoCompleteResponseValue | -
- One entry in the
-ApiResponse.Value from a 'ProfessionsAutocomplete' response |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/package-tree.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/package-tree.html deleted file mode 100644 index 834edef16..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/package-tree.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/package-use.html b/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/package-use.html deleted file mode 100644 index edf9837f6..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/professions/response/package-use.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Class and Description | -
|---|
| GetProfessionsTaxonomyResponse
- The response body from a GetProfessionsTaxonomy API call
- |
-
| LookupProfessionCodesResponse
- The response body from a LookupProfessions API call
- |
-
| NormalizeProfessionsResponse
- The response body from a NormalizeProfessions API call
- |
-
| ProfessionsAutoCompleteResponse
- The response body from a ProfessionsAutocomplete API call
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/ExtractSkillsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/ExtractSkillsRequest.html deleted file mode 100644 index 35947aa97..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/ExtractSkillsRequest.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -public class ExtractSkillsRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Language
-The language of the input text.
- |
-
String |
-OutputLanguage
-The language to use for the output skill descriptions.
- |
-
String |
-Text
-The text to extract skills from.
- |
-
float |
-Threshold
-A value from [0 - 1] for the minimum confidence threshold for extracted skills.
- |
-
| Constructor and Description | -
|---|
ExtractSkillsRequest() |
-
public String Text-
public String Language-
public float Threshold-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/LookupSkillsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/LookupSkillsRequest.html deleted file mode 100644 index b73b448c2..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/LookupSkillsRequest.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class LookupSkillsRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-OutputLanguage
-The language to use for the output skill descriptions.
- |
-
List<String> |
-SkillIds
-The IDs of the skills to get details about.
- |
-
| Constructor and Description | -
|---|
LookupSkillsRequest() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/NormalizeSkillsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/NormalizeSkillsRequest.html deleted file mode 100644 index 66cf5c17d..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/NormalizeSkillsRequest.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class NormalizeSkillsRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Language
-The language of the given skills.
- |
-
String |
-OutputLanguage
-The language to use for the output skill descriptions.
- |
-
List<String> |
-Skills
-The list of skills to normalize (up to 50 skills, each skill may not exceed 100 characters).
- |
-
| Constructor and Description | -
|---|
NormalizeSkillsRequest() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/SkillsAutoCompleteRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/SkillsAutoCompleteRequest.html deleted file mode 100644 index 05b019cd5..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/SkillsAutoCompleteRequest.html +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - -public class SkillsAutoCompleteRequest -extends AutocompleteRequest-
| Modifier and Type | -Field and Description | -
|---|---|
List<String> |
-Types
-If specified, only these types of skills will be returned.
- |
-
Languages, Limit, OutputLanguage, Prefix| Constructor and Description | -
|---|
SkillsAutoCompleteRequest() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/class-use/ExtractSkillsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/class-use/ExtractSkillsRequest.html deleted file mode 100644 index 643cc07b4..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/class-use/ExtractSkillsRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/class-use/LookupSkillsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/class-use/LookupSkillsRequest.html deleted file mode 100644 index 2fc438da1..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/class-use/LookupSkillsRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/class-use/NormalizeSkillsRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/class-use/NormalizeSkillsRequest.html deleted file mode 100644 index a25bfd9d5..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/class-use/NormalizeSkillsRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/class-use/SkillsAutoCompleteRequest.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/class-use/SkillsAutoCompleteRequest.html deleted file mode 100644 index 4bf9e1587..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/class-use/SkillsAutoCompleteRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/package-frame.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/package-frame.html deleted file mode 100644 index 1a02de8f0..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| ExtractSkillsRequest | -
- Request body for a 'ExtractSkills' request
- |
-
| LookupSkillsRequest | -
- Request body for a 'LookupSkills' request
- |
-
| NormalizeSkillsRequest | -
- Request body for a 'NormalizeSkills' request
- |
-
| SkillsAutoCompleteRequest | -
- Request body for a 'SkillsAutocomplete' request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/package-tree.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/package-tree.html deleted file mode 100644 index 387283029..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/package-tree.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/package-use.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/package-use.html deleted file mode 100644 index ab2e05504..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/request/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/AutoCompleteSkillsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/AutoCompleteSkillsResponse.html deleted file mode 100644 index d46e66c18..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/AutoCompleteSkillsResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class AutoCompleteSkillsResponse -extends ApiResponse<AutocompleteSkillsResponseValue>-
Info, Value| Constructor and Description | -
|---|
AutoCompleteSkillsResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/AutocompleteSkillsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/AutocompleteSkillsResponseValue.html deleted file mode 100644 index 387fe59c9..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/AutocompleteSkillsResponseValue.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class AutocompleteSkillsResponseValue -extends Object-
ApiResponse.Value from a 'SkillsAutocomplete' responseCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/ExtractSkillsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/ExtractSkillsResponse.html deleted file mode 100644 index 7aa85f8cf..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/ExtractSkillsResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class ExtractSkillsResponse -extends ApiResponse<ExtractSkillsResponseValue>-
Info, Value| Constructor and Description | -
|---|
ExtractSkillsResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/ExtractSkillsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/ExtractSkillsResponseValue.html deleted file mode 100644 index 370b37eb1..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/ExtractSkillsResponseValue.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class ExtractSkillsResponseValue -extends Object-
ApiResponse.Value from a 'ExtractSkills' response| Modifier and Type | -Field and Description | -
|---|---|
List<ExtractedSkill> |
-Skills
-A list of extracted skills.
- |
-
boolean |
-Truncated
-Whether the input text was truncated or not due to length.
- |
-
| Constructor and Description | -
|---|
ExtractSkillsResponseValue() |
-
public boolean Truncated-
public List<ExtractedSkill> Skills-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/GetSkillsTaxonomyResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/GetSkillsTaxonomyResponse.html deleted file mode 100644 index ebb491891..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/GetSkillsTaxonomyResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class GetSkillsTaxonomyResponse -extends ApiResponse<GetSkillsTaxonomyResponseValue>-
Info, Value| Constructor and Description | -
|---|
GetSkillsTaxonomyResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/GetSkillsTaxonomyResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/GetSkillsTaxonomyResponseValue.html deleted file mode 100644 index 4f6e7e5be..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/GetSkillsTaxonomyResponseValue.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class GetSkillsTaxonomyResponseValue -extends Taxonomy-
ApiResponse.Value from a 'GetSkillsTaxonomy' response| Modifier and Type | -Field and Description | -
|---|---|
List<SkillMultipleDescriptions> |
-Skills
-A list of skills objects.
- |
-
| Constructor and Description | -
|---|
GetSkillsTaxonomyResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/LookupSkillCodesResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/LookupSkillCodesResponse.html deleted file mode 100644 index 167b78a3b..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/LookupSkillCodesResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class LookupSkillCodesResponse -extends ApiResponse<LookupSkillCodesResponseValue>-
Info, Value| Constructor and Description | -
|---|
LookupSkillCodesResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/LookupSkillCodesResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/LookupSkillCodesResponseValue.html deleted file mode 100644 index 4280ce639..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/LookupSkillCodesResponseValue.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class LookupSkillCodesResponseValue -extends Object-
ApiResponse.Value from a 'LookupSkills' responseCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/NormalizeSkillsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/NormalizeSkillsResponse.html deleted file mode 100644 index aa1b0be08..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/NormalizeSkillsResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class NormalizeSkillsResponse -extends ApiResponse<NormalizeSkillsResponseValue>-
Info, Value| Constructor and Description | -
|---|
NormalizeSkillsResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/NormalizeSkillsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/NormalizeSkillsResponseValue.html deleted file mode 100644 index 50346d96f..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/NormalizeSkillsResponseValue.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class NormalizeSkillsResponseValue -extends Object-
ApiResponse.Value from a 'NormalizeSkills' response| Modifier and Type | -Field and Description | -
|---|---|
List<NormalizedSkill> |
-Skills
-A list of skills objects.
- |
-
| Constructor and Description | -
|---|
NormalizeSkillsResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/AutoCompleteSkillsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/AutoCompleteSkillsResponse.html deleted file mode 100644 index aa04e79a7..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/AutoCompleteSkillsResponse.html +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
AutoCompleteSkillsResponse |
-TxClient.autocompleteSkill(String prefix)
-Returns normalized skills that begin with a given prefix, based on the chosen language(s).
- |
-
AutoCompleteSkillsResponse |
-TxClient.autocompleteSkill(String prefix,
- List<String> languages,
- String outputLanguage,
- List<String> types,
- int limit)
-Returns normalized skills that begin with a given prefix, based on the chosen language(s).
- |
-
AutoCompleteSkillsResponse |
-TxClient.autocompleteSkillV2(String prefix)
-Returns normalized skills that begin with a given prefix, based on the chosen language(s).
- |
-
AutoCompleteSkillsResponse |
-TxClient.autocompleteSkillV2(String prefix,
- List<String> languages,
- String outputLanguage,
- List<String> types,
- int limit)
-Returns normalized skills that begin with a given prefix, based on the chosen language(s).
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/AutocompleteSkillsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/AutocompleteSkillsResponseValue.html deleted file mode 100644 index 40ffcde4e..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/AutocompleteSkillsResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/ExtractSkillsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/ExtractSkillsResponse.html deleted file mode 100644 index f75c4dc3b..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/ExtractSkillsResponse.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
ExtractSkillsResponse |
-TxClient.extractSkills(String text)
-Extracts known skills from the given text.
- |
-
ExtractSkillsResponse |
-TxClient.extractSkills(String text,
- String language,
- String outputLanguage,
- float threshold)
-Extracts known skills from the given text.
- |
-
ExtractSkillsResponse |
-TxClient.extractSkillsV2(String text)
-Extracts known skills from the given text.
- |
-
ExtractSkillsResponse |
-TxClient.extractSkillsV2(String text,
- String language,
- String outputLanguage,
- float threshold)
-Extracts known skills from the given text.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/ExtractSkillsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/ExtractSkillsResponseValue.html deleted file mode 100644 index f091fefe2..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/ExtractSkillsResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/GetSkillsTaxonomyResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/GetSkillsTaxonomyResponse.html deleted file mode 100644 index 59dd46270..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/GetSkillsTaxonomyResponse.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetSkillsTaxonomyResponse |
-TxClient.getSkillsTaxonomy()
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetSkillsTaxonomyResponse |
-TxClient.getSkillsTaxonomy(TaxonomyFormat format)
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetSkillsTaxonomyResponse |
-TxClient.getSkillsTaxonomyV2()
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
GetSkillsTaxonomyResponse |
-TxClient.getSkillsTaxonomyV2(TaxonomyFormat format)
-Get all skills in the taxonomy with associated IDs and descriptions in all supported languages.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/GetSkillsTaxonomyResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/GetSkillsTaxonomyResponseValue.html deleted file mode 100644 index ed02beb01..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/GetSkillsTaxonomyResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/LookupSkillCodesResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/LookupSkillCodesResponse.html deleted file mode 100644 index 217ed9bf3..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/LookupSkillCodesResponse.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
LookupSkillCodesResponse |
-TxClient.lookupSkills(List<String> skillIds)
-Get the details associated with given skills in the taxonomy.
- |
-
LookupSkillCodesResponse |
-TxClient.lookupSkills(List<String> skillIds,
- String outputLanguage)
-Get the details associated with given skills in the taxonomy.
- |
-
LookupSkillCodesResponse |
-TxClient.lookupSkillsV2(List<String> skillIds)
-Get the details associated with given skills in the taxonomy.
- |
-
LookupSkillCodesResponse |
-TxClient.lookupSkillsV2(List<String> skillIds,
- String outputLanguage)
-Get the details associated with given skills in the taxonomy.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/LookupSkillCodesResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/LookupSkillCodesResponseValue.html deleted file mode 100644 index d611062a9..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/LookupSkillCodesResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/NormalizeSkillsResponse.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/NormalizeSkillsResponse.html deleted file mode 100644 index 173d8dd8b..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/NormalizeSkillsResponse.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
NormalizeSkillsResponse |
-TxClient.normalizeSkills(List<String> skills)
-Normalize the given skills to the most closely-related skills in the taxonomy.
- |
-
NormalizeSkillsResponse |
-TxClient.normalizeSkills(List<String> skills,
- String language,
- String outputLanguage)
-Normalize the given skills to the most closely-related skills in the taxonomy.
- |
-
NormalizeSkillsResponse |
-TxClient.normalizeSkillsV2(List<String> skills)
-Normalize the given skills to the most closely-related skills in the taxonomy.
- |
-
NormalizeSkillsResponse |
-TxClient.normalizeSkillsV2(List<String> skills,
- String language,
- String outputLanguage)
-Normalize the given skills to the most closely-related skills in the taxonomy.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/NormalizeSkillsResponseValue.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/NormalizeSkillsResponseValue.html deleted file mode 100644 index 4e0dc5e34..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/class-use/NormalizeSkillsResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/package-frame.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/package-frame.html deleted file mode 100644 index a5373900b..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| AutoCompleteSkillsResponse | -
- The response body from a SkillsAutocomplete API call
- |
-
| AutocompleteSkillsResponseValue | -
- One entry in the
-ApiResponse.Value from a 'SkillsAutocomplete' response |
-
| ExtractSkillsResponse | -
- The response body from a ExtractSkills API call
- |
-
| ExtractSkillsResponseValue | -
- One entry in the
-ApiResponse.Value from a 'ExtractSkills' response |
-
| GetSkillsTaxonomyResponse | -
- The response body from a GetSkillsTaxonomy API call
- |
-
| GetSkillsTaxonomyResponseValue | -
- One entry in the
-ApiResponse.Value from a 'GetSkillsTaxonomy' response |
-
| LookupSkillCodesResponse | -
- The response body from a LookupSkills API call
- |
-
| LookupSkillCodesResponseValue | -
- One entry in the
-ApiResponse.Value from a 'LookupSkills' response |
-
| NormalizeSkillsResponse | -
- The response body from a NormalizeSkills API call
- |
-
| NormalizeSkillsResponseValue | -
- One entry in the
-ApiResponse.Value from a 'NormalizeSkills' response |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/package-tree.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/package-tree.html deleted file mode 100644 index e41bbace6..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/package-tree.html +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/package-use.html b/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/package-use.html deleted file mode 100644 index 066143cb9..000000000 --- a/docs/com/textkernel/tx/models/api/dataenrichment/skills/response/package-use.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Class and Description | -
|---|
| AutoCompleteSkillsResponse
- The response body from a SkillsAutocomplete API call
- |
-
| ExtractSkillsResponse
- The response body from a ExtractSkills API call
- |
-
| GetSkillsTaxonomyResponse
- The response body from a GetSkillsTaxonomy API call
- |
-
| LookupSkillCodesResponse
- The response body from a LookupSkills API call
- |
-
| NormalizeSkillsResponse
- The response body from a NormalizeSkills API call
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/formatter/FormatResumeRequest.html b/docs/com/textkernel/tx/models/api/formatter/FormatResumeRequest.html deleted file mode 100644 index 7adb5b252..000000000 --- a/docs/com/textkernel/tx/models/api/formatter/FormatResumeRequest.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - - -public class FormatResumeRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
Object |
-CustomData
-Any data that the template needs that is not in the extracted CV data.
- |
-
OutputDocumentFormat |
-OutputType
-The output document type
- |
-
ParsedResume |
-ResumeData
-The resume to use to populate the template
- |
-
String |
-Template
-A base64-encoded string of the DOCX template document file bytes.
- |
-
| 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.
- |
-
public ParsedResume ResumeData-
public String Template-
Java users can use Base64.Encoder.encodeToString(byte[])
-
For more information on creating custom templates, see - here
public OutputDocumentFormat OutputType-
public Object CustomData-
-JSONObject myCustomData = new JSONObject();
-myCustomData.put("CandidateId", "12345");
-myCustomData.put("DateApplied", LocalDate.now());
-formatRequest.CustomData = myCustomData;
-public FormatResumeRequest(ParsedResume resume, - String templatePath, - OutputDocumentFormat docType) - throws IOException-
resume - The resume to use to populate the templatetemplatePath - The path to the template DOCX file on diskdocType - The output document typeIOException - if an error occurs reading the file contentspublic FormatResumeRequest(ParsedResume resume, - byte[] templateFileBytes, - OutputDocumentFormat docType)-
resume - The resume to use to populate the templatetemplateFileBytes - The bytes of the template DOCX filedocType - The output document typeCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/formatter/FormatResumeResponse.html b/docs/com/textkernel/tx/models/api/formatter/FormatResumeResponse.html deleted file mode 100644 index 49df8a3d3..000000000 --- a/docs/com/textkernel/tx/models/api/formatter/FormatResumeResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class FormatResumeResponse -extends ApiResponse<FormatResumeResponseValue>-
Info, Value| Constructor and Description | -
|---|
FormatResumeResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/formatter/FormatResumeResponseValue.html b/docs/com/textkernel/tx/models/api/formatter/FormatResumeResponseValue.html deleted file mode 100644 index d943a70fb..000000000 --- a/docs/com/textkernel/tx/models/api/formatter/FormatResumeResponseValue.html +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - -public class FormatResumeResponseValue -extends Object-
ApiResponse.Value from a Format Resume response| Modifier and Type | -Field and Description | -
|---|---|
String |
-DocumentAsBase64String
-The formatted resume document (either PDF or DOCX).
- |
-
| Constructor and Description | -
|---|
FormatResumeResponseValue() |
-
public String DocumentAsBase64String-
byte[] as a Base64-encoded string. You can use
- Base64.Decoder.decode(String) to get a byte[] to save to disk.Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/formatter/OutputDocumentFormat.html b/docs/com/textkernel/tx/models/api/formatter/OutputDocumentFormat.html deleted file mode 100644 index f674dcf5e..000000000 --- a/docs/com/textkernel/tx/models/api/formatter/OutputDocumentFormat.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - -public enum OutputDocumentFormat -extends Enum<OutputDocumentFormat>-
| Enum Constant and Description | -
|---|
DOCX
-A Microsoft Word document
- |
-
PDF
-A PDF document
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static OutputDocumentFormat |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static OutputDocumentFormat[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
public static final OutputDocumentFormat DOCX-
public static final OutputDocumentFormat PDF-
public static OutputDocumentFormat[] values()-
-for (OutputDocumentFormat c : OutputDocumentFormat.values()) - System.out.println(c); -
public static OutputDocumentFormat valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/formatter/class-use/FormatResumeRequest.html b/docs/com/textkernel/tx/models/api/formatter/class-use/FormatResumeRequest.html deleted file mode 100644 index 21ffa35d3..000000000 --- a/docs/com/textkernel/tx/models/api/formatter/class-use/FormatResumeRequest.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
FormatResumeResponse |
-TxClient.formatResume(FormatResumeRequest request)
-Format a resume into a standardized template that you provide
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/formatter/class-use/FormatResumeResponse.html b/docs/com/textkernel/tx/models/api/formatter/class-use/FormatResumeResponse.html deleted file mode 100644 index 67ceaa656..000000000 --- a/docs/com/textkernel/tx/models/api/formatter/class-use/FormatResumeResponse.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
FormatResumeResponse |
-TxClient.formatResume(FormatResumeRequest request)
-Format a resume into a standardized template that you provide
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/formatter/class-use/FormatResumeResponseValue.html b/docs/com/textkernel/tx/models/api/formatter/class-use/FormatResumeResponseValue.html deleted file mode 100644 index 058bafb3e..000000000 --- a/docs/com/textkernel/tx/models/api/formatter/class-use/FormatResumeResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/formatter/class-use/OutputDocumentFormat.html b/docs/com/textkernel/tx/models/api/formatter/class-use/OutputDocumentFormat.html deleted file mode 100644 index e9d9df376..000000000 --- a/docs/com/textkernel/tx/models/api/formatter/class-use/OutputDocumentFormat.html +++ /dev/null @@ -1,212 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.formatter | -- |
| Modifier and Type | -Field and Description | -
|---|---|
OutputDocumentFormat |
-FormatResumeRequest.OutputType
-The output document type
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static OutputDocumentFormat |
-OutputDocumentFormat.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static OutputDocumentFormat[] |
-OutputDocumentFormat.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
| 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.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/formatter/package-frame.html b/docs/com/textkernel/tx/models/api/formatter/package-frame.html deleted file mode 100644 index d8c835854..000000000 --- a/docs/com/textkernel/tx/models/api/formatter/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| FormatResumeRequest | -
- Request body for the Format Resume With Template endpoint
- |
-
| FormatResumeResponse | -
- The response body for a Format Resume API call
- |
-
| FormatResumeResponseValue | -
- The
-ApiResponse.Value from a Format Resume response |
-
| Enum | -Description | -
|---|---|
| OutputDocumentFormat | -
- The document type to be output by the formatter endpoint
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/formatter/package-tree.html b/docs/com/textkernel/tx/models/api/formatter/package-tree.html deleted file mode 100644 index 424879b32..000000000 --- a/docs/com/textkernel/tx/models/api/formatter/package-tree.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/formatter/package-use.html b/docs/com/textkernel/tx/models/api/formatter/package-use.html deleted file mode 100644 index 76a9354cc..000000000 --- a/docs/com/textkernel/tx/models/api/formatter/package-use.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.formatter | -- |
| Class and Description | -
|---|
| FormatResumeRequest
- Request body for the Format Resume With Template endpoint
- |
-
| FormatResumeResponse
- The response body for a Format Resume API call
- |
-
| Class and Description | -
|---|
| OutputDocumentFormat
- The document type to be output by the formatter endpoint
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/Address.html b/docs/com/textkernel/tx/models/api/geocoding/Address.html deleted file mode 100644 index fadd2d1aa..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/Address.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - -public class Address -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-AddressLine
-Street address
- |
-
String |
-CountryCode
-The 2-letter ISO 3166 country code
- |
-
String |
-Municipality
-The City/Municipality/Town
- |
-
String |
-PostalCode
-The Postal or Zip code
- |
-
String |
-Region
-The Region/District/State
- |
-
public String CountryCode-
public String PostalCode-
public String Region-
public String Municipality-
public String AddressLine-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexJobRequest.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexJobRequest.html deleted file mode 100644 index cc1533a75..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexJobRequest.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class GeocodeAndIndexJobRequest -extends GeocodeAndIndexRequest-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedJob |
-JobData
-The job you wish to be geocoded/indexed
- |
-
GeocodeOptions, IndexIfGeocodeFails, IndexingOptions| Constructor and Description | -
|---|
GeocodeAndIndexJobRequest() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexJobResponse.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexJobResponse.html deleted file mode 100644 index 4b2ae1879..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexJobResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class GeocodeAndIndexJobResponse -extends ApiResponse<GeocodeAndIndexJobResponseValue>-
Info, Value| Constructor and Description | -
|---|
GeocodeAndIndexJobResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexJobResponseValue.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexJobResponseValue.html deleted file mode 100644 index 926aeae01..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexJobResponseValue.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class GeocodeAndIndexJobResponseValue -extends GeocodeAndIndexResponseValue-
ApiResponse.Value from a 'geocode and index' response| Modifier and Type | -Field and Description | -
|---|---|
ParsedJob |
-JobData
-The job you sent to be geocoded/indexed with geolocation coordinates added
- |
-
GeocodeResponse, IndexingResponse| Constructor and Description | -
|---|
GeocodeAndIndexJobResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexRequest.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexRequest.html deleted file mode 100644 index 7f61523f8..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexRequest.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - -public class GeocodeAndIndexRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
GeocodeOptionsBase |
-GeocodeOptions
-Geocoding settings
- |
-
boolean |
-IndexIfGeocodeFails
-Indicates whether or not the document should still be added to the index if the geocode request fails.
- |
-
IndexSingleDocumentInfo |
-IndexingOptions
-Where to index the resume
- |
-
| Constructor and Description | -
|---|
GeocodeAndIndexRequest() |
-
public boolean IndexIfGeocodeFails-
public GeocodeOptionsBase GeocodeOptions-
public IndexSingleDocumentInfo IndexingOptions-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexResponseValue.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexResponseValue.html deleted file mode 100644 index de57bb41a..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexResponseValue.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -public class GeocodeAndIndexResponseValue -extends Object-
ApiResponse.Value from a 'geocode and index' response| Modifier and Type | -Field and Description | -
|---|---|
ApiResponseInfoLite |
-GeocodeResponse
-If geocoding was requested, the status of the geocode transaction will be output here
- |
-
ApiResponseInfoLite |
-IndexingResponse
-If indexing was requested, the status of the index transaction will be output here
- |
-
| Constructor and Description | -
|---|
GeocodeAndIndexResponseValue() |
-
public ApiResponseInfoLite GeocodeResponse-
public ApiResponseInfoLite IndexingResponse-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexResumeRequest.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexResumeRequest.html deleted file mode 100644 index a87810240..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexResumeRequest.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class GeocodeAndIndexResumeRequest -extends GeocodeAndIndexRequest-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedResume |
-ResumeData
-The resume you wish to be geocoded/indexed
- |
-
GeocodeOptions, IndexIfGeocodeFails, IndexingOptions| Constructor and Description | -
|---|
GeocodeAndIndexResumeRequest() |
-
public ParsedResume ResumeData-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexResumeResponse.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexResumeResponse.html deleted file mode 100644 index a3a63bb84..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexResumeResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class GeocodeAndIndexResumeResponse -extends ApiResponse<GeocodeAndIndexResumeResponseValue>-
Info, Value| Constructor and Description | -
|---|
GeocodeAndIndexResumeResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexResumeResponseValue.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexResumeResponseValue.html deleted file mode 100644 index 66a0bdded..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeAndIndexResumeResponseValue.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class GeocodeAndIndexResumeResponseValue -extends GeocodeAndIndexResponseValue-
ApiResponse.Value from a 'geocode and index' response| Modifier and Type | -Field and Description | -
|---|---|
ParsedResume |
-ResumeData
-The resume you sent to be geocoded/indexed with geolocation coordinates added
- |
-
GeocodeResponse, IndexingResponse| Constructor and Description | -
|---|
GeocodeAndIndexResumeResponseValue() |
-
public ParsedResume ResumeData-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeCredentials.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeCredentials.html deleted file mode 100644 index 25e293e93..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeCredentials.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - - - -public class GeocodeCredentials -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
GeocodeProvider |
-Provider
-The provider you wish to use to geocode the postal address.
- |
-
String |
-ProviderKey
-Your private API key for the geocoding provider.
- |
-
| Constructor and Description | -
|---|
GeocodeCredentials() |
-
public GeocodeProvider Provider-
GeocodeProvider.Bing
- you must specify your ProviderKeypublic String ProviderKey-
GeocodeProvider.Bing you must specify your own API key.
- If using GeocodeProvider.Google, you can optionally provide your own API keyCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeJobRequest.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeJobRequest.html deleted file mode 100644 index 183545e95..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeJobRequest.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class GeocodeJobRequest -extends GeocodeOptionsBase-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedJob |
-JobData
-The job you wish to be geocoded
- |
-
GeoCoordinates, PostalAddressProvider, ProviderKey| Constructor and Description | -
|---|
GeocodeJobRequest() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeJobResponse.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeJobResponse.html deleted file mode 100644 index 3c436a2ed..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeJobResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class GeocodeJobResponse -extends ApiResponse<GeocodeJobResponseValue>-
Info, Value| Constructor and Description | -
|---|
GeocodeJobResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeJobResponseValue.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeJobResponseValue.html deleted file mode 100644 index 9e40501d2..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeJobResponseValue.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class GeocodeJobResponseValue -extends Object-
ApiResponse.Value from a 'geocode job' response| Modifier and Type | -Field and Description | -
|---|---|
ParsedJob |
-JobData
-The job you sent to be geocoded with geolocation coordinates added
- |
-
| Constructor and Description | -
|---|
GeocodeJobResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeOptions.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeOptions.html deleted file mode 100644 index 4c967a28f..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeOptions.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class GeocodeOptions -extends GeocodeOptionsBase-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-IncludeGeocoding
-true to geocode, otherwise false |
-
GeoCoordinates, PostalAddressProvider, ProviderKey| Constructor and Description | -
|---|
GeocodeOptions() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeOptionsBase.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeOptionsBase.html deleted file mode 100644 index 0d0b3a9bb..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeOptionsBase.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - -public class GeocodeOptionsBase -extends GeocodeCredentials-
| Modifier and Type | -Field and Description | -
|---|---|
GeoCoordinates |
-GeoCoordinates
-The geographic coordinates (latitude/longitude) for your postal address.
- |
-
Address |
-PostalAddress
-The address you wish to geocode.
- |
-
Provider, ProviderKey| Constructor and Description | -
|---|
GeocodeOptionsBase() |
-
public Address PostalAddress-
If you specify this value, - this address will be used to get the geocode coordinates instead of the address included - in the parsed document (if present); however, the address in the parsed document will not be modified.
public GeoCoordinates GeoCoordinates-
Use this if you already - have latitude/longitude coordinates and simply wish to add them to your parsed document. If provided, - these values will be inserted into your parsed document and the address included in the - parsed document (if present), will not be modified.
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeProvider.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeProvider.html deleted file mode 100644 index ce90f7b0d..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeProvider.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - -public enum GeocodeProvider -extends Enum<GeocodeProvider>-
| Enum Constant and Description | -
|---|
Bing
-Bing geocoding service
- |
-
Google
-Google Maps geocoding service
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GeocodeProvider |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static GeocodeProvider[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
public static final GeocodeProvider Google-
public static final GeocodeProvider Bing-
public static GeocodeProvider[] values()-
-for (GeocodeProvider c : GeocodeProvider.values()) - System.out.println(c); -
public static GeocodeProvider valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeResumeRequest.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeResumeRequest.html deleted file mode 100644 index de6ef4483..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeResumeRequest.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class GeocodeResumeRequest -extends GeocodeOptionsBase-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedResume |
-ResumeData
-The resume you wish to be geocoded
- |
-
GeoCoordinates, PostalAddressProvider, ProviderKey| Constructor and Description | -
|---|
GeocodeResumeRequest() |
-
public ParsedResume ResumeData-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeResumeResponse.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeResumeResponse.html deleted file mode 100644 index 65dc21a82..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeResumeResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class GeocodeResumeResponse -extends ApiResponse<GeocodeResumeResponseValue>-
Info, Value| Constructor and Description | -
|---|
GeocodeResumeResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/GeocodeResumeResponseValue.html b/docs/com/textkernel/tx/models/api/geocoding/GeocodeResumeResponseValue.html deleted file mode 100644 index cf5a6f365..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/GeocodeResumeResponseValue.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class GeocodeResumeResponseValue -extends Object-
ApiResponse.Value from a 'geocode resume' response| Modifier and Type | -Field and Description | -
|---|---|
ParsedResume |
-ResumeData
-The resume you sent to be geocoded with geolocation coordinates added
- |
-
| Constructor and Description | -
|---|
GeocodeResumeResponseValue() |
-
public ParsedResume ResumeData-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/Address.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/Address.html deleted file mode 100644 index 8a991aede..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/Address.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GeocodeJobResponse |
-TxClient.geocode(ParsedJob job,
- Address address,
- GeocodeCredentials geocodeCredentials)
-Use this if you would like to provide an address for geocoding instead of using the one in the parsed
- job.
- |
-
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.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- 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
- rjobesume.
- |
-
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.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
Address |
-GeocodeOptionsBase.PostalAddress
-The address you wish to geocode.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexJobRequest.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexJobRequest.html deleted file mode 100644 index a8a0b4c19..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexJobRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexJobResponse.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexJobResponse.html deleted file mode 100644 index bc7951840..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexJobResponse.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- 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
- rjobesume.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- IndexSingleDocumentInfo indexingOptions,
- boolean indexIfGeocodeFails,
- GeocodeCredentials geocodeCredentials)
-Uses the address in the job (if present) to look up geocoordinates and add them into the ParsedJob object.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- 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 job.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexJobResponseValue.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexJobResponseValue.html deleted file mode 100644 index fe61131d1..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexJobResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexRequest.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexRequest.html deleted file mode 100644 index bf2085ecc..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexRequest.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.geocoding | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GeocodeAndIndexJobRequest
-Request body for geocoding a job and then adding into an index
- |
-
class |
-GeocodeAndIndexResumeRequest
-Request body for geocoding a resume and then adding into an index
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexResponseValue.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexResponseValue.html deleted file mode 100644 index ac19afcb7..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexResponseValue.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.geocoding | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GeocodeAndIndexJobResponseValue
-The
-ApiResponse.Value from a 'geocode and index' response |
-
class |
-GeocodeAndIndexResumeResponseValue
-The
-ApiResponse.Value from a 'geocode and index' response |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexResumeRequest.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexResumeRequest.html deleted file mode 100644 index e64bc57b5..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexResumeRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexResumeResponse.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexResumeResponse.html deleted file mode 100644 index b551ef344..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexResumeResponse.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
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.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexResumeResponseValue.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexResumeResponseValue.html deleted file mode 100644 index 1c8dc2c6a..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeAndIndexResumeResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeCredentials.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeCredentials.html deleted file mode 100644 index 91d07974f..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeCredentials.html +++ /dev/null @@ -1,296 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GeocodeJobResponse |
-TxClient.geocode(ParsedJob job,
- Address address,
- GeocodeCredentials geocodeCredentials)
-Use this if you would like to provide an address for geocoding instead of using the one in the parsed
- job.
- |
-
GeocodeJobResponse |
-TxClient.geocode(ParsedJob job,
- GeocodeCredentials geocodeCredentials)
-Uses the address in the job (if present) to look up geocoordinates and add them into the ParsedJob object.
- |
-
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.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- 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
- rjobesume.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- IndexSingleDocumentInfo indexingOptions,
- boolean indexIfGeocodeFails,
- GeocodeCredentials geocodeCredentials)
-Uses the address in the job (if present) to look up geocoordinates and add them into the ParsedJob object.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- 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 job.
- |
-
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.
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GeocodeJobRequest
-Options for geocoding a job (specifying some location on Earth)
- |
-
class |
-GeocodeOptions
-Options for geocoding a document (specifying some location on Earth)
- |
-
class |
-GeocodeOptionsBase
-Options for geocoding a document (specifying some location on Earth)
- |
-
class |
-GeocodeResumeRequest
-Options for geocoding a resume (specifying some location on Earth)
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeJobRequest.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeJobRequest.html deleted file mode 100644 index c3a22d57b..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeJobRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeJobResponse.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeJobResponse.html deleted file mode 100644 index 4dffdaece..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeJobResponse.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GeocodeJobResponse |
-TxClient.geocode(ParsedJob job,
- Address address,
- GeocodeCredentials geocodeCredentials)
-Use this if you would like to provide an address for geocoding instead of using the one in the parsed
- job.
- |
-
GeocodeJobResponse |
-TxClient.geocode(ParsedJob job,
- GeocodeCredentials geocodeCredentials)
-Uses the address in the job (if present) to look up geocoordinates and add them into the ParsedJob object.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeJobResponseValue.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeJobResponseValue.html deleted file mode 100644 index 0c7f3a5d9..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeJobResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeOptions.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeOptions.html deleted file mode 100644 index b0950a0c9..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeOptions.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.request | -- |
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Field and Description | -
|---|---|
GeocodeOptions |
-MatchUISettings.GeocodeOptions
-Settings for geocoding within the Matching UI.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
GeocodeOptions |
-ParseOptions.GeocodeOptions
-Use this property to also include geocoding in this parse request.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeOptionsBase.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeOptionsBase.html deleted file mode 100644 index 81e2c4f5a..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeOptionsBase.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.geocoding | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GeocodeJobRequest
-Options for geocoding a job (specifying some location on Earth)
- |
-
class |
-GeocodeOptions
-Options for geocoding a document (specifying some location on Earth)
- |
-
class |
-GeocodeResumeRequest
-Options for geocoding a resume (specifying some location on Earth)
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
GeocodeOptionsBase |
-GeocodeAndIndexRequest.GeocodeOptions
-Geocoding settings
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeProvider.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeProvider.html deleted file mode 100644 index 0abb6ef31..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeProvider.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Field and Description | -
|---|---|
GeocodeProvider |
-GeocodeCredentials.Provider
-The provider you wish to use to geocode the postal address.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static GeocodeProvider |
-GeocodeProvider.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static GeocodeProvider[] |
-GeocodeProvider.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
GeocodeProvider |
-LocationCriteria.GeocodeProvider
-The provider to lookup latitude/longitude if they are not specified.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeResumeRequest.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeResumeRequest.html deleted file mode 100644 index 77428d213..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeResumeRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeResumeResponse.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeResumeResponse.html deleted file mode 100644 index 8f2b05dd1..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeResumeResponse.html +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
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.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeResumeResponseValue.html b/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeResumeResponseValue.html deleted file mode 100644 index eb9f3514d..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/class-use/GeocodeResumeResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/package-frame.html b/docs/com/textkernel/tx/models/api/geocoding/package-frame.html deleted file mode 100644 index 8ddf56ae3..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/package-frame.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| Address | -
- An address used to geocode a document
- |
-
| GeocodeAndIndexJobRequest | -
- Request body for geocoding a job and then adding into an index
- |
-
| GeocodeAndIndexJobResponse | -
- The response body from a GeocodeAndIndexJob API call
- |
-
| GeocodeAndIndexJobResponseValue | -
- The
-ApiResponse.Value from a 'geocode and index' response |
-
| GeocodeAndIndexRequest | -
- Request body for geocoding a document and then adding into an index
- |
-
| GeocodeAndIndexResponseValue | -
- The
-ApiResponse.Value from a 'geocode and index' response |
-
| GeocodeAndIndexResumeRequest | -
- Request body for geocoding a resume and then adding into an index
- |
-
| GeocodeAndIndexResumeResponse | -
- The response body from a GeocodeAndIndexResume API call
- |
-
| GeocodeAndIndexResumeResponseValue | -
- The
-ApiResponse.Value from a 'geocode and index' response |
-
| GeocodeCredentials | -
- Credentials for geocoding
- |
-
| GeocodeJobRequest | -
- Options for geocoding a job (specifying some location on Earth)
- |
-
| GeocodeJobResponse | -
- The response body from a GeocodeJob API call
- |
-
| GeocodeJobResponseValue | -
- The
-ApiResponse.Value from a 'geocode job' response |
-
| GeocodeOptions | -
- Options for geocoding a document (specifying some location on Earth)
- |
-
| GeocodeOptionsBase | -
- Options for geocoding a document (specifying some location on Earth)
- |
-
| GeocodeResumeRequest | -
- Options for geocoding a resume (specifying some location on Earth)
- |
-
| GeocodeResumeResponse | -
- The response body from a GeocodeResume API call
- |
-
| GeocodeResumeResponseValue | -
- The
-ApiResponse.Value from a 'geocode resume' response |
-
| Enum | -Description | -
|---|---|
| GeocodeProvider | -
- Geocode service providers
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/package-tree.html b/docs/com/textkernel/tx/models/api/geocoding/package-tree.html deleted file mode 100644 index 5332d24d6..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/package-tree.html +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/geocoding/package-use.html b/docs/com/textkernel/tx/models/api/geocoding/package-use.html deleted file mode 100644 index 44834dd51..000000000 --- a/docs/com/textkernel/tx/models/api/geocoding/package-use.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.matching.request | -- |
| com.textkernel.tx.models.api.matching.ui.request | -- |
| com.textkernel.tx.models.api.parsing | -- |
| Class and Description | -
|---|
| Address
- An address used to geocode a document
- |
-
| GeocodeAndIndexJobResponse
- The response body from a GeocodeAndIndexJob API call
- |
-
| GeocodeAndIndexResumeResponse
- The response body from a GeocodeAndIndexResume API call
- |
-
| GeocodeCredentials
- Credentials for geocoding
- |
-
| GeocodeJobResponse
- The response body from a GeocodeJob API call
- |
-
| GeocodeResumeResponse
- The response body from a GeocodeResume API call
- |
-
| Class and Description | -
|---|
| Address
- An address used to geocode a document
- |
-
| GeocodeAndIndexRequest
- Request body for geocoding a document and then adding into an index
- |
-
| GeocodeAndIndexResponseValue
- The
-ApiResponse.Value from a 'geocode and index' response |
-
| GeocodeCredentials
- Credentials for geocoding
- |
-
| GeocodeOptionsBase
- Options for geocoding a document (specifying some location on Earth)
- |
-
| GeocodeProvider
- Geocode service providers
- |
-
| Class and Description | -
|---|
| GeocodeProvider
- Geocode service providers
- |
-
| Class and Description | -
|---|
| GeocodeOptions
- Options for geocoding a document (specifying some location on Earth)
- |
-
| Class and Description | -
|---|
| GeocodeOptions
- Options for geocoding a document (specifying some location on Earth)
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/CreateIndexRequest.html b/docs/com/textkernel/tx/models/api/indexes/CreateIndexRequest.html deleted file mode 100644 index 73fc2c9ae..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/CreateIndexRequest.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class CreateIndexRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
IndexType |
-IndexType
-The type of documents this index will contain
- |
-
| Constructor and Description | -
|---|
CreateIndexRequest() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/CreateIndexResponse.html b/docs/com/textkernel/tx/models/api/indexes/CreateIndexResponse.html deleted file mode 100644 index 52b786e2c..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/CreateIndexResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class CreateIndexResponse -extends ApiResponse<Object>-
Info, Value| Constructor and Description | -
|---|
CreateIndexResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/DeleteDocumentResponse.html b/docs/com/textkernel/tx/models/api/indexes/DeleteDocumentResponse.html deleted file mode 100644 index 413dc2359..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/DeleteDocumentResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class DeleteDocumentResponse -extends ApiResponse<Object>-
Info, Value| Constructor and Description | -
|---|
DeleteDocumentResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/DeleteIndexResponse.html b/docs/com/textkernel/tx/models/api/indexes/DeleteIndexResponse.html deleted file mode 100644 index f867dd569..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/DeleteIndexResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class DeleteIndexResponse -extends ApiResponse<Object>-
Info, Value| Constructor and Description | -
|---|
DeleteIndexResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/DeleteMultipleDocumentsResponse.html b/docs/com/textkernel/tx/models/api/indexes/DeleteMultipleDocumentsResponse.html deleted file mode 100644 index 1fb822ef0..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/DeleteMultipleDocumentsResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class DeleteMultipleDocumentsResponse -extends ApiResponse<Object>-
Info, Value| Constructor and Description | -
|---|
DeleteMultipleDocumentsResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/GetAllIndexesResponse.html b/docs/com/textkernel/tx/models/api/indexes/GetAllIndexesResponse.html deleted file mode 100644 index 6a101dbf8..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/GetAllIndexesResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class GetAllIndexesResponse -extends ApiResponse<List<Index>>-
Info, Value| Constructor and Description | -
|---|
GetAllIndexesResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/GetIndexResponse.html b/docs/com/textkernel/tx/models/api/indexes/GetIndexResponse.html deleted file mode 100644 index 4e5ad850d..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/GetIndexResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class GetIndexResponse -extends ApiResponse<Index>-
Info, Value| Constructor and Description | -
|---|
GetIndexResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/GetJobResponse.html b/docs/com/textkernel/tx/models/api/indexes/GetJobResponse.html deleted file mode 100644 index bdfc2dfae..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/GetJobResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class GetJobResponse -extends ApiResponse<ParsedJob>-
Info, Value| Constructor and Description | -
|---|
GetJobResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/GetResumeResponse.html b/docs/com/textkernel/tx/models/api/indexes/GetResumeResponse.html deleted file mode 100644 index 881b982fc..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/GetResumeResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class GetResumeResponse -extends ApiResponse<ParsedResume>-
Info, Value| Constructor and Description | -
|---|
GetResumeResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/IndexDocumentRequest.html b/docs/com/textkernel/tx/models/api/indexes/IndexDocumentRequest.html deleted file mode 100644 index e21165781..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/IndexDocumentRequest.html +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - -public class IndexDocumentRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<String> |
-UserDefinedTags
-The user-defined tags the document should have
- |
-
| Constructor and Description | -
|---|
IndexDocumentRequest() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/IndexDocumentResponse.html b/docs/com/textkernel/tx/models/api/indexes/IndexDocumentResponse.html deleted file mode 100644 index ea9c18c50..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/IndexDocumentResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class IndexDocumentResponse -extends ApiResponse<Object>-
Info, Value| Constructor and Description | -
|---|
IndexDocumentResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/IndexJobInfo.html b/docs/com/textkernel/tx/models/api/indexes/IndexJobInfo.html deleted file mode 100644 index 4fdc0563d..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/IndexJobInfo.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class IndexJobInfo -extends IndexMultipleDocumentInfo-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedJob |
-JobData
-A job to index
- |
-
DocumentId, UserDefinedTags| Constructor and Description | -
|---|
IndexJobInfo() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/IndexJobRequest.html b/docs/com/textkernel/tx/models/api/indexes/IndexJobRequest.html deleted file mode 100644 index 3c080bc0e..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/IndexJobRequest.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class IndexJobRequest -extends IndexDocumentRequest-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedJob |
-JobData
-A job to index
- |
-
UserDefinedTags| Constructor and Description | -
|---|
IndexJobRequest() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/IndexMultipleDocumentInfo.html b/docs/com/textkernel/tx/models/api/indexes/IndexMultipleDocumentInfo.html deleted file mode 100644 index 3a8f3d3d1..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/IndexMultipleDocumentInfo.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - -public class IndexMultipleDocumentInfo -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-DocumentId
-The id to assign to the new document.
- |
-
List<String> |
-UserDefinedTags
-The user-defined tags the document should have
- |
-
| Constructor and Description | -
|---|
IndexMultipleDocumentInfo() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/IndexMultipleDocumentsResponse.html b/docs/com/textkernel/tx/models/api/indexes/IndexMultipleDocumentsResponse.html deleted file mode 100644 index 543126209..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/IndexMultipleDocumentsResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class IndexMultipleDocumentsResponse -extends ApiResponse<List<IndexMultipleDocumentsResponseValue>>-
Info, Value| Constructor and Description | -
|---|
IndexMultipleDocumentsResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/IndexMultipleDocumentsResponseValue.html b/docs/com/textkernel/tx/models/api/indexes/IndexMultipleDocumentsResponseValue.html deleted file mode 100644 index d2a446779..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/IndexMultipleDocumentsResponseValue.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - - -public class IndexMultipleDocumentsResponseValue -extends ApiResponseInfoLite-
ApiResponse.Value from a 'index multiple documents' response| Modifier and Type | -Field and Description | -
|---|---|
String |
-DocumentId
-Id of the specific document represented in the response
- |
-
Code, Message| Constructor and Description | -
|---|
IndexMultipleDocumentsResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/IndexMultipleJobsRequest.html b/docs/com/textkernel/tx/models/api/indexes/IndexMultipleJobsRequest.html deleted file mode 100644 index f3275fb6a..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/IndexMultipleJobsRequest.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class IndexMultipleJobsRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<IndexJobInfo> |
-Jobs
-The jobs to add into the index
- |
-
| Constructor and Description | -
|---|
IndexMultipleJobsRequest() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/IndexMultipleResumesRequest.html b/docs/com/textkernel/tx/models/api/indexes/IndexMultipleResumesRequest.html deleted file mode 100644 index 9822c56a2..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/IndexMultipleResumesRequest.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class IndexMultipleResumesRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<IndexResumeInfo> |
-Resumes
-The resumes to add into the index
- |
-
| Constructor and Description | -
|---|
IndexMultipleResumesRequest() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/IndexResumeInfo.html b/docs/com/textkernel/tx/models/api/indexes/IndexResumeInfo.html deleted file mode 100644 index b8d6088f5..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/IndexResumeInfo.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class IndexResumeInfo -extends IndexMultipleDocumentInfo-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedResume |
-ResumeData
-A resume to index
- |
-
DocumentId, UserDefinedTags| Constructor and Description | -
|---|
IndexResumeInfo() |
-
public ParsedResume ResumeData-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/IndexResumeRequest.html b/docs/com/textkernel/tx/models/api/indexes/IndexResumeRequest.html deleted file mode 100644 index cd53bc4b8..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/IndexResumeRequest.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class IndexResumeRequest -extends IndexDocumentRequest-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedResume |
-ResumeData
-A resume to index
- |
-
UserDefinedTags| Constructor and Description | -
|---|
IndexResumeRequest() |
-
public ParsedResume ResumeData-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/IndexSingleDocumentInfo.html b/docs/com/textkernel/tx/models/api/indexes/IndexSingleDocumentInfo.html deleted file mode 100644 index 32a958baa..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/IndexSingleDocumentInfo.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class IndexSingleDocumentInfo -extends IndexMultipleDocumentInfo-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-IndexId
-The id for the index where the document should be added (case-insensitive).
- |
-
DocumentId, UserDefinedTags| Constructor and Description | -
|---|
IndexSingleDocumentInfo() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/IndexedDocumentInfo.html b/docs/com/textkernel/tx/models/api/indexes/IndexedDocumentInfo.html deleted file mode 100644 index 4e853c197..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/IndexedDocumentInfo.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class IndexedDocumentInfo -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-DocumentId
-The id of the document (case-insensitive)
- |
-
String |
-IndexId
-The id for the index that contains the document (case-insensitive).
- |
-
| Constructor and Description | -
|---|
IndexedDocumentInfo() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/UpdateUserDefinedTagsRequest.html b/docs/com/textkernel/tx/models/api/indexes/UpdateUserDefinedTagsRequest.html deleted file mode 100644 index 1b34213a7..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/UpdateUserDefinedTagsRequest.html +++ /dev/null @@ -1,296 +0,0 @@ - - - - - - -public class UpdateUserDefinedTagsRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
UserDefinedTagsMethod |
-Method
-Which method to use for the specified user-defined tags
- |
-
List<String> |
-UserDefinedTags
-The user-defined tags to add/delete/etc
- |
-
| Constructor and Description | -
|---|
UpdateUserDefinedTagsRequest() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/UpdateUserDefinedTagsResponse.html b/docs/com/textkernel/tx/models/api/indexes/UpdateUserDefinedTagsResponse.html deleted file mode 100644 index 5b4b5fcb9..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/UpdateUserDefinedTagsResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class UpdateUserDefinedTagsResponse -extends ApiResponse<Object>-
Info, Value| Constructor and Description | -
|---|
UpdateUserDefinedTagsResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/UserDefinedTagsMethod.html b/docs/com/textkernel/tx/models/api/indexes/UserDefinedTagsMethod.html deleted file mode 100644 index 639ea031f..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/UserDefinedTagsMethod.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - -public enum UserDefinedTagsMethod -extends Enum<UserDefinedTagsMethod>-
| Enum Constant and Description | -
|---|
Add
-Adds the specified user-defined tags to a document (in addition to any existing)
- |
-
Delete
-Deletes the specified user-defined tags from a document
- |
-
Overwrite
-Overwrites any existing user-defined tags with the specified tags
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static UserDefinedTagsMethod |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static UserDefinedTagsMethod[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
public static final UserDefinedTagsMethod Delete-
public static final UserDefinedTagsMethod Add-
public static final UserDefinedTagsMethod Overwrite-
public static UserDefinedTagsMethod[] values()-
-for (UserDefinedTagsMethod c : UserDefinedTagsMethod.values()) - System.out.println(c); -
public static UserDefinedTagsMethod valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/CreateIndexRequest.html b/docs/com/textkernel/tx/models/api/indexes/class-use/CreateIndexRequest.html deleted file mode 100644 index c333eae16..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/CreateIndexRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/CreateIndexResponse.html b/docs/com/textkernel/tx/models/api/indexes/class-use/CreateIndexResponse.html deleted file mode 100644 index 760b780e1..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/CreateIndexResponse.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
CreateIndexResponse |
-TxClient.createIndex(IndexType type,
- String indexId)
-Create a new index
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/DeleteDocumentResponse.html b/docs/com/textkernel/tx/models/api/indexes/class-use/DeleteDocumentResponse.html deleted file mode 100644 index 39fa9e185..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/DeleteDocumentResponse.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
DeleteDocumentResponse |
-TxClient.deleteDocument(String indexId,
- String documentId)
-Delete an existing document from an index
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/DeleteIndexResponse.html b/docs/com/textkernel/tx/models/api/indexes/class-use/DeleteIndexResponse.html deleted file mode 100644 index 89d159c62..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/DeleteIndexResponse.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
DeleteIndexResponse |
-TxClient.deleteIndex(String indexId)
-Delete an existing index.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/DeleteMultipleDocumentsResponse.html b/docs/com/textkernel/tx/models/api/indexes/class-use/DeleteMultipleDocumentsResponse.html deleted file mode 100644 index 42ea5a041..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/DeleteMultipleDocumentsResponse.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
DeleteMultipleDocumentsResponse |
-TxClient.deleteMultipleDocuments(String indexId,
- List<String> documentIds)
-Delete a group of existing documents from an index
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/GetAllIndexesResponse.html b/docs/com/textkernel/tx/models/api/indexes/class-use/GetAllIndexesResponse.html deleted file mode 100644 index 6705477af..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/GetAllIndexesResponse.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetAllIndexesResponse |
-TxClient.getAllIndexes()
-Get all existing indexes
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/GetIndexResponse.html b/docs/com/textkernel/tx/models/api/indexes/class-use/GetIndexResponse.html deleted file mode 100644 index 376f5c937..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/GetIndexResponse.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/GetJobResponse.html b/docs/com/textkernel/tx/models/api/indexes/class-use/GetJobResponse.html deleted file mode 100644 index df9c30e8c..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/GetJobResponse.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetJobResponse |
-TxClient.getJob(String indexId,
- String documentId)
-Retrieve an existing job from an index
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/GetResumeResponse.html b/docs/com/textkernel/tx/models/api/indexes/class-use/GetResumeResponse.html deleted file mode 100644 index 2e768b137..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/GetResumeResponse.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GetResumeResponse |
-TxClient.getResume(String indexId,
- String documentId)
-Retrieve an existing resume from an index
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexDocumentRequest.html b/docs/com/textkernel/tx/models/api/indexes/class-use/IndexDocumentRequest.html deleted file mode 100644 index 674bd0269..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexDocumentRequest.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.indexes | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-IndexJobRequest
-Request body for an 'index job' request
- |
-
class |
-IndexResumeRequest
-Request body for an 'index resume' request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexDocumentResponse.html b/docs/com/textkernel/tx/models/api/indexes/class-use/IndexDocumentResponse.html deleted file mode 100644 index 5e01a376a..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexDocumentResponse.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
IndexDocumentResponse |
-TxClient.indexDocument(ParsedJob job,
- String indexId,
- String documentId,
- List<String> userDefinedTags)
-Add a job to an existing index
- |
-
IndexDocumentResponse |
-TxClient.indexDocument(ParsedResume resume,
- String indexId,
- String documentId,
- List<String> userDefinedTags)
-Add a resume to an existing index
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexJobInfo.html b/docs/com/textkernel/tx/models/api/indexes/class-use/IndexJobInfo.html deleted file mode 100644 index f4784b3b6..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexJobInfo.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.indexes | -- |
| Modifier and Type | -Method and Description | -
|---|---|
IndexMultipleDocumentsResponse |
-TxClient.indexMultipleJobs(List<IndexJobInfo> jobs,
- String indexId)
-Add several jobs to an existing index
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
List<IndexJobInfo> |
-IndexMultipleJobsRequest.Jobs
-The jobs to add into the index
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexJobRequest.html b/docs/com/textkernel/tx/models/api/indexes/class-use/IndexJobRequest.html deleted file mode 100644 index d8482de43..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexJobRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleDocumentInfo.html b/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleDocumentInfo.html deleted file mode 100644 index 00d9186fb..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleDocumentInfo.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.indexes | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-IndexJobInfo
-Information for adding a single job to an index as part of a 'batch upload'
- |
-
class |
-IndexResumeInfo
-Information for adding a single resume to an index as part of a 'batch upload'
- |
-
class |
-IndexSingleDocumentInfo
-Information for adding a document to an index
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleDocumentsResponse.html b/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleDocumentsResponse.html deleted file mode 100644 index 202add668..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleDocumentsResponse.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
IndexMultipleDocumentsResponse |
-TxClient.indexMultipleJobs(List<IndexJobInfo> jobs,
- String indexId)
-Add several jobs to an existing index
- |
-
IndexMultipleDocumentsResponse |
-TxClient.indexMultipleResumes(List<IndexResumeInfo> resumes,
- String indexId)
-Add several resumes to an existing index
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleDocumentsResponseValue.html b/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleDocumentsResponseValue.html deleted file mode 100644 index 97635e81f..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleDocumentsResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleJobsRequest.html b/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleJobsRequest.html deleted file mode 100644 index c3458bca1..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleJobsRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleResumesRequest.html b/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleResumesRequest.html deleted file mode 100644 index 0830f9bce..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexMultipleResumesRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexResumeInfo.html b/docs/com/textkernel/tx/models/api/indexes/class-use/IndexResumeInfo.html deleted file mode 100644 index ad1c58b90..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexResumeInfo.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.indexes | -- |
| Modifier and Type | -Method and Description | -
|---|---|
IndexMultipleDocumentsResponse |
-TxClient.indexMultipleResumes(List<IndexResumeInfo> resumes,
- String indexId)
-Add several resumes to an existing index
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
List<IndexResumeInfo> |
-IndexMultipleResumesRequest.Resumes
-The resumes to add into the index
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexResumeRequest.html b/docs/com/textkernel/tx/models/api/indexes/class-use/IndexResumeRequest.html deleted file mode 100644 index 5c7a0f34a..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexResumeRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexSingleDocumentInfo.html b/docs/com/textkernel/tx/models/api/indexes/class-use/IndexSingleDocumentInfo.html deleted file mode 100644 index 18368180d..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexSingleDocumentInfo.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- 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
- rjobesume.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- IndexSingleDocumentInfo indexingOptions,
- boolean indexIfGeocodeFails,
- GeocodeCredentials geocodeCredentials)
-Uses the address in the job (if present) to look up geocoordinates and add them into the ParsedJob object.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- 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 job.
- |
-
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.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
IndexSingleDocumentInfo |
-GeocodeAndIndexRequest.IndexingOptions
-Where to index the resume
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
IndexSingleDocumentInfo |
-ParseOptions.IndexingOptions
-If you are using AI Matching, use this property to also index the document after it is parsed/geocoded.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexedDocumentInfo.html b/docs/com/textkernel/tx/models/api/indexes/class-use/IndexedDocumentInfo.html deleted file mode 100644 index b5483ddb4..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/IndexedDocumentInfo.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/UpdateUserDefinedTagsRequest.html b/docs/com/textkernel/tx/models/api/indexes/class-use/UpdateUserDefinedTagsRequest.html deleted file mode 100644 index e8866f79f..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/UpdateUserDefinedTagsRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/UpdateUserDefinedTagsResponse.html b/docs/com/textkernel/tx/models/api/indexes/class-use/UpdateUserDefinedTagsResponse.html deleted file mode 100644 index 6a33d77d8..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/UpdateUserDefinedTagsResponse.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
UpdateUserDefinedTagsResponse |
-TxClient.updateJobUserDefinedTags(String indexId,
- String documentId,
- List<String> userDefinedTags,
- UserDefinedTagsMethod method)
-Updates the user-defined tags for a job
- |
-
UpdateUserDefinedTagsResponse |
-TxClient.updateResumeUserDefinedTags(String indexId,
- String documentId,
- List<String> userDefinedTags,
- UserDefinedTagsMethod method)
-Updates the user-defined tags for a resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/class-use/UserDefinedTagsMethod.html b/docs/com/textkernel/tx/models/api/indexes/class-use/UserDefinedTagsMethod.html deleted file mode 100644 index 50af5a23e..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/class-use/UserDefinedTagsMethod.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.indexes | -- |
| Modifier and Type | -Method and Description | -
|---|---|
UpdateUserDefinedTagsResponse |
-TxClient.updateJobUserDefinedTags(String indexId,
- String documentId,
- List<String> userDefinedTags,
- UserDefinedTagsMethod method)
-Updates the user-defined tags for a job
- |
-
UpdateUserDefinedTagsResponse |
-TxClient.updateResumeUserDefinedTags(String indexId,
- String documentId,
- List<String> userDefinedTags,
- UserDefinedTagsMethod method)
-Updates the user-defined tags for a resume
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
UserDefinedTagsMethod |
-UpdateUserDefinedTagsRequest.Method
-Which method to use for the specified user-defined tags
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static UserDefinedTagsMethod |
-UserDefinedTagsMethod.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static UserDefinedTagsMethod[] |
-UserDefinedTagsMethod.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/package-frame.html b/docs/com/textkernel/tx/models/api/indexes/package-frame.html deleted file mode 100644 index 0e342e7be..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/package-frame.html +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| CreateIndexRequest | -
- Request body to create an index
- |
-
| CreateIndexResponse | -
- The response body from a CreateIndex API call
- |
-
| DeleteDocumentResponse | -
- The response body from a DeleteDocument API call
- |
-
| DeleteIndexResponse | -
- The response body from a DeleteIndex API call
- |
-
| DeleteMultipleDocumentsResponse | -
- The response body from a DeleteMultipleDocuments API call
- |
-
| GetAllIndexesResponse | -
- The response body from a GetAllIndexes API call
- |
-
| GetIndexResponse | -
- The response body from a GetIndex API call
- |
-
| GetJobResponse | -
- The response body from a GetJob API call
- |
-
| GetResumeResponse | -
- The response body from a GetResume API call
- |
-
| IndexDocumentRequest | -
- Base class for 'index resume' or 'index job' request body
- |
-
| IndexDocumentResponse | -
- The response body from a IndexDocument API call
- |
-
| IndexedDocumentInfo | -
- A small container for identifying an indexed document
- |
-
| IndexJobInfo | -
- Information for adding a single job to an index as part of a 'batch upload'
- |
-
| IndexJobRequest | -
- Request body for an 'index job' request
- |
-
| IndexMultipleDocumentInfo | -
- Information for adding a single document to an index as part of a 'batch upload'
- |
-
| IndexMultipleDocumentsResponse | -
- The response body from a IndexMultipleDocuments API call
- |
-
| IndexMultipleDocumentsResponseValue | -
- One entry in the
-ApiResponse.Value from a 'index multiple documents' response |
-
| IndexMultipleJobsRequest | -
- Request body for an 'index multiple jobs' request
- |
-
| IndexMultipleResumesRequest | -
- Request body for an 'index multiple resumes' request
- |
-
| IndexResumeInfo | -
- Information for adding a single resume to an index as part of a 'batch upload'
- |
-
| IndexResumeRequest | -
- Request body for an 'index resume' request
- |
-
| IndexSingleDocumentInfo | -
- Information for adding a document to an index
- |
-
| UpdateUserDefinedTagsRequest | -
- Request body to update (add/remove/overwrite) user-defined tags on an indexed
- document
- |
-
| UpdateUserDefinedTagsResponse | -
- The response body from a UpdateUserDefinedTags API call
- |
-
| Enum | -Description | -
|---|---|
| UserDefinedTagsMethod | -
- A method to use when updating user-defined tags on a document
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/package-tree.html b/docs/com/textkernel/tx/models/api/indexes/package-tree.html deleted file mode 100644 index 20cfd628c..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/package-tree.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/indexes/package-use.html b/docs/com/textkernel/tx/models/api/indexes/package-use.html deleted file mode 100644 index fadd4a0aa..000000000 --- a/docs/com/textkernel/tx/models/api/indexes/package-use.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.indexes | -- |
| com.textkernel.tx.models.api.parsing | -- |
| Class and Description | -
|---|
| CreateIndexResponse
- The response body from a CreateIndex API call
- |
-
| DeleteDocumentResponse
- The response body from a DeleteDocument API call
- |
-
| DeleteIndexResponse
- The response body from a DeleteIndex API call
- |
-
| DeleteMultipleDocumentsResponse
- The response body from a DeleteMultipleDocuments API call
- |
-
| GetAllIndexesResponse
- The response body from a GetAllIndexes API call
- |
-
| GetJobResponse
- The response body from a GetJob API call
- |
-
| GetResumeResponse
- The response body from a GetResume API call
- |
-
| IndexDocumentResponse
- The response body from a IndexDocument API call
- |
-
| IndexJobInfo
- Information for adding a single job to an index as part of a 'batch upload'
- |
-
| IndexMultipleDocumentsResponse
- The response body from a IndexMultipleDocuments API call
- |
-
| IndexResumeInfo
- Information for adding a single resume to an index as part of a 'batch upload'
- |
-
| IndexSingleDocumentInfo
- Information for adding a document to an index
- |
-
| UpdateUserDefinedTagsResponse
- The response body from a UpdateUserDefinedTags API call
- |
-
| UserDefinedTagsMethod
- A method to use when updating user-defined tags on a document
- |
-
| Class and Description | -
|---|
| IndexSingleDocumentInfo
- Information for adding a document to an index
- |
-
| Class and Description | -
|---|
| IndexDocumentRequest
- Base class for 'index resume' or 'index job' request body
- |
-
| IndexJobInfo
- Information for adding a single job to an index as part of a 'batch upload'
- |
-
| IndexMultipleDocumentInfo
- Information for adding a single document to an index as part of a 'batch upload'
- |
-
| IndexResumeInfo
- Information for adding a single resume to an index as part of a 'batch upload'
- |
-
| UserDefinedTagsMethod
- A method to use when updating user-defined tags on a document
- |
-
| Class and Description | -
|---|
| IndexSingleDocumentInfo
- Information for adding a document to an index
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/GenerateJobRequest.html b/docs/com/textkernel/tx/models/api/jobdescription/GenerateJobRequest.html deleted file mode 100644 index db0e1fcb7..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/GenerateJobRequest.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - -public class GenerateJobRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-JobTitle
-The title of the job.
- |
-
String |
-Language
-Language of the job description, in ISO 639-1 code format.
- |
-
String |
-Location
-Location of the job.
- |
-
String |
-Organization
-The organization offering the job.
- |
-
List<GenerateJobSkill> |
-Skills
-List of skill requirements for the job.
- |
-
JobTone |
-Tone
-The tone of the job description.
- |
-
| Constructor and Description | -
|---|
GenerateJobRequest() |
-
public String JobTitle-
public List<GenerateJobSkill> Skills-
public JobTone Tone-
public String Language-
public String Location-
public String Organization-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/GenerateJobResponse.html b/docs/com/textkernel/tx/models/api/jobdescription/GenerateJobResponse.html deleted file mode 100644 index a207889c7..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/GenerateJobResponse.html +++ /dev/null @@ -1,270 +0,0 @@ - - - - - - -public class GenerateJobResponse -extends ApiResponse<GenerateJobResponseValue>-
Info, Value| Constructor and Description | -
|---|
GenerateJobResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/GenerateJobResponseValue.html b/docs/com/textkernel/tx/models/api/jobdescription/GenerateJobResponseValue.html deleted file mode 100644 index fd75c6465..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/GenerateJobResponseValue.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class GenerateJobResponseValue -extends Object-
ApiResponse.Value from a 'Generate Job' response| Modifier and Type | -Field and Description | -
|---|---|
String |
-JobDescription
-The generated job description
- |
-
| Constructor and Description | -
|---|
GenerateJobResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/GenerateJobSkill.html b/docs/com/textkernel/tx/models/api/jobdescription/GenerateJobSkill.html deleted file mode 100644 index 8a9d2e8cd..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/GenerateJobSkill.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - -public class GenerateJobSkill -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Name
-The name of the skill
- |
-
SkillPriority |
-Priority
-Priority of the skill
- |
-
| Constructor and Description | -
|---|
GenerateJobSkill() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/JobTone.html b/docs/com/textkernel/tx/models/api/jobdescription/JobTone.html deleted file mode 100644 index c4de86648..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/JobTone.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - -public enum JobTone -extends Enum<JobTone>-
| Enum Constant and Description | -
|---|
Casual
-A casual tone
- |
-
Funny
-A funny tone
- |
-
Professional
-A professional tone (typical)
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static JobTone |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static JobTone[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
public static final JobTone Professional-
public static final JobTone Casual-
public static final JobTone Funny-
public static JobTone[] values()-
-for (JobTone c : JobTone.values()) - System.out.println(c); -
public static JobTone valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/SkillPriority.html b/docs/com/textkernel/tx/models/api/jobdescription/SkillPriority.html deleted file mode 100644 index 9fc336e13..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/SkillPriority.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - -public enum SkillPriority -extends Enum<SkillPriority>-
| Enum Constant and Description | -
|---|
MustHave
-Skill is required
- |
-
NiceToHave
-Skill is not required
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static SkillPriority |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static SkillPriority[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
public static final SkillPriority NiceToHave-
public static final SkillPriority MustHave-
public static SkillPriority[] values()-
-for (SkillPriority c : SkillPriority.values()) - System.out.println(c); -
public static SkillPriority valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/SuggestSkillsFromJobTitleRequest.html b/docs/com/textkernel/tx/models/api/jobdescription/SuggestSkillsFromJobTitleRequest.html deleted file mode 100644 index 03d757b74..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/SuggestSkillsFromJobTitleRequest.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class SuggestSkillsFromJobTitleRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-JobTitle
-The title of the job for which skills are being suggested.
- |
-
String |
-Language
-Language of the suggested skills in ISO 639-1 code format.
- |
-
Integer |
-Limit
-Maximum number of skills to suggest.
- |
-
| Constructor and Description | -
|---|
SuggestSkillsFromJobTitleRequest() |
-
public String JobTitle-
public String Language-
public Integer Limit-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/SuggestSkillsFromJobTitleResponse.html b/docs/com/textkernel/tx/models/api/jobdescription/SuggestSkillsFromJobTitleResponse.html deleted file mode 100644 index 792516482..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/SuggestSkillsFromJobTitleResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class SuggestSkillsFromJobTitleResponse -extends ApiResponse<SuggestSkillsFromJobTitleResponseValue>-
Info, Value| Constructor and Description | -
|---|
SuggestSkillsFromJobTitleResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/SuggestSkillsFromJobTitleResponseValue.html b/docs/com/textkernel/tx/models/api/jobdescription/SuggestSkillsFromJobTitleResponseValue.html deleted file mode 100644 index 339dd6888..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/SuggestSkillsFromJobTitleResponseValue.html +++ /dev/null @@ -1,279 +0,0 @@ - - - - - - -public class SuggestSkillsFromJobTitleResponseValue -extends Object-
ApiResponse.Value from a 'Suggest Skills from Job Title' response| Modifier and Type | -Field and Description | -
|---|---|
List<String> |
-SuggestedSkills
-List of skills suggested for the job title.
- |
-
| Constructor and Description | -
|---|
SuggestSkillsFromJobTitleResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/class-use/GenerateJobRequest.html b/docs/com/textkernel/tx/models/api/jobdescription/class-use/GenerateJobRequest.html deleted file mode 100644 index 5ff01ce97..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/class-use/GenerateJobRequest.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GenerateJobResponse |
-TxClient.generateJobDescription(GenerateJobRequest request)
-Generates a job description based on specified parameters.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/class-use/GenerateJobResponse.html b/docs/com/textkernel/tx/models/api/jobdescription/class-use/GenerateJobResponse.html deleted file mode 100644 index 674eac0b0..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/class-use/GenerateJobResponse.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GenerateJobResponse |
-TxClient.generateJobDescription(GenerateJobRequest request)
-Generates a job description based on specified parameters.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/class-use/GenerateJobResponseValue.html b/docs/com/textkernel/tx/models/api/jobdescription/class-use/GenerateJobResponseValue.html deleted file mode 100644 index a67359633..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/class-use/GenerateJobResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/class-use/GenerateJobSkill.html b/docs/com/textkernel/tx/models/api/jobdescription/class-use/GenerateJobSkill.html deleted file mode 100644 index a26851081..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/class-use/GenerateJobSkill.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.jobdescription | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<GenerateJobSkill> |
-GenerateJobRequest.Skills
-List of skill requirements for the job.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/class-use/JobTone.html b/docs/com/textkernel/tx/models/api/jobdescription/class-use/JobTone.html deleted file mode 100644 index b5ace57f9..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/class-use/JobTone.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.jobdescription | -- |
| Modifier and Type | -Field and Description | -
|---|---|
JobTone |
-GenerateJobRequest.Tone
-The tone of the job description.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static JobTone |
-JobTone.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static JobTone[] |
-JobTone.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/class-use/SkillPriority.html b/docs/com/textkernel/tx/models/api/jobdescription/class-use/SkillPriority.html deleted file mode 100644 index d170402a2..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/class-use/SkillPriority.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.jobdescription | -- |
| Modifier and Type | -Field and Description | -
|---|---|
SkillPriority |
-GenerateJobSkill.Priority
-Priority of the skill
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static SkillPriority |
-SkillPriority.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static SkillPriority[] |
-SkillPriority.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/class-use/SuggestSkillsFromJobTitleRequest.html b/docs/com/textkernel/tx/models/api/jobdescription/class-use/SuggestSkillsFromJobTitleRequest.html deleted file mode 100644 index c93e572ef..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/class-use/SuggestSkillsFromJobTitleRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/class-use/SuggestSkillsFromJobTitleResponse.html b/docs/com/textkernel/tx/models/api/jobdescription/class-use/SuggestSkillsFromJobTitleResponse.html deleted file mode 100644 index 83ee5ea78..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/class-use/SuggestSkillsFromJobTitleResponse.html +++ /dev/null @@ -1,176 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
SuggestSkillsFromJobTitleResponse |
-TxClient.suggestSkillsFromJobTitle(String jobTitle)
-Takes a job title and suggests relevant skills.
- |
-
SuggestSkillsFromJobTitleResponse |
-TxClient.suggestSkillsFromJobTitle(String jobTitle,
- String language,
- Integer limit)
-Takes a job title and suggests relevant skills.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/class-use/SuggestSkillsFromJobTitleResponseValue.html b/docs/com/textkernel/tx/models/api/jobdescription/class-use/SuggestSkillsFromJobTitleResponseValue.html deleted file mode 100644 index f1c91d38c..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/class-use/SuggestSkillsFromJobTitleResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/package-frame.html b/docs/com/textkernel/tx/models/api/jobdescription/package-frame.html deleted file mode 100644 index 4a9d665f4..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/package-frame.html +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| GenerateJobRequest | -- |
| GenerateJobResponse | -- |
| GenerateJobResponseValue | -
- The
-ApiResponse.Value from a 'Generate Job' response |
-
| GenerateJobSkill | -- |
| SuggestSkillsFromJobTitleRequest | -
- Request body for 'Suggest Skills for Job Title' request
- |
-
| SuggestSkillsFromJobTitleResponse | -
- Response body for a 'Suggest Skills from Job Title' response
- |
-
| SuggestSkillsFromJobTitleResponseValue | -
- The
-ApiResponse.Value from a 'Suggest Skills from Job Title' response |
-
| Enum | -Description | -
|---|---|
| JobTone | -
- Tone to use when generating job descriptions
- |
-
| SkillPriority | -
- Priority of skills for generating job descriptions
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/package-tree.html b/docs/com/textkernel/tx/models/api/jobdescription/package-tree.html deleted file mode 100644 index b5f29e0ab..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/package-tree.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/jobdescription/package-use.html b/docs/com/textkernel/tx/models/api/jobdescription/package-use.html deleted file mode 100644 index 64a5d0afa..000000000 --- a/docs/com/textkernel/tx/models/api/jobdescription/package-use.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.jobdescription | -- |
| Class and Description | -
|---|
| GenerateJobRequest | -
| GenerateJobResponse | -
| SuggestSkillsFromJobTitleResponse
- Response body for a 'Suggest Skills from Job Title' response
- |
-
| Class and Description | -
|---|
| GenerateJobSkill | -
| JobTone
- Tone to use when generating job descriptions
- |
-
| SkillPriority
- Priority of skills for generating job descriptions
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/BaseScoredResponseValue.html b/docs/com/textkernel/tx/models/api/matching/BaseScoredResponseValue.html deleted file mode 100644 index 42d080f1d..000000000 --- a/docs/com/textkernel/tx/models/api/matching/BaseScoredResponseValue.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - -public class BaseScoredResponseValue<T> -extends BaseSearchMatchResponseValue<T>-
| Modifier and Type | -Field and Description | -
|---|---|
CategoryWeights |
-AppliedCategoryWeights
-The weights that were actually used for scoring.
- |
-
CategoryWeights |
-SuggestedCategoryWeights
-The weights suggested based solely on the data in the source document.
- |
-
CurrentCount, Matches, TotalCount| Constructor and Description | -
|---|
BaseScoredResponseValue() |
-
public CategoryWeights SuggestedCategoryWeights-
NOTE: these should only be used as a fallback or initial value. Your system/users - should have the ability to adjust/override these (in the PreferredCategoryWeights in the request) - -
- See also:
public CategoryWeights AppliedCategoryWeights-
SuggestedCategoryWeights- See also:
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/BaseSearchMatchResponseValue.html b/docs/com/textkernel/tx/models/api/matching/BaseSearchMatchResponseValue.html deleted file mode 100644 index 4daa1b0b1..000000000 --- a/docs/com/textkernel/tx/models/api/matching/BaseSearchMatchResponseValue.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - -public class BaseSearchMatchResponseValue<T> -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
int |
-CurrentCount
-The number of results returned in this response
- |
-
List<T> |
-Matches
-The list of matches for the search/match
- |
-
int |
-TotalCount
-The total number of results that fit the query/criteria
- |
-
| Constructor and Description | -
|---|
BaseSearchMatchResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/CategoryWeights.html b/docs/com/textkernel/tx/models/api/matching/CategoryWeights.html deleted file mode 100644 index c137b9647..000000000 --- a/docs/com/textkernel/tx/models/api/matching/CategoryWeights.html +++ /dev/null @@ -1,519 +0,0 @@ - - - - - - -public class CategoryWeights -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
double |
-Certifications
-The weight of the Certifications category relative to other categories.
- |
-
boolean |
-CertificationsHasData
-If
-false, the Certifications category has no data and should be ignored/hidden. |
-
double |
-Education
-The weight of the Education category relative to other categories.
- |
-
boolean |
-EducationHasData
-If
-false, the Education category has no data and should be ignored/hidden. |
-
double |
-ExecutiveType
-The weight of the ExecutiveType category relative to other categories.
- |
-
boolean |
-ExecutiveTypeHasData
-If
-false, the ExecutiveType category has no data and should be ignored/hidden. |
-
double |
-Industries
-The weight of the Industries/Taxonomies category relative to other categories.
- |
-
boolean |
-IndustriesHasData
-If
-false, the Industries/Taxonomies category has no data and should be ignored/hidden. |
-
double |
-JobTitles
-The weight of the JobTitles category relative to other categories.
- |
-
boolean |
-JobTitlesHasData
-If
-false, the JobTitles category has no data and should be ignored/hidden. |
-
double |
-Languages
-The weight of the Languages category relative to other categories.
- |
-
boolean |
-LanguagesHasData
-If
-false, the Languages category has no data and should be ignored/hidden. |
-
double |
-ManagementLevel
-The weight of the ManagementLevel category relative to other categories.
- |
-
boolean |
-ManagementLevelHasData
-If
-false, the ManagementLevel category has no data and should be ignored/hidden. |
-
double |
-Skills
-The weight of the Skills category relative to other categories.
- |
-
boolean |
-SkillsHasData
-If
-false, the Skills category has no data and should be ignored/hidden. |
-
| Constructor and Description | -
|---|
CategoryWeights() |
-
public double Education-
public double JobTitles-
public double Skills-
public double Industries-
public double Languages-
public double Certifications-
public double ExecutiveType-
public double ManagementLevel-
public boolean EducationHasData-
false, the Education category has no data and should be ignored/hidden.public boolean JobTitlesHasData-
false, the JobTitles category has no data and should be ignored/hidden.public boolean SkillsHasData-
false, the Skills category has no data and should be ignored/hidden.public boolean IndustriesHasData-
false, the Industries/Taxonomies category has no data and should be ignored/hidden.public boolean LanguagesHasData-
false, the Languages category has no data and should be ignored/hidden.public boolean CertificationsHasData-
false, the Certifications category has no data and should be ignored/hidden.public boolean ExecutiveTypeHasData-
false, the ExecutiveType category has no data and should be ignored/hidden.public boolean ManagementLevelHasData-
false, the ManagementLevel category has no data and should be ignored/hidden.Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/MatchJobRequest.html b/docs/com/textkernel/tx/models/api/matching/MatchJobRequest.html deleted file mode 100644 index f595485d9..000000000 --- a/docs/com/textkernel/tx/models/api/matching/MatchJobRequest.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class MatchJobRequest -extends MatchRequest-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedJob |
-JobData
-The job to match.
- |
-
PreferredCategoryWeights, TakeFilterCriteria, IndexIdsToSearchInto, Settings| Constructor and Description | -
|---|
MatchJobRequest() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/MatchResponse.html b/docs/com/textkernel/tx/models/api/matching/MatchResponse.html deleted file mode 100644 index 993a022c6..000000000 --- a/docs/com/textkernel/tx/models/api/matching/MatchResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class MatchResponse -extends ApiResponse<MatchResponseValue>-
Info, Value| Constructor and Description | -
|---|
MatchResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/MatchResponseValue.html b/docs/com/textkernel/tx/models/api/matching/MatchResponseValue.html deleted file mode 100644 index 2aed665f7..000000000 --- a/docs/com/textkernel/tx/models/api/matching/MatchResponseValue.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - -public class MatchResponseValue -extends BaseScoredResponseValue<MatchResult>-
ApiResponse.Value from a Match responseAppliedCategoryWeights, SuggestedCategoryWeightsCurrentCount, Matches, TotalCount| Constructor and Description | -
|---|
MatchResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/MatchResumeRequest.html b/docs/com/textkernel/tx/models/api/matching/MatchResumeRequest.html deleted file mode 100644 index b8526164a..000000000 --- a/docs/com/textkernel/tx/models/api/matching/MatchResumeRequest.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class MatchResumeRequest -extends MatchRequest-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedResume |
-ResumeData
-The resume to match.
- |
-
PreferredCategoryWeights, TakeFilterCriteria, IndexIdsToSearchInto, Settings| Constructor and Description | -
|---|
MatchResumeRequest() |
-
public ParsedResume ResumeData-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/SearchRequest.html b/docs/com/textkernel/tx/models/api/matching/SearchRequest.html deleted file mode 100644 index ff4ef2b45..000000000 --- a/docs/com/textkernel/tx/models/api/matching/SearchRequest.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class SearchRequest -extends SearchMatchRequestBase-
| Modifier and Type | -Field and Description | -
|---|---|
PaginationSettings |
-PaginationSettings
-Used to choose which results to return from the list.
- |
-
FilterCriteria, IndexIdsToSearchInto, Settings| Constructor and Description | -
|---|
SearchRequest() |
-
public PaginationSettings PaginationSettings-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/SearchResponse.html b/docs/com/textkernel/tx/models/api/matching/SearchResponse.html deleted file mode 100644 index 372eb7e69..000000000 --- a/docs/com/textkernel/tx/models/api/matching/SearchResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class SearchResponse -extends ApiResponse<SearchResponseValue>-
Info, Value| Constructor and Description | -
|---|
SearchResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/SearchResponseValue.html b/docs/com/textkernel/tx/models/api/matching/SearchResponseValue.html deleted file mode 100644 index 7a7e7e55f..000000000 --- a/docs/com/textkernel/tx/models/api/matching/SearchResponseValue.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - -public class SearchResponseValue -extends BaseSearchMatchResponseValue<SearchResult>-
ApiResponse.Value from a Search responseCurrentCount, Matches, TotalCount| Constructor and Description | -
|---|
SearchResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/class-use/BaseScoredResponseValue.html b/docs/com/textkernel/tx/models/api/matching/class-use/BaseScoredResponseValue.html deleted file mode 100644 index a06683bca..000000000 --- a/docs/com/textkernel/tx/models/api/matching/class-use/BaseScoredResponseValue.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.matching | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-BimetricScoreResponseValue
-The
-ApiResponse.Value from a 'BimetricScore' response |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-MatchResponseValue
-The
-ApiResponse.Value from a Match response |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/class-use/BaseSearchMatchResponseValue.html b/docs/com/textkernel/tx/models/api/matching/class-use/BaseSearchMatchResponseValue.html deleted file mode 100644 index 319ff8e2d..000000000 --- a/docs/com/textkernel/tx/models/api/matching/class-use/BaseSearchMatchResponseValue.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.matching | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-BimetricScoreResponseValue
-The
-ApiResponse.Value from a 'BimetricScore' response |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-BaseScoredResponseValue<T>
-A base class for all scored responses
- |
-
class |
-MatchResponseValue
-The
-ApiResponse.Value from a Match response |
-
class |
-SearchResponseValue
-The
-ApiResponse.Value from a Search response |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/class-use/CategoryWeights.html b/docs/com/textkernel/tx/models/api/matching/class-use/CategoryWeights.html deleted file mode 100644 index 1141c31c7..000000000 --- a/docs/com/textkernel/tx/models/api/matching/class-use/CategoryWeights.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.matching | -- |
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
<TTarget extends IParsedDocWithId> |
-TxClient.bimetricScore(ParsedJobWithId sourceJob,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source job
- |
-
<TTarget extends IParsedDocWithId> |
-TxUIClient.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> |
-TxClient.bimetricScore(ParsedResumeWithId sourceResume,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source resume
- |
-
<TTarget extends IParsedDocWithId> |
-TxUIClient.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
- |
-
MatchResponse |
-TxClient.match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed job.
- |
-
GenerateUIResponse |
-TxUIClient.match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Create a Matching UI session to find matches for a non-indexed job.
- |
-
MatchResponse |
-TxClient.match(ParsedResume resume,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed resume.
- |
-
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(String indexId,
- String documentId,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a resume or job that is already indexed
- |
-
GenerateUIResponse |
-TxUIClient.match(String indexId,
- String documentId,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Create a Matching UI session to find matches for a resume or job that is already indexed
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
CategoryWeights |
-BimetricScoreRequest.PreferredCategoryWeights
-The weights you want to use for scoring.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
CategoryWeights |
-BaseScoredResponseValue.AppliedCategoryWeights
-The weights that were actually used for scoring.
- |
-
CategoryWeights |
-BaseScoredResponseValue.SuggestedCategoryWeights
-The weights suggested based solely on the data in the source document.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
CategoryWeights |
-MatchRequest.PreferredCategoryWeights
-The weights you want to use for scoring.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/class-use/MatchJobRequest.html b/docs/com/textkernel/tx/models/api/matching/class-use/MatchJobRequest.html deleted file mode 100644 index c5cd0768b..000000000 --- a/docs/com/textkernel/tx/models/api/matching/class-use/MatchJobRequest.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Constructor and Description | -
|---|
UIMatchJobRequest(MatchJobRequest request,
- MatchUISettings settings) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/class-use/MatchResponse.html b/docs/com/textkernel/tx/models/api/matching/class-use/MatchResponse.html deleted file mode 100644 index b7a1a2b7b..000000000 --- a/docs/com/textkernel/tx/models/api/matching/class-use/MatchResponse.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
MatchResponse |
-TxClient.match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed job.
- |
-
MatchResponse |
-TxClient.match(ParsedResume resume,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed resume.
- |
-
MatchResponse |
-TxClient.match(String indexId,
- String documentId,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a resume or job that is already indexed
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/class-use/MatchResponseValue.html b/docs/com/textkernel/tx/models/api/matching/class-use/MatchResponseValue.html deleted file mode 100644 index 0dfd4a86f..000000000 --- a/docs/com/textkernel/tx/models/api/matching/class-use/MatchResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/class-use/MatchResumeRequest.html b/docs/com/textkernel/tx/models/api/matching/class-use/MatchResumeRequest.html deleted file mode 100644 index dd25839b2..000000000 --- a/docs/com/textkernel/tx/models/api/matching/class-use/MatchResumeRequest.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Constructor and Description | -
|---|
UIMatchResumeRequest(MatchResumeRequest request,
- MatchUISettings settings) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/class-use/SearchRequest.html b/docs/com/textkernel/tx/models/api/matching/class-use/SearchRequest.html deleted file mode 100644 index 3474cbb69..000000000 --- a/docs/com/textkernel/tx/models/api/matching/class-use/SearchRequest.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Constructor and Description | -
|---|
UISearchRequest(SearchRequest request,
- MatchUISettings settings) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/class-use/SearchResponse.html b/docs/com/textkernel/tx/models/api/matching/class-use/SearchResponse.html deleted file mode 100644 index 13ac9c448..000000000 --- a/docs/com/textkernel/tx/models/api/matching/class-use/SearchResponse.html +++ /dev/null @@ -1,171 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
SearchResponse |
-TxClient.search(List<String> indexesToQuery,
- FilterCriteria query,
- SearchMatchSettings settings,
- PaginationSettings pagination)
-Search for resumes or jobs that meet specific criteria
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/class-use/SearchResponseValue.html b/docs/com/textkernel/tx/models/api/matching/class-use/SearchResponseValue.html deleted file mode 100644 index 9ef89c8de..000000000 --- a/docs/com/textkernel/tx/models/api/matching/class-use/SearchResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/package-frame.html b/docs/com/textkernel/tx/models/api/matching/package-frame.html deleted file mode 100644 index 429be8a73..000000000 --- a/docs/com/textkernel/tx/models/api/matching/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| BaseScoredResponseValue<T> | -
- A base class for all scored responses
- |
-
| BaseSearchMatchResponseValue<T> | -
- Base class for searches/matches response values
- |
-
| CategoryWeights | -
- Weights for each category used in matching/scoring
- |
-
| MatchJobRequest | -
- Request body for a Match request
- |
-
| MatchResponse | -
- The response body from a Match API call
- |
-
| MatchResponseValue | -
- The
-ApiResponse.Value from a Match response |
-
| MatchResumeRequest | -
- Request body for a Match request
- |
-
| SearchRequest | -
- Request body for a search request
- |
-
| SearchResponse | -
- The response body from a Search API call
- |
-
| SearchResponseValue | -
- The
-ApiResponse.Value from a Search response |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/package-tree.html b/docs/com/textkernel/tx/models/api/matching/package-tree.html deleted file mode 100644 index d5e414aee..000000000 --- a/docs/com/textkernel/tx/models/api/matching/package-tree.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/package-use.html b/docs/com/textkernel/tx/models/api/matching/package-use.html deleted file mode 100644 index d5ba05063..000000000 --- a/docs/com/textkernel/tx/models/api/matching/package-use.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.matching | -- |
| com.textkernel.tx.models.api.matching.request | -- |
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Class and Description | -
|---|
| CategoryWeights
- Weights for each category used in matching/scoring
- |
-
| MatchResponse
- The response body from a Match API call
- |
-
| SearchResponse
- The response body from a Search API call
- |
-
| Class and Description | -
|---|
| BaseScoredResponseValue
- A base class for all scored responses
- |
-
| BaseSearchMatchResponseValue
- Base class for searches/matches response values
- |
-
| CategoryWeights
- Weights for each category used in matching/scoring
- |
-
| Class and Description | -
|---|
| BaseScoredResponseValue
- A base class for all scored responses
- |
-
| BaseSearchMatchResponseValue
- Base class for searches/matches response values
- |
-
| CategoryWeights
- Weights for each category used in matching/scoring
- |
-
| Class and Description | -
|---|
| CategoryWeights
- Weights for each category used in matching/scoring
- |
-
| Class and Description | -
|---|
| MatchJobRequest
- Request body for a Match request
- |
-
| MatchResumeRequest
- Request body for a Match request
- |
-
| SearchRequest
- Request body for a search request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/DistanceUnit.html b/docs/com/textkernel/tx/models/api/matching/request/DistanceUnit.html deleted file mode 100644 index 0bc46a4a2..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/DistanceUnit.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - -public enum DistanceUnit -extends Enum<DistanceUnit>-
| Enum Constant and Description | -
|---|
Kilometers |
-
Miles |
-
| Modifier and Type | -Method and Description | -
|---|---|
static DistanceUnit |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static DistanceUnit[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
public static final DistanceUnit Miles-
public static final DistanceUnit Kilometers-
public static DistanceUnit[] values()-
-for (DistanceUnit c : DistanceUnit.values()) - System.out.println(c); -
public static DistanceUnit valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/FilterCriteria.html b/docs/com/textkernel/tx/models/api/matching/request/FilterCriteria.html deleted file mode 100644 index 8bb4efaa7..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/FilterCriteria.html +++ /dev/null @@ -1,884 +0,0 @@ - - - - - - -public class FilterCriteria -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
IntegerRange |
-AverageMonthsPerEmployer
-Results much have
-ExperienceSummary.AverageMonthsPerEmployer within this range. |
-
List<String> |
-Certifications
-Results must have at least one of the specified certifications.
- |
-
String |
-CurrentManagementLevel
-Results must currently have at least one of the following management levels:
-
- None
- Low
- Mid
- High
-
- |
-
List<String> |
-DegreeNames
-Results must have at least one of the specified degree names.
- |
-
List<String> |
-DegreeTypes
-Results must have at least one of the specified degree types.
- |
-
List<String> |
-DocumentIds
-Results must have one of the specified document ids (case-insensitive).
- |
-
List<String> |
-DocumentLanguages
-Results must be written in one of the specified languages.
- |
-
List<String> |
-Employers
-Results must have at least one of the specified employers.
- |
-
boolean |
-EmployersMustAllBeCurrentEmployer
-When
-true, at least one employer in Employers must be found in the current time frame. |
-
List<String> |
-ExecutiveType
-Results must have at least one of the following types of executive experience:
-
- None
- Executive
- Admin
- Accounting
- Operations
- Financial
- Marketing
- Business_Dev
- IT
- General
- Learning
-
- |
-
boolean |
-HasPatents
-If
-true, results must have/require patent experience. |
-
boolean |
-HasSecurityCredentials
-If
-true, results must have/require security credentials. |
-
boolean |
-IsAuthor
-If
-true, results must have/require experience as an author. |
-
boolean |
-IsCurrentStudent
-Results must have an education section listed as '- current'.
- |
-
boolean |
-IsMilitary
-If
-true, results must have/require military experience. |
-
boolean |
-IsPublicSpeaker
-If
-true, results must have/require public speaking experience. |
-
boolean |
-IsRecentGraduate
-Results must have graduated within the last 18 months.
- |
-
boolean |
-IsTopStudent
-Results must have an education with a normalized GPA of .75 or higher (for example, 3.0/4.0 or higher).
- |
-
IntegerRange |
-JobPredictiveIndex
-Results much have
-ExperienceSummary.FulltimeDirectHirePredictiveIndex within this range. |
-
List<JobTitleFilter> |
-JobTitles
-Results must have at least one of the specified job titles.
- |
-
List<String> |
-LanguagesKnown
-Results must have/require these language competencies (2-letter ISO 639-1 language codes).
- |
-
boolean |
-LanguagesKnownMustAllExist
-When
-true, all of the languages in LanguagesKnown must be found. |
-
LocationCriteria |
-LocationCriteria
-Use to filter results based on location.
- |
-
IntegerRange |
-MonthsExperience
-When specified, total work experience must fall within this range.
- |
-
IntegerRange |
-MonthsManagementExperience
-Results must have management experience within this months range.
- |
-
RevisionDateRange |
-RevisionDateRange
-When specified, the revision date of documents must fall within this range.
- |
-
List<String> |
-SchoolNames
-Results must have at least one of the specified school names.
- |
-
String |
-SearchExpression
-Full-text boolean semantic expresion.
- |
-
List<String> |
-SecurityCredentials
-Results must have/require at least one of the security credentials specified.
- |
-
List<SkillFilter> |
-Skills
-Results must have/require at least one of the specified skills.
- |
-
boolean |
-SkillsMustAllExist
-When
-true, all of the skills in Skills must be found. |
-
List<String> |
-Taxonomies
-Results must contain at least one of the specified best-fit taxonomy IDs or best-fit subtaxonomy IDs.
- |
-
List<String> |
-UserDefinedTags
-List of user-defined tags.
- |
-
boolean |
-UserDefinedTagsMustAllExist
-When
-true, all of the user-defined tags in UserDefinedTags must be found. |
-
| Constructor and Description | -
|---|
FilterCriteria() |
-
public RevisionDateRange RevisionDateRange-
public List<String> DocumentIds-
public List<String> UserDefinedTags-
UserDefinedTagsMustAllExistpublic boolean UserDefinedTagsMustAllExist-
true, all of the user-defined tags in UserDefinedTags must be found.
- By default, this is false, which means that at least one of the UserDefinedTags must be found.public LocationCriteria LocationCriteria-
public String SearchExpression-
public boolean HasPatents-
true, results must have/require patent experience.public boolean HasSecurityCredentials-
true, results must have/require security credentials.public List<String> SecurityCredentials-
public boolean IsAuthor-
true, results must have/require experience as an author.public boolean IsPublicSpeaker-
true, results must have/require public speaking experience.public boolean IsMilitary-
true, results must have/require military experience.public List<String> SchoolNames-
public List<String> DegreeNames-
public List<String> DegreeTypes-
public List<String> Employers-
public boolean EmployersMustAllBeCurrentEmployer-
true, at least one employer in Employers must be found in the current time frame.public IntegerRange MonthsExperience-
public List<String> DocumentLanguages-
public List<SkillFilter> Skills-
public boolean SkillsMustAllExist- -
public boolean IsTopStudent-
public boolean IsCurrentStudent-
public boolean IsRecentGraduate-
public List<JobTitleFilter> JobTitles-
public List<String> ExecutiveType-
public List<String> Certifications-
public IntegerRange MonthsManagementExperience-
public String CurrentManagementLevel-
public List<String> LanguagesKnown-
Either all or at least one are required depending on the value of LanguagesKnownMustAllExist
public boolean LanguagesKnownMustAllExist-
true, all of the languages in LanguagesKnown must be found.
- By default, this is false, which means that only one of the LanguagesKnown must be found.public List<String> Taxonomies-
public IntegerRange AverageMonthsPerEmployer-
ExperienceSummary.AverageMonthsPerEmployer within this range.
- Only applicable for resumes; setting this when filtering jobs will cause an error.public IntegerRange JobPredictiveIndex-
ExperienceSummary.FulltimeDirectHirePredictiveIndex within this range.
- Only applicable for resumes; setting this when filtering jobs will cause an error.Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/FilterLocation.html b/docs/com/textkernel/tx/models/api/matching/request/FilterLocation.html deleted file mode 100644 index 2182f1d96..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/FilterLocation.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - -public class FilterLocation -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-CountryCode
-The 2-letter ISO 3166 country code
- |
-
GeoCoordinates |
-GeoPoint
-The geocordinates to be used in the location
- |
-
String |
-Municipality
-The City/Municipality/Town
- |
-
String |
-PostalCode
-The Postal or Zip code
- |
-
String |
-Region
-The Region/District/State
- |
-
| Constructor and Description | -
|---|
FilterLocation() |
-
public String CountryCode-
public String PostalCode-
public String Region-
public String Municipality-
public GeoCoordinates GeoPoint-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/IntegerRange.html b/docs/com/textkernel/tx/models/api/matching/request/IntegerRange.html deleted file mode 100644 index 967f2ced3..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/IntegerRange.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class IntegerRange -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
int |
-Maximum
-The maximum for this range
- |
-
int |
-Minimum
-The minimum for this range
- |
-
| Constructor and Description | -
|---|
IntegerRange() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/JobTitleFilter.html b/docs/com/textkernel/tx/models/api/matching/request/JobTitleFilter.html deleted file mode 100644 index 2454a09a3..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/JobTitleFilter.html +++ /dev/null @@ -1,296 +0,0 @@ - - - - - - -public class JobTitleFilter -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-IsCurrent
-Whether or not the job title must be a current job title
- |
-
String |
-Title
-The name of the Job Title.
- |
-
| Constructor and Description | -
|---|
JobTitleFilter() |
-
public String Title-
public boolean IsCurrent-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/LocationCriteria.html b/docs/com/textkernel/tx/models/api/matching/request/LocationCriteria.html deleted file mode 100644 index c659fb01b..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/LocationCriteria.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - -public class LocationCriteria -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
Integer |
-Distance
-The distance from
-Locations within which to find results. |
-
DistanceUnit |
-DistanceUnit
-The units for the specified distance.
- |
-
GeocodeProvider |
-GeocodeProvider
-The provider to lookup latitude/longitude if they are not specified.
- |
-
String |
-GeocodeProviderKey
-Your private API key for the geocoding provider.
- |
-
List<FilterLocation> |
-Locations
-Results must be found within a certain distance of one of these specified locations.
- |
-
| Constructor and Description | -
|---|
LocationCriteria() |
-
public List<FilterLocation> Locations-
public DistanceUnit DistanceUnit-
public GeocodeProvider GeocodeProvider-
GeocodeProvider.Bing
- you must specify your GeocodeProviderKeypublic String GeocodeProviderKey-
GeocodeProvider.Bing you must specify your own API key.
- If using GeocodeProvider.Google, you can optionally provide your own API key
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/MatchByDocumentIdOptions.html b/docs/com/textkernel/tx/models/api/matching/request/MatchByDocumentIdOptions.html deleted file mode 100644 index 11f19ce9e..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/MatchByDocumentIdOptions.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - -public class MatchByDocumentIdOptions -extends MatchRequest-
PreferredCategoryWeights, TakeFilterCriteria, IndexIdsToSearchInto, Settings| Constructor and Description | -
|---|
MatchByDocumentIdOptions() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/MatchRequest.html b/docs/com/textkernel/tx/models/api/matching/request/MatchRequest.html deleted file mode 100644 index 12f46f66f..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/MatchRequest.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - - - -public class MatchRequest -extends SearchMatchRequestBase-
| Modifier and Type | -Field and Description | -
|---|---|
CategoryWeights |
-PreferredCategoryWeights
-The weights you want to use for scoring.
- |
-
int |
-Take
-The number of results to return.
- |
-
FilterCriteria, IndexIdsToSearchInto, Settings| Constructor and Description | -
|---|
MatchRequest() |
-
public int Take-
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. -
- See also: BaseScoredResponseValue.AppliedCategoryWeights
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/PaginationSettings.html b/docs/com/textkernel/tx/models/api/matching/request/PaginationSettings.html deleted file mode 100644 index 0366ec6af..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/PaginationSettings.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class PaginationSettings -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
Integer |
-Skip
-How many results to skip.
- |
-
Integer |
-Take
-How many results to return
- |
-
| Constructor and Description | -
|---|
PaginationSettings() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/RevisionDateRange.html b/docs/com/textkernel/tx/models/api/matching/request/RevisionDateRange.html deleted file mode 100644 index 3ceeb4f29..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/RevisionDateRange.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class RevisionDateRange -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Maximum
-the maximum (most recent) date in ISO 8601 (yyyy-MM-dd) format
- |
-
String |
-Minimum
-the minimum (oldest) date in ISO 8601 (yyyy-MM-dd) format
- |
-
| Constructor and Description | -
|---|
RevisionDateRange() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/SearchMatchRequestBase.html b/docs/com/textkernel/tx/models/api/matching/request/SearchMatchRequestBase.html deleted file mode 100644 index fab900809..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/SearchMatchRequestBase.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - -public abstract class SearchMatchRequestBase -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
FilterCriteria |
-FilterCriteria
-Required criteria for the result set.
- |
-
List<String> |
-IndexIdsToSearchInto
-The ids of the indexes in which you want to find results (case-insensitive).
- |
-
SearchMatchSettings |
-Settings
-The settings to use during searching/matching queries
- |
-
| Constructor and Description | -
|---|
SearchMatchRequestBase() |
-
public List<String> IndexIdsToSearchInto-
public SearchMatchSettings Settings-
public FilterCriteria FilterCriteria-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/SearchMatchSettings.html b/docs/com/textkernel/tx/models/api/matching/request/SearchMatchSettings.html deleted file mode 100644 index 4462b254f..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/SearchMatchSettings.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - -public class SearchMatchSettings -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-NormalizeJobTitles
-Normalize the first three job titles specified in
-FilterCriteria.JobTitles and automatically include them in the query
- (additional charges apply). |
-
String |
-NormalizeJobTitlesLanguage
-Specify the language (ISO 639-1 code) of the Job Title to be normalized.
- |
-
boolean |
-PositionTitlesMustHaveAnExactMatch
-Set to
-true to turn off variation matches in job titles. |
-
| Constructor and Description | -
|---|
SearchMatchSettings() |
-
public boolean PositionTitlesMustHaveAnExactMatch-
true to turn off variation matches in job titles.public boolean NormalizeJobTitles-
FilterCriteria.JobTitles and automatically include them in the query
- (additional charges apply).
-
- You will only benefit from using this parameter if the data in your index was parsed with ProfessionsSettings.Normalize enabled.
-
- Normalized job titles help identify more matches by looking beyond the exact job title. Normalization uses lists - of synonyms behind the scenes. For example, a search for "HR Advisor" will also return results for "Human Resources Consultant". -
- When matching, the normalized job title is automatically included in the query if the data in your index was parsed with ProfessionsSettings.Normalize enabled.
public String NormalizeJobTitlesLanguage-
en. See list of supoprted languages.Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/SkillExperienceLevel.html b/docs/com/textkernel/tx/models/api/matching/request/SkillExperienceLevel.html deleted file mode 100644 index dcd5d3634..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/SkillExperienceLevel.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - -public enum SkillExperienceLevel -extends Enum<SkillExperienceLevel>-
| Enum Constant and Description | -
|---|
High
-7+ years
- |
-
Low
-0-3 years
- |
-
Mid
-4-6 years
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static SkillExperienceLevel |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static SkillExperienceLevel[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
public static final SkillExperienceLevel Low-
public static final SkillExperienceLevel Mid-
public static final SkillExperienceLevel High-
public static SkillExperienceLevel[] values()-
-for (SkillExperienceLevel c : SkillExperienceLevel.values()) - System.out.println(c); -
public static SkillExperienceLevel valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/SkillFilter.html b/docs/com/textkernel/tx/models/api/matching/request/SkillFilter.html deleted file mode 100644 index 6198c1737..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/SkillFilter.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - -public class SkillFilter -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
SkillExperienceLevel |
-ExperienceLevel
-The experience level of the skill
- |
-
boolean |
-IsCurrent
-Whether or not the skill must be a current skill
- |
-
String |
-SkillName
-The name of the skill.
- |
-
| Constructor and Description | -
|---|
SkillFilter() |
-
public String SkillName-
public SkillExperienceLevel ExperienceLevel-
public boolean IsCurrent-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/DistanceUnit.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/DistanceUnit.html deleted file mode 100644 index 3d8e5ef07..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/DistanceUnit.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Field and Description | -
|---|---|
DistanceUnit |
-LocationCriteria.DistanceUnit
-The units for the specified distance.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static DistanceUnit |
-DistanceUnit.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static DistanceUnit[] |
-DistanceUnit.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/FilterCriteria.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/FilterCriteria.html deleted file mode 100644 index 5e6981893..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/FilterCriteria.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
MatchResponse |
-TxClient.match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed job.
- |
-
GenerateUIResponse |
-TxUIClient.match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Create a Matching UI session to find matches for a non-indexed job.
- |
-
MatchResponse |
-TxClient.match(ParsedResume resume,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed resume.
- |
-
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(String indexId,
- String documentId,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a resume or job that is already indexed
- |
-
GenerateUIResponse |
-TxUIClient.match(String indexId,
- String documentId,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Create a Matching UI session to find matches for a resume or job that is already indexed
- |
-
SearchResponse |
-TxClient.search(List<String> indexesToQuery,
- FilterCriteria query,
- SearchMatchSettings settings,
- PaginationSettings pagination)
-Search for resumes or jobs that meet specific criteria
- |
-
GenerateUIResponse |
-TxUIClient.search(List<String> indexesToQuery,
- FilterCriteria query,
- SearchMatchSettings settings,
- PaginationSettings pagination)
-Create a Matching UI session to search for resumes or jobs that meet specific criteria
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
FilterCriteria |
-SearchMatchRequestBase.FilterCriteria
-Required criteria for the result set.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/FilterLocation.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/FilterLocation.html deleted file mode 100644 index 1ff08b95c..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/FilterLocation.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<FilterLocation> |
-LocationCriteria.Locations
-Results must be found within a certain distance of one of these specified locations.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/IntegerRange.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/IntegerRange.html deleted file mode 100644 index 3e34c199c..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/IntegerRange.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Field and Description | -
|---|---|
IntegerRange |
-FilterCriteria.AverageMonthsPerEmployer
-Results much have
-ExperienceSummary.AverageMonthsPerEmployer within this range. |
-
IntegerRange |
-FilterCriteria.JobPredictiveIndex
-Results much have
-ExperienceSummary.FulltimeDirectHirePredictiveIndex within this range. |
-
IntegerRange |
-FilterCriteria.MonthsExperience
-When specified, total work experience must fall within this range.
- |
-
IntegerRange |
-FilterCriteria.MonthsManagementExperience
-Results must have management experience within this months range.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/JobTitleFilter.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/JobTitleFilter.html deleted file mode 100644 index 3f0773192..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/JobTitleFilter.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<JobTitleFilter> |
-FilterCriteria.JobTitles
-Results must have at least one of the specified job titles.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/LocationCriteria.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/LocationCriteria.html deleted file mode 100644 index e6be2aefe..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/LocationCriteria.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Field and Description | -
|---|---|
LocationCriteria |
-FilterCriteria.LocationCriteria
-Use to filter results based on location.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/MatchByDocumentIdOptions.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/MatchByDocumentIdOptions.html deleted file mode 100644 index 29ecce13b..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/MatchByDocumentIdOptions.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Constructor and Description | -
|---|
UIMatchByDocumentIdOptions(MatchByDocumentIdOptions options,
- MatchUISettings settings) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/MatchRequest.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/MatchRequest.html deleted file mode 100644 index cbb41ce26..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/MatchRequest.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching | -- |
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-MatchJobRequest
-Request body for a Match request
- |
-
class |
-MatchResumeRequest
-Request body for a Match request
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-MatchByDocumentIdOptions
-Request body for a Match request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/PaginationSettings.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/PaginationSettings.html deleted file mode 100644 index 3421379c9..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/PaginationSettings.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.matching | -- |
| Modifier and Type | -Method and Description | -
|---|---|
SearchResponse |
-TxClient.search(List<String> indexesToQuery,
- FilterCriteria query,
- SearchMatchSettings settings,
- PaginationSettings pagination)
-Search for resumes or jobs that meet specific criteria
- |
-
GenerateUIResponse |
-TxUIClient.search(List<String> indexesToQuery,
- FilterCriteria query,
- SearchMatchSettings settings,
- PaginationSettings pagination)
-Create a Matching UI session to search for resumes or jobs that meet specific criteria
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
PaginationSettings |
-SearchRequest.PaginationSettings
-Used to choose which results to return from the list.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/RevisionDateRange.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/RevisionDateRange.html deleted file mode 100644 index b2ed4515b..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/RevisionDateRange.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Field and Description | -
|---|---|
RevisionDateRange |
-FilterCriteria.RevisionDateRange
-When specified, the revision date of documents must fall within this range.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/SearchMatchRequestBase.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/SearchMatchRequestBase.html deleted file mode 100644 index 015a63847..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/SearchMatchRequestBase.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching | -- |
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-MatchJobRequest
-Request body for a Match request
- |
-
class |
-MatchResumeRequest
-Request body for a Match request
- |
-
class |
-SearchRequest
-Request body for a search request
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-MatchByDocumentIdOptions
-Request body for a Match request
- |
-
class |
-MatchRequest
-Request body for a Match request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/SearchMatchSettings.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/SearchMatchSettings.html deleted file mode 100644 index 3c2a9ddb3..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/SearchMatchSettings.html +++ /dev/null @@ -1,332 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
<TTarget extends IParsedDocWithId> |
-TxClient.bimetricScore(ParsedJobWithId sourceJob,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source job
- |
-
<TTarget extends IParsedDocWithId> |
-TxUIClient.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> |
-TxClient.bimetricScore(ParsedResumeWithId sourceResume,
- List<TTarget> targetDocuments,
- CategoryWeights preferredWeights,
- SearchMatchSettings settings)
-Score one or more target documents against a source resume
- |
-
<TTarget extends IParsedDocWithId> |
-TxUIClient.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
- |
-
MatchResponse |
-TxClient.match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed job.
- |
-
GenerateUIResponse |
-TxUIClient.match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Create a Matching UI session to find matches for a non-indexed job.
- |
-
MatchResponse |
-TxClient.match(ParsedResume resume,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed resume.
- |
-
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(String indexId,
- String documentId,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a resume or job that is already indexed
- |
-
GenerateUIResponse |
-TxUIClient.match(String indexId,
- String documentId,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Create a Matching UI session to find matches for a resume or job that is already indexed
- |
-
SearchResponse |
-TxClient.search(List<String> indexesToQuery,
- FilterCriteria query,
- SearchMatchSettings settings,
- PaginationSettings pagination)
-Search for resumes or jobs that meet specific criteria
- |
-
GenerateUIResponse |
-TxUIClient.search(List<String> indexesToQuery,
- FilterCriteria query,
- SearchMatchSettings settings,
- PaginationSettings pagination)
-Create a Matching UI session to search for resumes or jobs that meet specific criteria
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
SearchMatchSettings |
-BimetricScoreRequest.Settings
-The settings to use during scoring calculations
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
SearchMatchSettings |
-SearchMatchRequestBase.Settings
-The settings to use during searching/matching queries
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/SkillExperienceLevel.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/SkillExperienceLevel.html deleted file mode 100644 index 79e05a092..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/SkillExperienceLevel.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Field and Description | -
|---|---|
SkillExperienceLevel |
-SkillFilter.ExperienceLevel
-The experience level of the skill
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static SkillExperienceLevel |
-SkillExperienceLevel.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static SkillExperienceLevel[] |
-SkillExperienceLevel.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/class-use/SkillFilter.html b/docs/com/textkernel/tx/models/api/matching/request/class-use/SkillFilter.html deleted file mode 100644 index a6221c44c..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/class-use/SkillFilter.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<SkillFilter> |
-FilterCriteria.Skills
-Results must have/require at least one of the specified skills.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/package-frame.html b/docs/com/textkernel/tx/models/api/matching/request/package-frame.html deleted file mode 100644 index d4c44b978..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/package-frame.html +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| FilterCriteria | -
- Criteria for filtering search/match results
- |
-
| FilterLocation | -
- A location used for filtering results by exact location or radius searching
- |
-
| IntegerRange | -
- A range of integers
- |
-
| JobTitleFilter | -
- Criteria for filtering on a specific job title
- |
-
| LocationCriteria | -
- Criteria for distance/range filtering
- |
-
| MatchByDocumentIdOptions | -
- Request body for a Match request
- |
-
| MatchRequest | -
- Request body for a Match request
- |
-
| PaginationSettings | -
- Settings for pagination of results
- |
-
| RevisionDateRange | -
- A range of revision dates in ISO 8601 (yyyy-MM-dd) format
- |
-
| SearchMatchRequestBase | -
- Base class for match/search requests
- |
-
| SearchMatchSettings | -
- Settings for searching/matching
- |
-
| SkillFilter | -
- Filter for a specific skill
- |
-
| Enum | -Description | -
|---|---|
| DistanceUnit | -
- Units for distance
- |
-
| SkillExperienceLevel | -
- Amount of experience obtained/required for a skill
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/package-tree.html b/docs/com/textkernel/tx/models/api/matching/request/package-tree.html deleted file mode 100644 index 6c9fb29a7..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/package-tree.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/request/package-use.html b/docs/com/textkernel/tx/models/api/matching/request/package-use.html deleted file mode 100644 index 194fc0598..000000000 --- a/docs/com/textkernel/tx/models/api/matching/request/package-use.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.matching | -- |
| com.textkernel.tx.models.api.matching.request | -- |
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Class and Description | -
|---|
| FilterCriteria
- Criteria for filtering search/match results
- |
-
| PaginationSettings
- Settings for pagination of results
- |
-
| SearchMatchSettings
- Settings for searching/matching
- |
-
| Class and Description | -
|---|
| SearchMatchSettings
- Settings for searching/matching
- |
-
| Class and Description | -
|---|
| MatchRequest
- Request body for a Match request
- |
-
| PaginationSettings
- Settings for pagination of results
- |
-
| SearchMatchRequestBase
- Base class for match/search requests
- |
-
| Class and Description | -
|---|
| DistanceUnit
- Units for distance
- |
-
| FilterCriteria
- Criteria for filtering search/match results
- |
-
| FilterLocation
- A location used for filtering results by exact location or radius searching
- |
-
| IntegerRange
- A range of integers
- |
-
| JobTitleFilter
- Criteria for filtering on a specific job title
- |
-
| LocationCriteria
- Criteria for distance/range filtering
- |
-
| MatchRequest
- Request body for a Match request
- |
-
| RevisionDateRange
- A range of revision dates in ISO 8601 (yyyy-MM-dd) format
- |
-
| SearchMatchRequestBase
- Base class for match/search requests
- |
-
| SearchMatchSettings
- Settings for searching/matching
- |
-
| SkillExperienceLevel
- Amount of experience obtained/required for a skill
- |
-
| SkillFilter
- Filter for a specific skill
- |
-
| Class and Description | -
|---|
| MatchByDocumentIdOptions
- Request body for a Match request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/CategoryScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/CategoryScoreData.html deleted file mode 100644 index 4319909b2..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/CategoryScoreData.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -public class CategoryScoreData -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<CategoryScoreEvidence> |
-Evidence
-Detailed written explanation about each data point found or not found.
- |
-
double |
-UnweightedScore
-An unweighted score from 0-100.
- |
-
| Constructor and Description | -
|---|
CategoryScoreData() |
-
public double UnweightedScore-
public List<CategoryScoreEvidence> Evidence-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/CategoryScoreEvidence.html b/docs/com/textkernel/tx/models/api/matching/response/CategoryScoreEvidence.html deleted file mode 100644 index 55c74b559..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/CategoryScoreEvidence.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - -public class CategoryScoreEvidence -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Fact
-Information regarding the outcome of one or more of the data points in the query.
- |
-
String |
-Type
-The sentiment of the
-Fact. |
-
| Constructor and Description | -
|---|
CategoryScoreEvidence() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/DocumentTaxonomies.html b/docs/com/textkernel/tx/models/api/matching/response/DocumentTaxonomies.html deleted file mode 100644 index 84f57d6c6..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/DocumentTaxonomies.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class DocumentTaxonomies -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
TaxonomyEvidence |
-Primary
-Best fit taxonomy (industry) evidence.
- |
-
TaxonomyEvidence |
-Secondary
-Second best fit taxonomy (industry) evidence.
- |
-
| Constructor and Description | -
|---|
DocumentTaxonomies() |
-
public TaxonomyEvidence Primary-
public TaxonomyEvidence Secondary-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/EducationScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/EducationScoreData.html deleted file mode 100644 index 5a4c60240..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/EducationScoreData.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - - - -public class EducationScoreData -extends CategoryScoreData-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-ActualEducation
-Actual level of education found.
- |
-
String |
-Comparison
-How the
-ActualEducation compares to the ExpectedEducation. |
-
String |
-ExpectedEducation
-Requested level of education.
- |
-
Evidence, UnweightedScore| Constructor and Description | -
|---|
EducationScoreData() |
-
public String ExpectedEducation-
public String ActualEducation-
public String Comparison-
ActualEducation compares to the ExpectedEducation. One of:
- Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/EnrichedScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/EnrichedScoreData.html deleted file mode 100644 index 5d56522d4..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/EnrichedScoreData.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -public class EnrichedScoreData -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
SimpleCategoryScoreData |
-Certifications
-Detailed match information for the Certifications category.
- |
-
EducationScoreData |
-Education
-Detailed match information for the Education category.
- |
-
SimpleCategoryScoreData |
-ExecutiveType
-Detailed match information for the ExecutiveType category.
- |
-
JobTitlesScoreData |
-JobTitles
-Detailed match information for the JobTitles category.
- |
-
SimpleCategoryScoreData |
-Languages
-Detailed match information for the Languages category.
- |
-
ManagementLevelScoreData |
-ManagementLevel
-Detailed match information for the ManagementLevel category.
- |
-
SkillsScoreData |
-Skills
-Detailed match information for the Skills category.
- |
-
TaxonomiesScoreData |
-Taxonomies
-Detailed match information for the Taxonomies category.
- |
-
| Constructor and Description | -
|---|
EnrichedScoreData() |
-
public SimpleCategoryScoreData Languages-
public SimpleCategoryScoreData Certifications-
public SimpleCategoryScoreData ExecutiveType-
public EducationScoreData Education-
public TaxonomiesScoreData Taxonomies-
public JobTitlesScoreData JobTitles-
public SkillsScoreData Skills-
public ManagementLevelScoreData ManagementLevel-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/FoundJobTitle.html b/docs/com/textkernel/tx/models/api/matching/response/FoundJobTitle.html deleted file mode 100644 index efd2ecec6..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/FoundJobTitle.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class FoundJobTitle -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-IsCurrent
-true when the job title found is in the current time-frame. |
-
String |
-RawTerm
-Exact term found.
- |
-
String |
-VariationOf
-Original term that the variation was derived from (or
-null if the RawTerm was an exact match) |
-
| Constructor and Description | -
|---|
FoundJobTitle() |
-
public String RawTerm-
public String VariationOf-
null if the RawTerm was an exact match)public boolean IsCurrent-
true when the job title found is in the current time-frame.Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/FoundSkill.html b/docs/com/textkernel/tx/models/api/matching/response/FoundSkill.html deleted file mode 100644 index ef52b116e..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/FoundSkill.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class FoundSkill -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-IsCurrent
-true when the skill is found in the current time-frame. |
-
String |
-Skill
-Name of the skill found.
- |
-
| Constructor and Description | -
|---|
FoundSkill() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/JobTitlesScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/JobTitlesScoreData.html deleted file mode 100644 index 30fc3a0cb..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/JobTitlesScoreData.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -public class JobTitlesScoreData -extends CategoryScoreData-
| Modifier and Type | -Field and Description | -
|---|---|
List<FoundJobTitle> |
-Found
-List of job titles found in both documents.
- |
-
List<String> |
-NotFound
-List of terms requested, but not found.
- |
-
Evidence, UnweightedScore| Constructor and Description | -
|---|
JobTitlesScoreData() |
-
public List<FoundJobTitle> Found-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/ManagementLevelScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/ManagementLevelScoreData.html deleted file mode 100644 index 1364d2926..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/ManagementLevelScoreData.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - -public class ManagementLevelScoreData -extends CategoryScoreData-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Actual
-Actual management level found.
- |
-
boolean |
-AmountOfExperienceMatches
-true when the duration of management experience matches in the source and target documents. |
-
String |
-Desired
-Requested management level.
- |
-
Evidence, UnweightedScore| Constructor and Description | -
|---|
ManagementLevelScoreData() |
-
public String Actual-
public String Desired-
public boolean AmountOfExperienceMatches-
true when the duration of management experience matches in the source and target documents.Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/MatchResult.html b/docs/com/textkernel/tx/models/api/matching/response/MatchResult.html deleted file mode 100644 index e093c84ec..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/MatchResult.html +++ /dev/null @@ -1,368 +0,0 @@ - - - - - - -public class MatchResult -extends SearchResult-
| Modifier and Type | -Field and Description | -
|---|---|
EnrichedScoreData |
-EnrichedRCSScoreData
-Detailed information/evidence about the
-ReverseCompatibilityScore |
-
EnrichedScoreData |
-EnrichedScoreData
-Detailed information/evidence about the
-WeightedScore |
-
int |
-ReverseCompatibilityScore
-An integer score from 0-100 which represents how well the target document matched to the source document.
- |
-
int |
-SovScore
-An integer score representing the overall fit of the match.
- |
-
int |
-WeightedScore
-An integer score from 0-100 representing how well the current document matched the source document.
- |
-
Id, IndexId| Constructor and Description | -
|---|
MatchResult() |
-
public int SovScore-
WeightedScore and the ReverseCompatibilityScore
- into one overall score. Results are sorted by this parameter in descending order.public int WeightedScore-
See also:
public int ReverseCompatibilityScore-
WeightedScore if you ran the match/score with the source and
- target documents swapped. A score of 100 means that all of the data points in the target document were found
- in the source document, but the source document may have had many extra data points.public EnrichedScoreData EnrichedScoreData-
WeightedScorepublic EnrichedScoreData EnrichedRCSScoreData-
ReverseCompatibilityScoreCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/SearchResult.html b/docs/com/textkernel/tx/models/api/matching/response/SearchResult.html deleted file mode 100644 index 8251a0215..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/SearchResult.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -public class SearchResult -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Id
-The document id of the search/match result
- |
-
String |
-IndexId
-The id of the index containing the document
- |
-
| Constructor and Description | -
|---|
SearchResult() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/SimpleCategoryScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/SimpleCategoryScoreData.html deleted file mode 100644 index eb0d9c717..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/SimpleCategoryScoreData.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -public class SimpleCategoryScoreData -extends CategoryScoreData-
| Modifier and Type | -Field and Description | -
|---|---|
List<String> |
-Found
-List of terms found in both source and target documents
- |
-
List<String> |
-NotFound
-List of terms requested but not found
- |
-
Evidence, UnweightedScore| Constructor and Description | -
|---|
SimpleCategoryScoreData() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/SkillsScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/SkillsScoreData.html deleted file mode 100644 index f9f547571..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/SkillsScoreData.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -public class SkillsScoreData -extends CategoryScoreData-
| Modifier and Type | -Field and Description | -
|---|---|
List<FoundSkill> |
-Found
-List of skills found in both source and target documents
- |
-
List<String> |
-NotFound
-List of terms requested, but not found.
- |
-
Evidence, UnweightedScore| Constructor and Description | -
|---|
SkillsScoreData() |
-
public List<FoundSkill> Found-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/TaxonomiesScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/TaxonomiesScoreData.html deleted file mode 100644 index a4105dce2..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/TaxonomiesScoreData.html +++ /dev/null @@ -1,307 +0,0 @@ - - - - - - -public class TaxonomiesScoreData -extends CategoryScoreData-
| Modifier and Type | -Field and Description | -
|---|---|
DocumentTaxonomies |
-ActualTaxonomies
-Taxonomies/industries found.
- |
-
DocumentTaxonomies |
-DesiredTaxonomies
-Taxonomies/industries requested.
- |
-
Evidence, UnweightedScore| Constructor and Description | -
|---|
TaxonomiesScoreData() |
-
public DocumentTaxonomies ActualTaxonomies-
public DocumentTaxonomies DesiredTaxonomies-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/TaxonomyEvidence.html b/docs/com/textkernel/tx/models/api/matching/response/TaxonomyEvidence.html deleted file mode 100644 index 9f9366e78..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/TaxonomyEvidence.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class TaxonomyEvidence -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
TaxonomyInfo |
-Subtaxonomy
-Child subtaxonomy (specialization)
- |
-
TaxonomyInfo |
-Taxonomy
-Parent taxonomy (industry)
- |
-
| Constructor and Description | -
|---|
TaxonomyEvidence() |
-
public TaxonomyInfo Taxonomy-
public TaxonomyInfo Subtaxonomy-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/TaxonomyInfo.html b/docs/com/textkernel/tx/models/api/matching/response/TaxonomyInfo.html deleted file mode 100644 index e97d57ab3..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/TaxonomyInfo.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class TaxonomyInfo -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Id
-Id for the taxonomy/subtaxonomy
- |
-
boolean |
-Matched
-true when this taxonomy/subtaxonomy is found in both source and target documents |
-
String |
-Name
-Taxonomy/subtaxonomy name
- |
-
| Constructor and Description | -
|---|
TaxonomyInfo() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/CategoryScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/CategoryScoreData.html deleted file mode 100644 index 100ca842c..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/CategoryScoreData.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-EducationScoreData
-Details about the score for the Education category
- |
-
class |
-JobTitlesScoreData
-Details about the score for the Job Titles category
- |
-
class |
-ManagementLevelScoreData
-Details about the score for the Management Level category
- |
-
class |
-SimpleCategoryScoreData
-Details about the score for a specific category
- |
-
class |
-SkillsScoreData
-Details about the score for the Skills category
- |
-
class |
-TaxonomiesScoreData
-Details about the score for the Taxonomies category
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/CategoryScoreEvidence.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/CategoryScoreEvidence.html deleted file mode 100644 index 1a129e1b9..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/CategoryScoreEvidence.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<CategoryScoreEvidence> |
-CategoryScoreData.Evidence
-Detailed written explanation about each data point found or not found.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/DocumentTaxonomies.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/DocumentTaxonomies.html deleted file mode 100644 index ed0476b6e..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/DocumentTaxonomies.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
DocumentTaxonomies |
-TaxonomiesScoreData.ActualTaxonomies
-Taxonomies/industries found.
- |
-
DocumentTaxonomies |
-TaxonomiesScoreData.DesiredTaxonomies
-Taxonomies/industries requested.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/EducationScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/EducationScoreData.html deleted file mode 100644 index ef866e85d..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/EducationScoreData.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
EducationScoreData |
-EnrichedScoreData.Education
-Detailed match information for the Education category.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/EnrichedScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/EnrichedScoreData.html deleted file mode 100644 index 9af72d24a..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/EnrichedScoreData.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
EnrichedScoreData |
-BimetricScoreResult.EnrichedRCSScoreData
-Detailed information/evidence about the
-BimetricScoreResult.ReverseCompatibilityScore |
-
EnrichedScoreData |
-BimetricScoreResult.EnrichedScoreData
-Detailed information/evidence about the
-BimetricScoreResult.WeightedScore |
-
| Modifier and Type | -Field and Description | -
|---|---|
EnrichedScoreData |
-MatchResult.EnrichedRCSScoreData
-Detailed information/evidence about the
-MatchResult.ReverseCompatibilityScore |
-
EnrichedScoreData |
-MatchResult.EnrichedScoreData
-Detailed information/evidence about the
-MatchResult.WeightedScore |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/FoundJobTitle.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/FoundJobTitle.html deleted file mode 100644 index 1b526ca8b..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/FoundJobTitle.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<FoundJobTitle> |
-JobTitlesScoreData.Found
-List of job titles found in both documents.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/FoundSkill.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/FoundSkill.html deleted file mode 100644 index 318459cc4..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/FoundSkill.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<FoundSkill> |
-SkillsScoreData.Found
-List of skills found in both source and target documents
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/JobTitlesScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/JobTitlesScoreData.html deleted file mode 100644 index b0951b5a0..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/JobTitlesScoreData.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
JobTitlesScoreData |
-EnrichedScoreData.JobTitles
-Detailed match information for the JobTitles category.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/ManagementLevelScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/ManagementLevelScoreData.html deleted file mode 100644 index f24e5358a..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/ManagementLevelScoreData.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
ManagementLevelScoreData |
-EnrichedScoreData.ManagementLevel
-Detailed match information for the ManagementLevel category.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/MatchResult.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/MatchResult.html deleted file mode 100644 index aa5aadf6d..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/MatchResult.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/SearchResult.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/SearchResult.html deleted file mode 100644 index ade7350d5..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/SearchResult.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-MatchResult
-A single result containing information about the bimetric score between a target and source document
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/SimpleCategoryScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/SimpleCategoryScoreData.html deleted file mode 100644 index e8ad09aed..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/SimpleCategoryScoreData.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
SimpleCategoryScoreData |
-EnrichedScoreData.Certifications
-Detailed match information for the Certifications category.
- |
-
SimpleCategoryScoreData |
-EnrichedScoreData.ExecutiveType
-Detailed match information for the ExecutiveType category.
- |
-
SimpleCategoryScoreData |
-EnrichedScoreData.Languages
-Detailed match information for the Languages category.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/SkillsScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/SkillsScoreData.html deleted file mode 100644 index f64a3c1c2..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/SkillsScoreData.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
SkillsScoreData |
-EnrichedScoreData.Skills
-Detailed match information for the Skills category.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/TaxonomiesScoreData.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/TaxonomiesScoreData.html deleted file mode 100644 index bbf01f644..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/TaxonomiesScoreData.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
TaxonomiesScoreData |
-EnrichedScoreData.Taxonomies
-Detailed match information for the Taxonomies category.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/TaxonomyEvidence.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/TaxonomyEvidence.html deleted file mode 100644 index ccb256748..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/TaxonomyEvidence.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
TaxonomyEvidence |
-DocumentTaxonomies.Primary
-Best fit taxonomy (industry) evidence.
- |
-
TaxonomyEvidence |
-DocumentTaxonomies.Secondary
-Second best fit taxonomy (industry) evidence.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/class-use/TaxonomyInfo.html b/docs/com/textkernel/tx/models/api/matching/response/class-use/TaxonomyInfo.html deleted file mode 100644 index 96e88e4ea..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/class-use/TaxonomyInfo.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
TaxonomyInfo |
-TaxonomyEvidence.Subtaxonomy
-Child subtaxonomy (specialization)
- |
-
TaxonomyInfo |
-TaxonomyEvidence.Taxonomy
-Parent taxonomy (industry)
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/package-frame.html b/docs/com/textkernel/tx/models/api/matching/response/package-frame.html deleted file mode 100644 index 438ebbdbb..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/package-frame.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| CategoryScoreData | -
- Details about the score for a specific category
- |
-
| CategoryScoreEvidence | -
- Contains information about why the score is a certain value
- |
-
| DocumentTaxonomies | -
- Primary and secondary taxonomy (industry)
- |
-
| EducationScoreData | -
- Details about the score for the Education category
- |
-
| EnrichedScoreData | -
- Contains metadata/evidence about scores for a specific match/score result
- |
-
| FoundJobTitle | -
- Information about a job title match
- |
-
| FoundSkill | -
- Information about a skill match
- |
-
| JobTitlesScoreData | -
- Details about the score for the Job Titles category
- |
-
| ManagementLevelScoreData | -
- Details about the score for the Management Level category
- |
-
| MatchResult | -
- A single result containing information about the bimetric score between a target and source document
- |
-
| SearchResult | -
- A single result from a search query
- |
-
| SimpleCategoryScoreData | -
- Details about the score for a specific category
- |
-
| SkillsScoreData | -
- Details about the score for the Skills category
- |
-
| TaxonomiesScoreData | -
- Details about the score for the Taxonomies category
- |
-
| TaxonomyEvidence | -
- A taxonomy/subtaxonomy (industry/specialization) pair
- |
-
| TaxonomyInfo | -
- Evidence for a specific taxonomy/subtaxonomy
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/package-tree.html b/docs/com/textkernel/tx/models/api/matching/response/package-tree.html deleted file mode 100644 index 6134dcb07..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/package-tree.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/response/package-use.html b/docs/com/textkernel/tx/models/api/matching/response/package-use.html deleted file mode 100644 index 52f78cbb7..000000000 --- a/docs/com/textkernel/tx/models/api/matching/response/package-use.html +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.matching.response | -- |
| Class and Description | -
|---|
| EnrichedScoreData
- Contains metadata/evidence about scores for a specific match/score result
- |
-
| Class and Description | -
|---|
| CategoryScoreData
- Details about the score for a specific category
- |
-
| CategoryScoreEvidence
- Contains information about why the score is a certain value
- |
-
| DocumentTaxonomies
- Primary and secondary taxonomy (industry)
- |
-
| EducationScoreData
- Details about the score for the Education category
- |
-
| EnrichedScoreData
- Contains metadata/evidence about scores for a specific match/score result
- |
-
| FoundJobTitle
- Information about a job title match
- |
-
| FoundSkill
- Information about a skill match
- |
-
| JobTitlesScoreData
- Details about the score for the Job Titles category
- |
-
| ManagementLevelScoreData
- Details about the score for the Management Level category
- |
-
| SearchResult
- A single result from a search query
- |
-
| SimpleCategoryScoreData
- Details about the score for a specific category
- |
-
| SkillsScoreData
- Details about the score for the Skills category
- |
-
| TaxonomiesScoreData
- Details about the score for the Taxonomies category
- |
-
| TaxonomyEvidence
- A taxonomy/subtaxonomy (industry/specialization) pair
- |
-
| TaxonomyInfo
- Evidence for a specific taxonomy/subtaxonomy
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/FilterToShow.html b/docs/com/textkernel/tx/models/api/matching/ui/FilterToShow.html deleted file mode 100644 index faf16e914..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/FilterToShow.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - -public class FilterToShow -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-FilterId
-One of:
-
- JOB_TITLES
- EXPERIENCE
- SKILLS
- INDUSTRIES
- BOOLEAN
- LANGUAGES
- CERTIFICATIONS
- EXECUTIVE_TYPES
- LOCATION
- EDUCATION
- EMPLOYERS
- TAGS
- METADATA
- UNCOMMON
-
- |
-
String |
-Title
-An optional value to override the title that is shown for a specific filter.
- |
-
| Constructor and Description | -
|---|
FilterToShow() |
-
public String FilterId-
public String Title-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/GenerateUIResponse.html b/docs/com/textkernel/tx/models/api/matching/ui/GenerateUIResponse.html deleted file mode 100644 index 8cc5634e6..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/GenerateUIResponse.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - - -public class GenerateUIResponse -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
int |
-expires_in
-The number of seconds until the URL auto-authentication expires.
- |
-
String |
-url
-The URL to navigate to (or set as the src for an iFrame) that will
- display the Matching UI.
- |
-
| Constructor and Description | -
|---|
GenerateUIResponse() |
-
public String url-
public int expires_in-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/Style.html b/docs/com/textkernel/tx/models/api/matching/ui/Style.html deleted file mode 100644 index a77e6bae0..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/Style.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - -public class Style -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-FontFamily
-A CSS font-family to use for all UI elements.
- |
-
String |
-FontUrl
-If you'd like to use a non-standard font, specify the URL where that font can be downloaded here.
- |
-
String |
-HeaderColor
-An HTML color used for the background of the section/accordian headers.
- |
-
String |
-PrimaryColor
-An HTML color used to generate several related colors for various UI elements.
- |
-
boolean |
-SquareCorners
-true to use square corners for UI elements. |
-
public String PrimaryColor-
#077799.public String HeaderColor-
#077799.public boolean SquareCorners-
true to use square corners for UI elements. Default is false for rounded corners.public String FontFamily-
Arial.public String FontUrl-
https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap. Note that you also
- need to define the FontFamily if you use this option.Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/UIOptions.html b/docs/com/textkernel/tx/models/api/matching/ui/UIOptions.html deleted file mode 100644 index bb642aac7..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/UIOptions.html +++ /dev/null @@ -1,510 +0,0 @@ - - - - - - -public class UIOptions -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-ExecuteImmediately
-true to execute the query as soon as the page loads (default = false). |
-
List<FilterToShow> |
-FiltersToShow
-If specified, only allows the user to see/modify certain filter categories.
- |
-
UserActionHookCollection |
-Hooks
-Contains all the User Action Hooks
- for the Match UI session.
- |
-
boolean |
-ShowBanner
-true to show the banner containing your account logo inside the matching UI (default = true). |
-
boolean |
-ShowDetailsButton
-true to show a button that opens the 'details' popup containing detailed job/resume info (default = true). |
-
boolean |
-ShowFilterCriteria
-true to allow the user to see/modify the filter criteria (default = true). |
-
boolean |
-ShowFindSimilar
-true to add a button in the Actions menu that matches other jobs/resumes similar to the current one (default = true). |
-
boolean |
-ShowJobBoards
-true to include job boards in search/match results. |
-
boolean |
-ShowSavedSearches
-true to allow the user to save custom searches or select from pre-made criteria templates (default = false). |
-
boolean |
-ShowWebSourcing
-true to include custom web sourcing in search/match results. |
-
boolean |
-ShowWeights
-true to allow the user to see/modify the category weights (default = true). |
-
List<String> |
-SkillsAutoCompleteCustomSkillsList
-If you are using custom skills, provide your custom skills list names here.
- |
-
Style |
-Style
-Specifies custom style options for the Matching UI session.
- |
-
List<UserDefinedTagsPicklist> |
-UserDefinedTagsPicklists
-Picklists shown in the UI for your users to filter on your user-defined tags.
- |
-
String |
-Username
-The username of the user for which you are generating a Matching UI session.
- |
-
public String Username-
public Style Style-
public boolean ShowFilterCriteria-
true to allow the user to see/modify the filter criteria (default = true).public List<FilterToShow> FiltersToShow-
public boolean ExecuteImmediately-
true to execute the query as soon as the page loads (default = false). This is only applicable for Searching.
- All matches/bimetric scoring are executed immediately even if this is false.public boolean ShowBanner-
true to show the banner containing your account logo inside the matching UI (default = true).public boolean ShowWeights-
true to allow the user to see/modify the category weights (default = true).public boolean ShowDetailsButton-
true to show a button that opens the 'details' popup containing detailed job/resume info (default = true).public boolean ShowFindSimilar-
true to add a button in the Actions menu that matches other jobs/resumes similar to the current one (default = true).public boolean ShowWebSourcing-
true to include custom web sourcing in search/match results. Cannot be used for bimetric scoring (default = false).public boolean ShowJobBoards-
true to include job boards in search/match results. Cannot be used for bimetric scoring (default = true).
- Must add credentials in the Tx Consolepublic boolean ShowSavedSearches-
true to allow the user to save custom searches or select from pre-made criteria templates (default = false).public UserActionHookCollection Hooks-
public List<UserDefinedTagsPicklist> UserDefinedTagsPicklists-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/UserDefinedTagOption.html b/docs/com/textkernel/tx/models/api/matching/ui/UserDefinedTagOption.html deleted file mode 100644 index 1598be93d..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/UserDefinedTagOption.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class UserDefinedTagOption -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Text
-The text that will be shown to the user for the tag.
- |
-
String |
-Value
-The value of the tag.
- |
-
| Constructor and Description | -
|---|
UserDefinedTagOption() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/UserDefinedTagsPicklist.html b/docs/com/textkernel/tx/models/api/matching/ui/UserDefinedTagsPicklist.html deleted file mode 100644 index 57846feec..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/UserDefinedTagsPicklist.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class UserDefinedTagsPicklist -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Label
-The label for this picklist in the UI
- |
-
List<UserDefinedTagOption> |
-Options
-A list of user-defined tags that the user will be able to pick from
- |
-
| Constructor and Description | -
|---|
UserDefinedTagsPicklist() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/class-use/FilterToShow.html b/docs/com/textkernel/tx/models/api/matching/ui/class-use/FilterToShow.html deleted file mode 100644 index 67a772e12..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/class-use/FilterToShow.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<FilterToShow> |
-UIOptions.FiltersToShow
-If specified, only allows the user to see/modify certain filter categories.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/class-use/GenerateUIResponse.html b/docs/com/textkernel/tx/models/api/matching/ui/class-use/GenerateUIResponse.html deleted file mode 100644 index 3308830c4..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/class-use/GenerateUIResponse.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
<TTarget extends IParsedDocWithId> |
-TxUIClient.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> |
-TxUIClient.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
- |
-
GenerateUIResponse |
-TxUIClient.match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Create a Matching UI session to find matches for a non-indexed job.
- |
-
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.
- |
-
GenerateUIResponse |
-TxUIClient.match(String indexId,
- String documentId,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Create a Matching UI session to find matches for a resume or job that is already indexed
- |
-
GenerateUIResponse |
-TxUIClient.search(List<String> indexesToQuery,
- FilterCriteria query,
- SearchMatchSettings settings,
- PaginationSettings pagination)
-Create a Matching UI session to search for resumes or jobs that meet specific criteria
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/class-use/Style.html b/docs/com/textkernel/tx/models/api/matching/ui/class-use/Style.html deleted file mode 100644 index 64d599df2..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/class-use/Style.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui | -- |
| Modifier and Type | -Field and Description | -
|---|---|
Style |
-UIOptions.Style
-Specifies custom style options for the Matching UI session.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/class-use/UIOptions.html b/docs/com/textkernel/tx/models/api/matching/ui/class-use/UIOptions.html deleted file mode 100644 index 476ddda4f..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/class-use/UIOptions.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Modifier and Type | -Field and Description | -
|---|---|
UIOptions |
-MatchUISettings.UIOptions
-Various options for the Matching UI user experience
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/class-use/UserDefinedTagOption.html b/docs/com/textkernel/tx/models/api/matching/ui/class-use/UserDefinedTagOption.html deleted file mode 100644 index 1fd321873..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/class-use/UserDefinedTagOption.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<UserDefinedTagOption> |
-UserDefinedTagsPicklist.Options
-A list of user-defined tags that the user will be able to pick from
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/class-use/UserDefinedTagsPicklist.html b/docs/com/textkernel/tx/models/api/matching/ui/class-use/UserDefinedTagsPicklist.html deleted file mode 100644 index cf541814d..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/class-use/UserDefinedTagsPicklist.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<UserDefinedTagsPicklist> |
-UIOptions.UserDefinedTagsPicklists
-Picklists shown in the UI for your users to filter on your user-defined tags.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/ClientSideHook.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/ClientSideHook.html deleted file mode 100644 index 0e24a4255..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/ClientSideHook.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class ClientSideHook -extends UserActionHook-
| Modifier and Type | -Field and Description | -
|---|---|
JsAction |
-JsAction
-A Javascript action to perform when the user clicks the button.
- |
-
UrlAction |
-UrlAction
-A URL action to perform when the user clicks the button.
- |
-
IsBulk, LinkText| Constructor and Description | -
|---|
ClientSideHook() |
-
public JsAction JsAction-
window.postMessage()
- UrlAction but not bothCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/JsAction.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/JsAction.html deleted file mode 100644 index 3dc4b642b..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/JsAction.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - -public class JsAction -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
Object |
-Data
-Any data you want to be sent (in addition to document information) in the 'message'
- parameter for the window.postMessage() call.
- |
-
String |
-Target
-One of "parent" or "opener", depending if you use an iFrame to show the Matching UI
- in your system, or if you open it in a separate tab/window.
- |
-
String |
-TargetOrigin
-The 'targetOrigin' parameter for the window.postMessage() call.
- |
-
public Object Data-
public String TargetOrigin-
public String Target-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/ServerSideHook.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/ServerSideHook.html deleted file mode 100644 index a1f2b2896..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/ServerSideHook.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - -public class ServerSideHook -extends UserActionHook-
| Modifier and Type | -Field and Description | -
|---|---|
Object |
-CustomInfo
-Any data from your system that you need to associate with this session/action.
- |
-
String |
-Url
-The URL for an HTTP POST call to perform some action in your system.
- |
-
IsBulk, LinkText| Constructor and Description | -
|---|
ServerSideHook() |
-
public String Url-
public Object CustomInfo-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/SourcingHook.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/SourcingHook.html deleted file mode 100644 index 90785e672..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/SourcingHook.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - -public class SourcingHook -extends ServerSideHook-
UserActionHook.IsBulk will have no effect.CustomInfo, UrlIsBulk, LinkText| Constructor and Description | -
|---|
SourcingHook() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/UrlAction.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/UrlAction.html deleted file mode 100644 index 8a661e0f2..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/UrlAction.html +++ /dev/null @@ -1,301 +0,0 @@ - - - - - - -public class UrlAction -extends Object-
public String Url-
public String Target-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/UserActionHook.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/UserActionHook.html deleted file mode 100644 index 437e6b5db..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/UserActionHook.html +++ /dev/null @@ -1,302 +0,0 @@ - - - - - - -public class UserActionHook -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-IsBulk
-Set to
-true to allow users to select multiple documents and perform this action on all of them at once. |
-
String |
-LinkText
-Text to display on the button for the user action.
- |
-
| Constructor and Description | -
|---|
UserActionHook() |
-
public String LinkText-
public boolean IsBulk-
true to allow users to select multiple documents and perform this action on all of them at once.
- true when you use a JsAction. UrlActions are not supported.
- Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/UserActionHookCollection.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/UserActionHookCollection.html deleted file mode 100644 index b8ae3a5c8..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/UserActionHookCollection.html +++ /dev/null @@ -1,324 +0,0 @@ - - - - - - -public class UserActionHookCollection -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<ClientSideHook> |
-Client
-The client-side User Action Hooks
- for a Matching UI session.
- |
-
List<ServerSideHook> |
-Server
-The server-side (HTTP POST)
- User Action Hooks
- for a Matching UI session.
- |
-
List<SourcingHook> |
-Sourcing
-The server-side (HTTP POST)
- User Action Hooks
- for 'Sourcing' results during a Matching UI session.
- |
-
| Constructor and Description | -
|---|
UserActionHookCollection() |
-
public List<ClientSideHook> Client-
public List<ServerSideHook> Server-
public List<SourcingHook> Sourcing-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/ClientSideHook.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/ClientSideHook.html deleted file mode 100644 index 528f2ddaf..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/ClientSideHook.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.hooks | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ClientSideHook> |
-UserActionHookCollection.Client
-The client-side User Action Hooks
- for a Matching UI session.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/JsAction.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/JsAction.html deleted file mode 100644 index 04bfafd28..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/JsAction.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.hooks | -- |
| Modifier and Type | -Field and Description | -
|---|---|
JsAction |
-ClientSideHook.JsAction
-A Javascript action to perform when the user clicks the button.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/ServerSideHook.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/ServerSideHook.html deleted file mode 100644 index ac9161948..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/ServerSideHook.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.hooks | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-SourcingHook
-A hook that does some server-side action for sourcing results (performs and HTTP POST to your server)
-
-NOTE: Bulk actions are not supported for Sourcing hooks, yet. |
-
| Modifier and Type | -Field and Description | -
|---|---|
List<ServerSideHook> |
-UserActionHookCollection.Server
-The server-side (HTTP POST)
- User Action Hooks
- for a Matching UI session.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/SourcingHook.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/SourcingHook.html deleted file mode 100644 index 66a39594b..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/SourcingHook.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.hooks | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<SourcingHook> |
-UserActionHookCollection.Sourcing
-The server-side (HTTP POST)
- User Action Hooks
- for 'Sourcing' results during a Matching UI session.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/UrlAction.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/UrlAction.html deleted file mode 100644 index fb02a0425..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/UrlAction.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.hooks | -- |
| Modifier and Type | -Field and Description | -
|---|---|
UrlAction |
-ClientSideHook.UrlAction
-A URL action to perform when the user clicks the button.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/UserActionHook.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/UserActionHook.html deleted file mode 100644 index 6706e7abc..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/UserActionHook.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.hooks | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ClientSideHook
-A hook that does some client-side action (opening a tab/window, running some javascript)
- |
-
class |
-ServerSideHook
-A hook that does some server-side action (performs an HTTP POST to your server)
- |
-
class |
-SourcingHook
-A hook that does some server-side action for sourcing results (performs and HTTP POST to your server)
-
-NOTE: Bulk actions are not supported for Sourcing hooks, yet. |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/UserActionHookCollection.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/UserActionHookCollection.html deleted file mode 100644 index 95d3cfc33..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/class-use/UserActionHookCollection.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui | -- |
| Modifier and Type | -Field and Description | -
|---|---|
UserActionHookCollection |
-UIOptions.Hooks
-Contains all the User Action Hooks
- for the Match UI session.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/package-frame.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/package-frame.html deleted file mode 100644 index f21c8d93b..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| ClientSideHook | -
- A hook that does some client-side action (opening a tab/window, running some javascript)
- |
-
| JsAction | -
- An action performed in Javascript
- |
-
| ServerSideHook | -
- A hook that does some server-side action (performs an HTTP POST to your server)
- |
-
| SourcingHook | -
- A hook that does some server-side action for sourcing results (performs and HTTP POST to your server)
-
-NOTE: Bulk actions are not supported for Sourcing hooks, yet. |
-
| UrlAction | -
- An action performed with a URL (opening a new window, displaying some webpage)
- |
-
| UserActionHook | -
- A base class for all 3 kinds of hooks
- |
-
| UserActionHookCollection | -
- A collection of Matching UI User Action Hooks
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/package-tree.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/package-tree.html deleted file mode 100644 index 7c1cec9d3..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/package-tree.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/hooks/package-use.html b/docs/com/textkernel/tx/models/api/matching/ui/hooks/package-use.html deleted file mode 100644 index 5d6ca3175..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/hooks/package-use.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui | -- |
| com.textkernel.tx.models.api.matching.ui.hooks | -- |
| Class and Description | -
|---|
| UserActionHookCollection
- A collection of Matching UI User Action Hooks
- |
-
| Class and Description | -
|---|
| ClientSideHook
- A hook that does some client-side action (opening a tab/window, running some javascript)
- |
-
| JsAction
- An action performed in Javascript
- |
-
| ServerSideHook
- A hook that does some server-side action (performs an HTTP POST to your server)
- |
-
| SourcingHook
- A hook that does some server-side action for sourcing results (performs and HTTP POST to your server)
-
-NOTE: Bulk actions are not supported for Sourcing hooks, yet. |
-
| UrlAction
- An action performed with a URL (opening a new window, displaying some webpage)
- |
-
| UserActionHook
- A base class for all 3 kinds of hooks
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/package-frame.html b/docs/com/textkernel/tx/models/api/matching/ui/package-frame.html deleted file mode 100644 index a3c13718b..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| FilterToShow | -
- Used to change the order or titles of the filters in the Matching UI
- |
-
| GenerateUIResponse | -
- The response body from a request to generate the Matching UI
- |
-
| Style | -
- Options for styling the Matching UI
- |
-
| UIOptions | -
- Options for creating the Matching UI
- |
-
| UserDefinedTagOption | -
- A label/value pair for user-defined tags in the UI
- |
-
| UserDefinedTagsPicklist | -
- A picklist to show to a user for filtering on user-defined tags
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/package-tree.html b/docs/com/textkernel/tx/models/api/matching/ui/package-tree.html deleted file mode 100644 index 8a1e047fb..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/package-tree.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/package-use.html b/docs/com/textkernel/tx/models/api/matching/ui/package-use.html deleted file mode 100644 index dae810e94..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/package-use.html +++ /dev/null @@ -1,218 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.matching.ui | -- |
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Class and Description | -
|---|
| GenerateUIResponse
- The response body from a request to generate the Matching UI
- |
-
| Class and Description | -
|---|
| FilterToShow
- Used to change the order or titles of the filters in the Matching UI
- |
-
| Style
- Options for styling the Matching UI
- |
-
| UserDefinedTagOption
- A label/value pair for user-defined tags in the UI
- |
-
| UserDefinedTagsPicklist
- A picklist to show to a user for filtering on user-defined tags
- |
-
| Class and Description | -
|---|
| UIOptions
- Options for creating the Matching UI
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/GenerateUIRequest.html b/docs/com/textkernel/tx/models/api/matching/ui/request/GenerateUIRequest.html deleted file mode 100644 index ca9506aa2..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/GenerateUIRequest.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -T - The type of search/match to be performed in the sessionpublic class GenerateUIRequest<T> -extends MatchUISettings-
| Modifier and Type | -Field and Description | -
|---|---|
T |
-SaasRequest
-The SaaS request that defines the match/search.
- |
-
GeocodeOptions, ParseOptions, UIOptions| Constructor and Description | -
|---|
GenerateUIRequest(T saasRequest,
- MatchUISettings settings) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/MatchUISettings.html b/docs/com/textkernel/tx/models/api/matching/ui/request/MatchUISettings.html deleted file mode 100644 index 409b58891..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/MatchUISettings.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - -public class MatchUISettings -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
GeocodeOptions |
-GeocodeOptions
-Settings for geocoding within the Matching UI.
- |
-
BasicParseOptions |
-ParseOptions
-Options for parsing documents from external sources such as job boards
- and custom web sourcing.
- |
-
UIOptions |
-UIOptions
-Various options for the Matching UI user experience
- |
-
| Constructor and Description | -
|---|
MatchUISettings() |
-
public UIOptions UIOptions-
public BasicParseOptions ParseOptions-
public GeocodeOptions GeocodeOptions-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/UIBimetricScoreJobRequest.html b/docs/com/textkernel/tx/models/api/matching/ui/request/UIBimetricScoreJobRequest.html deleted file mode 100644 index 465d7aea7..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/UIBimetricScoreJobRequest.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - -public class UIBimetricScoreJobRequest -extends GenerateUIRequest<BimetricScoreJobRequest>-
SaasRequestGeocodeOptions, ParseOptions, UIOptions| Constructor and Description | -
|---|
UIBimetricScoreJobRequest(BimetricScoreJobRequest request,
- MatchUISettings settings) |
-
public UIBimetricScoreJobRequest(BimetricScoreJobRequest request, - MatchUISettings settings)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/UIBimetricScoreResumeRequest.html b/docs/com/textkernel/tx/models/api/matching/ui/request/UIBimetricScoreResumeRequest.html deleted file mode 100644 index 0643bafed..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/UIBimetricScoreResumeRequest.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - -public class UIBimetricScoreResumeRequest -extends GenerateUIRequest<BimetricScoreResumeRequest>-
SaasRequestGeocodeOptions, ParseOptions, UIOptions| Constructor and Description | -
|---|
UIBimetricScoreResumeRequest(BimetricScoreResumeRequest request,
- MatchUISettings settings) |
-
public UIBimetricScoreResumeRequest(BimetricScoreResumeRequest request, - MatchUISettings settings)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/UIMatchByDocumentIdOptions.html b/docs/com/textkernel/tx/models/api/matching/ui/request/UIMatchByDocumentIdOptions.html deleted file mode 100644 index db78cdbee..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/UIMatchByDocumentIdOptions.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - -public class UIMatchByDocumentIdOptions -extends GenerateUIRequest<MatchByDocumentIdOptions>-
SaasRequestGeocodeOptions, ParseOptions, UIOptions| Constructor and Description | -
|---|
UIMatchByDocumentIdOptions(MatchByDocumentIdOptions options,
- MatchUISettings settings) |
-
public UIMatchByDocumentIdOptions(MatchByDocumentIdOptions options, - MatchUISettings settings)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/UIMatchJobRequest.html b/docs/com/textkernel/tx/models/api/matching/ui/request/UIMatchJobRequest.html deleted file mode 100644 index bff8521be..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/UIMatchJobRequest.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - -public class UIMatchJobRequest -extends GenerateUIRequest<MatchJobRequest>-
SaasRequestGeocodeOptions, ParseOptions, UIOptions| Constructor and Description | -
|---|
UIMatchJobRequest(MatchJobRequest request,
- MatchUISettings settings) |
-
public UIMatchJobRequest(MatchJobRequest request, - MatchUISettings settings)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/UIMatchResumeRequest.html b/docs/com/textkernel/tx/models/api/matching/ui/request/UIMatchResumeRequest.html deleted file mode 100644 index 0c6e4fb96..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/UIMatchResumeRequest.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - -public class UIMatchResumeRequest -extends GenerateUIRequest<MatchResumeRequest>-
SaasRequestGeocodeOptions, ParseOptions, UIOptions| Constructor and Description | -
|---|
UIMatchResumeRequest(MatchResumeRequest request,
- MatchUISettings settings) |
-
public UIMatchResumeRequest(MatchResumeRequest request, - MatchUISettings settings)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/UISearchRequest.html b/docs/com/textkernel/tx/models/api/matching/ui/request/UISearchRequest.html deleted file mode 100644 index a7132e900..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/UISearchRequest.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - -public class UISearchRequest -extends GenerateUIRequest<SearchRequest>-
SaasRequestGeocodeOptions, ParseOptions, UIOptions| Constructor and Description | -
|---|
UISearchRequest(SearchRequest request,
- MatchUISettings settings) |
-
public UISearchRequest(SearchRequest request, - MatchUISettings settings)-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/GenerateUIRequest.html b/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/GenerateUIRequest.html deleted file mode 100644 index 53aaf3a0c..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/GenerateUIRequest.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-UIBimetricScoreJobRequest
-The request body for generating a Matching UI session
- |
-
class |
-UIBimetricScoreResumeRequest
-The request body for generating a Matching UI session
- |
-
class |
-UIMatchByDocumentIdOptions
-The request body for generating a Matching UI session
- |
-
class |
-UIMatchJobRequest
-The request body for generating a Matching UI session
- |
-
class |
-UIMatchResumeRequest
-The request body for generating a Matching UI session
- |
-
class |
-UISearchRequest
-The request body for generating a Matching UI session
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/MatchUISettings.html b/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/MatchUISettings.html deleted file mode 100644 index 92ef895bc..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/MatchUISettings.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
TxUIClient |
-TxClient.ui(MatchUISettings uiOptions)
-Access methods for generating Matching UI sessions.
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GenerateUIRequest<T>
-The request body for generating a Matching UI session
- |
-
class |
-UIBimetricScoreJobRequest
-The request body for generating a Matching UI session
- |
-
class |
-UIBimetricScoreResumeRequest
-The request body for generating a Matching UI session
- |
-
class |
-UIMatchByDocumentIdOptions
-The request body for generating a Matching UI session
- |
-
class |
-UIMatchJobRequest
-The request body for generating a Matching UI session
- |
-
class |
-UIMatchResumeRequest
-The request body for generating a Matching UI session
- |
-
class |
-UISearchRequest
-The request body for generating a Matching UI session
- |
-
| Constructor and Description | -
|---|
GenerateUIRequest(T saasRequest,
- MatchUISettings settings) |
-
UIBimetricScoreJobRequest(BimetricScoreJobRequest request,
- MatchUISettings settings) |
-
UIBimetricScoreResumeRequest(BimetricScoreResumeRequest request,
- MatchUISettings settings) |
-
UIMatchByDocumentIdOptions(MatchByDocumentIdOptions options,
- MatchUISettings settings) |
-
UIMatchJobRequest(MatchJobRequest request,
- MatchUISettings settings) |
-
UIMatchResumeRequest(MatchResumeRequest request,
- MatchUISettings settings) |
-
UISearchRequest(SearchRequest request,
- MatchUISettings settings) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIBimetricScoreJobRequest.html b/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIBimetricScoreJobRequest.html deleted file mode 100644 index a8a6ea6da..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIBimetricScoreJobRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIBimetricScoreResumeRequest.html b/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIBimetricScoreResumeRequest.html deleted file mode 100644 index b7eca4555..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIBimetricScoreResumeRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIMatchByDocumentIdOptions.html b/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIMatchByDocumentIdOptions.html deleted file mode 100644 index c9e122723..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIMatchByDocumentIdOptions.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIMatchJobRequest.html b/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIMatchJobRequest.html deleted file mode 100644 index 22453a630..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIMatchJobRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIMatchResumeRequest.html b/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIMatchResumeRequest.html deleted file mode 100644 index bc7788610..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UIMatchResumeRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UISearchRequest.html b/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UISearchRequest.html deleted file mode 100644 index 66538ca9c..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/class-use/UISearchRequest.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/package-frame.html b/docs/com/textkernel/tx/models/api/matching/ui/request/package-frame.html deleted file mode 100644 index 5bd84f108..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/package-frame.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| GenerateUIRequest<T> | -
- The request body for generating a Matching UI session
- |
-
| MatchUISettings | -
- Settings for generating a Matching UI session
- |
-
| UIBimetricScoreJobRequest | -
- The request body for generating a Matching UI session
- |
-
| UIBimetricScoreResumeRequest | -
- The request body for generating a Matching UI session
- |
-
| UIMatchByDocumentIdOptions | -
- The request body for generating a Matching UI session
- |
-
| UIMatchJobRequest | -
- The request body for generating a Matching UI session
- |
-
| UIMatchResumeRequest | -
- The request body for generating a Matching UI session
- |
-
| UISearchRequest | -
- The request body for generating a Matching UI session
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/package-tree.html b/docs/com/textkernel/tx/models/api/matching/ui/request/package-tree.html deleted file mode 100644 index 0a56b1b8a..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/package-tree.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/matching/ui/request/package-use.html b/docs/com/textkernel/tx/models/api/matching/ui/request/package-use.html deleted file mode 100644 index e11140d4a..000000000 --- a/docs/com/textkernel/tx/models/api/matching/ui/request/package-use.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.matching.ui.request | -- |
| Class and Description | -
|---|
| MatchUISettings
- Settings for generating a Matching UI session
- |
-
| Class and Description | -
|---|
| GenerateUIRequest
- The request body for generating a Matching UI session
- |
-
| MatchUISettings
- Settings for generating a Matching UI session
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/package-frame.html b/docs/com/textkernel/tx/models/api/package-frame.html deleted file mode 100644 index b9fe4b278..000000000 --- a/docs/com/textkernel/tx/models/api/package-frame.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - -| Interface | -Description | -
|---|---|
| ITxResponse | -
- The response body from a Tx API call
- |
-
| Class | -Description | -
|---|---|
| AccountInfo | -
- Contains information about the account making the API call
- |
-
| ApiResponse<T> | -
- The response body from a Tx API call
- |
-
| ApiResponseInfo | -
- Information/metadata for an individual REST API call.
- |
-
| ApiResponseInfoLite | -
- Information/metadata for an individual REST API call.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/package-tree.html b/docs/com/textkernel/tx/models/api/package-tree.html deleted file mode 100644 index 90dad20d8..000000000 --- a/docs/com/textkernel/tx/models/api/package-tree.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/package-use.html b/docs/com/textkernel/tx/models/api/package-use.html deleted file mode 100644 index 00d2dafb2..000000000 --- a/docs/com/textkernel/tx/models/api/package-use.html +++ /dev/null @@ -1,550 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.exceptions | -- |
| com.textkernel.tx.http | -- |
| com.textkernel.tx.models.api | -- |
| com.textkernel.tx.models.api.account | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.dataenrichment | -- |
| com.textkernel.tx.models.api.dataenrichment.ontology.response | -- |
| com.textkernel.tx.models.api.dataenrichment.professions.response | -- |
| com.textkernel.tx.models.api.dataenrichment.skills.response | -- |
| com.textkernel.tx.models.api.formatter | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.indexes | -- |
| com.textkernel.tx.models.api.jobdescription | -- |
| com.textkernel.tx.models.api.matching | -- |
| com.textkernel.tx.models.api.parsing | -- |
| Class and Description | -
|---|
| ApiResponseInfo
- Information/metadata for an individual REST API call.
- |
-
| ApiResponseInfoLite
- Information/metadata for an individual REST API call.
- |
-
| Class and Description | -
|---|
| ApiResponse
- The response body from a Tx API call
- |
-
| Class and Description | -
|---|
| AccountInfo
- Contains information about the account making the API call
- |
-
| ApiResponseInfo
- Information/metadata for an individual REST API call.
- |
-
| ApiResponseInfoLite
- Information/metadata for an individual REST API call.
- |
-
| ITxResponse
- The response body from a Tx API call
- |
-
| Class and Description | -
|---|
| ApiResponse
- The response body from a Tx API call
- |
-
| ITxResponse
- The response body from a Tx API call
- |
-
| Class and Description | -
|---|
| ApiResponse
- The response body from a Tx API call
- |
-
| ITxResponse
- The response body from a Tx API call
- |
-
| Class and Description | -
|---|
| ApiResponse
- The response body from a Tx API call
- |
-
| ITxResponse
- The response body from a Tx API call
- |
-
| Class and Description | -
|---|
| ApiResponse
- The response body from a Tx API call
- |
-
| ITxResponse
- The response body from a Tx API call
- |
-
| Class and Description | -
|---|
| ApiResponse
- The response body from a Tx API call
- |
-
| ITxResponse
- The response body from a Tx API call
- |
-
| Class and Description | -
|---|
| ApiResponse
- The response body from a Tx API call
- |
-
| ITxResponse
- The response body from a Tx API call
- |
-
| Class and Description | -
|---|
| ApiResponse
- The response body from a Tx API call
- |
-
| ITxResponse
- The response body from a Tx API call
- |
-
| Class and Description | -
|---|
| ApiResponse
- The response body from a Tx API call
- |
-
| ApiResponseInfoLite
- Information/metadata for an individual REST API call.
- |
-
| ITxResponse
- The response body from a Tx API call
- |
-
| Class and Description | -
|---|
| ApiResponse
- The response body from a Tx API call
- |
-
| ApiResponseInfoLite
- Information/metadata for an individual REST API call.
- |
-
| ITxResponse
- The response body from a Tx API call
- |
-
| Class and Description | -
|---|
| ApiResponse
- The response body from a Tx API call
- |
-
| ITxResponse
- The response body from a Tx API call
- |
-
| Class and Description | -
|---|
| ApiResponse
- The response body from a Tx API call
- |
-
| ITxResponse
- The response body from a Tx API call
- |
-
| Class and Description | -
|---|
| ApiResponse
- The response body from a Tx API call
- |
-
| ApiResponseInfoLite
- Information/metadata for an individual REST API call.
- |
-
| ITxResponse
- The response body from a Tx API call
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/BaseParseResponseValue.html b/docs/com/textkernel/tx/models/api/parsing/BaseParseResponseValue.html deleted file mode 100644 index 66003e325..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/BaseParseResponseValue.html +++ /dev/null @@ -1,385 +0,0 @@ - - - - - - -public class BaseParseResponseValue -extends Object-
ApiResponse.Value from a Parse response| Modifier and Type | -Field and Description | -
|---|---|
ConversionMetadata |
-ConversionMetadata
-Information about converting the document to plain text
- |
-
Conversions |
-Conversions
-Any additional conversions you requested will be here (eg: PDF or HTML)
- |
-
ApiResponseInfoLite |
-GeocodeResponse
-If geocoding was requested in the
-ParseOptions.GeocodeOptions,
- the status of the geocode transaction will be output here |
-
ApiResponseInfoLite |
-IndexingResponse
-If indexing was requested in the
-ParseOptions.IndexingOptions,
- the status of the index transaction will be output here |
-
ParsingMetadata |
-ParsingMetadata
-Information about the parsing transaction
- |
-
ApiResponseInfoLite |
-ParsingResponse
-The status of the parse transaction
- |
-
ApiResponseInfoLite |
-ProfessionNormalizationResponse
-If profession normalization was requested in the
-BasicParseOptions.ProfessionsSettings,
- the status of the profession normalization transaction will be output here |
-
| Constructor and Description | -
|---|
BaseParseResponseValue() |
-
public ConversionMetadata ConversionMetadata-
public Conversions Conversions-
public ParsingMetadata ParsingMetadata-
public ApiResponseInfoLite GeocodeResponse-
ParseOptions.GeocodeOptions,
- the status of the geocode transaction will be output herepublic ApiResponseInfoLite IndexingResponse-
ParseOptions.IndexingOptions,
- the status of the index transaction will be output herepublic ApiResponseInfoLite ParsingResponse-
public ApiResponseInfoLite ProfessionNormalizationResponse-
BasicParseOptions.ProfessionsSettings,
- the status of the profession normalization transaction will be output hereCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/BasicParseOptions.html b/docs/com/textkernel/tx/models/api/parsing/BasicParseOptions.html deleted file mode 100644 index beceeb885..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/BasicParseOptions.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - -public class BasicParseOptions -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Configuration
-The configuration settings to use during parsing.
- |
-
String |
-NormalizerData
-Deprecated.
-
-use
-SkillsSettings and ProfessionsSettings instead |
-
ProfessionsSettings |
-ProfessionsSettings
-Enable normalization of job titles using our proprietary taxonomy and international standards.
- |
-
List<String> |
-SkillsData
-Deprecated.
-
-use
-SkillsSettings instead |
-
SkillsSettings |
-SkillsSettings
-Enable skills normalization and enhanced candidate summarization, and specify the version of the skills taxonomy for this parsing transaction.
- |
-
| Constructor and Description | -
|---|
BasicParseOptions() |
-
public String Configuration-
NOTE: leaving this null/empty will use the default parsing settings which is recommended in most cases.
@Deprecated -public List<String> SkillsData-
SkillsSettings instead@Deprecated -public String NormalizerData-
SkillsSettings and ProfessionsSettings insteadpublic SkillsSettings SkillsSettings-
public ProfessionsSettings ProfessionsSettings-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/ConversionMetadata.html b/docs/com/textkernel/tx/models/api/parsing/ConversionMetadata.html deleted file mode 100644 index 1f6de52bd..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/ConversionMetadata.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - -public class ConversionMetadata -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-DetectedType
-The file type that was detected
- |
-
String |
-DocumentHash
-The MD5 hash of the document bytes
- |
-
int |
-ElapsedMilliseconds
-How long the document conversion took, in milliseconds.
- |
-
String |
-OutputValidityCode
-The computed validity based on the source text.
- |
-
String |
-SuggestedFileExtension
-The suggested extension based on the
-DetectedType |
-
| Constructor and Description | -
|---|
ConversionMetadata() |
-
public String DetectedType-
public String SuggestedFileExtension-
DetectedTypepublic String OutputValidityCode-
public int ElapsedMilliseconds-
ApiResponseInfo.TotalElapsedMillisecondspublic String DocumentHash-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/Conversions.html b/docs/com/textkernel/tx/models/api/parsing/Conversions.html deleted file mode 100644 index 29ff2fde3..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/Conversions.html +++ /dev/null @@ -1,346 +0,0 @@ - - - - - - -public class Conversions -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-CandidateImage
-If a candidate photo was extracted, it will be output here.
- |
-
String |
-CandidateImageExtension
-If a candidate photo was extracted, the appropriate file extension for the photo will be output for this field (e.g.
- |
-
String |
-HTML
-If requested by
-ParseOptions.OutputHtml, this is the document converted to HTML. |
-
String |
-PDF
-If requested by
-ParseOptions.OutputPdf, this is the document converted to a PDF. |
-
String |
-RTF
-If requested by
-ParseOptions.OutputRtf, this is the document converted to RTF. |
-
| Constructor and Description | -
|---|
Conversions() |
-
public String PDF-
ParseOptions.OutputPdf, this is the document converted to a PDF.
- This is a byte[] as a Base64-encoded string. You can use Base64.getDecoder() and
- then Base64.Decoder.decode(String) to turn this back into a byte[]public String HTML-
ParseOptions.OutputHtml, this is the document converted to HTML.public String RTF-
ParseOptions.OutputRtf, this is the document converted to RTF.public String CandidateImage-
byte[] as a Base64-encoded string.
- You can use Base64.getDecoder() and then Base64.Decoder.decode(String) to turn this back into a byte[]public String CandidateImageExtension-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/FlexRequest.html b/docs/com/textkernel/tx/models/api/parsing/FlexRequest.html deleted file mode 100644 index a61f83fe2..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/FlexRequest.html +++ /dev/null @@ -1,329 +0,0 @@ - - - - - - -public class FlexRequest -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
FlexRequestDataType |
-DataType
-The data type for the reply
- |
-
List<String> |
-EnumerationValues
-If DataType is
-FlexRequestDataType.Enumeration, this is the list of possible replies. |
-
String |
-Identifier
-Unique field name to be returned alongside the reply in the response
- |
-
String |
-Prompt
-The prompt to be sent to the LLM Parsing Engine
- |
-
| Constructor and Description | -
|---|
FlexRequest() |
-
public String Prompt-
public String Identifier-
public FlexRequestDataType DataType-
public List<String> EnumerationValues-
FlexRequestDataType.Enumeration, this is the list of possible replies. This is limited to a maximum of 50 values.Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/FlexRequestDataType.html b/docs/com/textkernel/tx/models/api/parsing/FlexRequestDataType.html deleted file mode 100644 index d6b525183..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/FlexRequestDataType.html +++ /dev/null @@ -1,395 +0,0 @@ - - - - - - -public enum FlexRequestDataType -extends Enum<FlexRequestDataType>-
| Enum Constant and Description | -
|---|
Bool
-Boolean response expected
- |
-
Enumeration
-Text response should be from a provided list of options.
- |
-
List
-List of text responses expected
- |
-
Numeric
-Numeric response expected
- |
-
Text
-Text/string response expected
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static FlexRequestDataType |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static FlexRequestDataType[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
public static final FlexRequestDataType Text-
public static final FlexRequestDataType Numeric-
public static final FlexRequestDataType Bool-
public static final FlexRequestDataType List-
public static final FlexRequestDataType Enumeration-
FlexRequest.EnumerationValuespublic static FlexRequestDataType[] values()-
-for (FlexRequestDataType c : FlexRequestDataType.values()) - System.out.println(c); -
public static FlexRequestDataType valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/FlexResponse.html b/docs/com/textkernel/tx/models/api/parsing/FlexResponse.html deleted file mode 100644 index 0d991f6da..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/FlexResponse.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - -public class FlexResponse -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Code
-See https://developer.textkernel.com/tx-platform/v10/overview/#http-status-codes
- |
-
String |
-Message
-A short human-readable description explaining the
-Code value |
-
List<FlexResponseItem> |
-Responses
-Responses to FlexRequests
- |
-
| Constructor and Description | -
|---|
FlexResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/FlexResponseItem.html b/docs/com/textkernel/tx/models/api/parsing/FlexResponseItem.html deleted file mode 100644 index bb8d66907..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/FlexResponseItem.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class FlexResponseItem -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Identifier
-Unique field name assigned to the respective FlexRequest
- |
-
String |
-Reply
-Reply to the FlexRequest Prompt
- |
-
List<String> |
-ReplyList
-List of replies to the FlexRequest Prompt if the FlexRequest had a
-FlexRequestDataType.Enumeration DataType |
-
| Constructor and Description | -
|---|
FlexResponseItem() |
-
public String Identifier-
public String Reply-
public List<String> ReplyList-
FlexRequestDataType.Enumeration DataTypeCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/ParseJobResponse.html b/docs/com/textkernel/tx/models/api/parsing/ParseJobResponse.html deleted file mode 100644 index 578b23b8a..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/ParseJobResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class ParseJobResponse -extends ApiResponse<ParseJobResponseValue>-
Info, Value| Constructor and Description | -
|---|
ParseJobResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/ParseJobResponseValue.html b/docs/com/textkernel/tx/models/api/parsing/ParseJobResponseValue.html deleted file mode 100644 index 06ed911ca..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/ParseJobResponseValue.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class ParseJobResponseValue -extends BaseParseResponseValue-
ApiResponse.Value from a Parse response| Modifier and Type | -Field and Description | -
|---|---|
ParsedJob |
-JobData
-The main output from the Job Parser
- |
-
ConversionMetadata, Conversions, GeocodeResponse, IndexingResponse, ParsingMetadata, ParsingResponse, ProfessionNormalizationResponse| Constructor and Description | -
|---|
ParseJobResponseValue() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/ParseOptions.html b/docs/com/textkernel/tx/models/api/parsing/ParseOptions.html deleted file mode 100644 index cd4837746..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/ParseOptions.html +++ /dev/null @@ -1,428 +0,0 @@ - - - - - - -public class ParseOptions -extends BasicParseOptions-
| Modifier and Type | -Field and Description | -
|---|---|
List<FlexRequest> |
-FlexRequests
-Only used for resumes.
- |
-
GeocodeOptions |
-GeocodeOptions
-Use this property to also include geocoding in this parse request.
- |
-
boolean |
-HideHtmlImages
-true to remove any images in the converted HTML |
-
IndexSingleDocumentInfo |
-IndexingOptions
-If you are using AI Matching, use this property to also index the document after it is parsed/geocoded.
- |
-
boolean |
-OutputCandidateImage
-Only used for resumes.
- |
-
boolean |
-OutputHtml
-true to output the document converted to HTML |
-
boolean |
-OutputPdf
-true to output the document converted to PDF |
-
boolean |
-OutputRtf
-true to output the document converted to RTF |
-
boolean |
-UseLLMParser
-Only used for resumes.
- |
-
Configuration, NormalizerData, ProfessionsSettings, SkillsData, SkillsSettings| Constructor and Description | -
|---|
ParseOptions() |
-
public boolean OutputHtml-
true to output the document converted to HTMLpublic boolean HideHtmlImages-
true to remove any images in the converted HTMLpublic boolean OutputRtf-
true to output the document converted to RTFpublic boolean OutputPdf-
true to output the document converted to PDFpublic boolean OutputCandidateImage-
true to extract/output a candidate's image if it is present in the resume.public GeocodeOptions GeocodeOptions-
public IndexSingleDocumentInfo IndexingOptions-
public boolean UseLLMParser-
true, and the document is English, the LLM Parser will be used.
- See the overview documentation for more information.
- Additional charges will apply.public List<FlexRequest> FlexRequests-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/ParseRequest.html b/docs/com/textkernel/tx/models/api/parsing/ParseRequest.html deleted file mode 100644 index f52078984..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/ParseRequest.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - - -public class ParseRequest -extends ParseOptions-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-DocumentAsBase64String
-A Base64 encoded string of the document file bytes.
- |
-
String |
-DocumentLastModified
-Mandatory date - in ISO 8601 (yyyy-MM-dd) format - so that the Parser knows how to interpret dates in the document
- that are expressed as "current" or "as of" or similar.
- |
-
FlexRequests, GeocodeOptions, HideHtmlImages, IndexingOptions, OutputCandidateImage, OutputHtml, OutputPdf, OutputRtf, UseLLMParserConfiguration, NormalizerData, ProfessionsSettings, SkillsData, SkillsSettings| Constructor and Description | -
|---|
ParseRequest(Document doc,
- ParseOptions optionsToUse) |
-
public String DocumentAsBase64String-
Java users can use Base64.getEncoder() and then Base64.Encoder.encodeToString(byte[])
public String DocumentLastModified-
public ParseRequest(Document doc, - ParseOptions optionsToUse)-
doc - The document (resume or job) to parseoptionsToUse - Any non-default options to use (null for default)IllegalArgumentException - if the document is nullCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/ParseResumeResponse.html b/docs/com/textkernel/tx/models/api/parsing/ParseResumeResponse.html deleted file mode 100644 index 3433a6b00..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/ParseResumeResponse.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - - -public class ParseResumeResponse -extends ApiResponse<ParseResumeResponseValue>-
Info, Value| Constructor and Description | -
|---|
ParseResumeResponse() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/ParseResumeResponseValue.html b/docs/com/textkernel/tx/models/api/parsing/ParseResumeResponseValue.html deleted file mode 100644 index f86c3834c..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/ParseResumeResponseValue.html +++ /dev/null @@ -1,342 +0,0 @@ - - - - - - -public class ParseResumeResponseValue -extends BaseParseResponseValue-
ApiResponse.Value from a Parse response| Modifier and Type | -Field and Description | -
|---|---|
ApiResponseInfoLite |
-EducationNormalizationResponse
-Information about the status of education normalization during the parse
- |
-
FlexResponse |
-FlexResponse
-Information about the FlexRequests transaction, if any were provided.
- |
-
ParsedResume |
-RedactedResumeData
-Similar to
-ResumeData, but with all of the
- Personally Identifiable Information (PII) redacted. |
-
ParsedResume |
-ResumeData
-The main output from the Resume Parser
- |
-
ConversionMetadata, Conversions, GeocodeResponse, IndexingResponse, ParsingMetadata, ParsingResponse, ProfessionNormalizationResponse| Constructor and Description | -
|---|
ParseResumeResponseValue() |
-
public ParsedResume ResumeData-
public ParsedResume RedactedResumeData-
ResumeData, but with all of the
- Personally Identifiable Information (PII) redacted. For example,
- this property will contain no ParsedResume.ContactInformation.public FlexResponse FlexResponse-
public ApiResponseInfoLite EducationNormalizationResponse-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/ParsingMetadata.html b/docs/com/textkernel/tx/models/api/parsing/ParsingMetadata.html deleted file mode 100644 index 2f9d71c88..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/ParsingMetadata.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - -public class ParsingMetadata -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
int |
-ElapsedMilliseconds
-How long it took to parse the document, in milliseconds.
- |
-
String |
-LicenseSerialNumber
-For self-hosted customers only.
- |
-
String |
-ParserVersion
-The version of the SaaS parser
- |
-
boolean |
-TimedOut
-Whether or not the transaction timed out.
- |
-
TxPrimitive<Integer> |
-TimedOutAtMilliseconds
-If
-TimedOut is true, this is how much time was spent parsing before the timeout occurred |
-
| Constructor and Description | -
|---|
ParsingMetadata() |
-
public String ParserVersion-
public int ElapsedMilliseconds-
ApiResponseInfo.TotalElapsedMillisecondspublic boolean TimedOut-
true, the returned data may be incompletepublic TxPrimitive<Integer> TimedOutAtMilliseconds-
TimedOut is true, this is how much time was spent parsing before the timeout occurredpublic String LicenseSerialNumber-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/ProfessionsSettings.html b/docs/com/textkernel/tx/models/api/parsing/ProfessionsSettings.html deleted file mode 100644 index d9e8aedb6..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/ProfessionsSettings.html +++ /dev/null @@ -1,305 +0,0 @@ - - - - - - -public class ProfessionsSettings -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-Normalize
-When true, the most recent 3 job titles will be normalized.
- |
-
ProfessionNormalizationVersions |
-Version
-Specifies the versions to use when normalizing professions if more than one is available for a taxonomy.
- |
-
| Constructor and Description | -
|---|
ProfessionsSettings() |
-
public boolean Normalize-
- When enabling professions normalization, additional charges apply. -
- The following languages are supported: English, Chinese (Simplified), Dutch, French, German, Italian, Polish, Portuguese, and Spanish. For documents in other languages, no normalized values will be returned. -
- For AI Matching, normalized professions are automatically indexed and used if enabled. To also leverage profession
- normalization for user-created searches, enable SearchMatchSettings.NormalizeJobTitles.
-
- The profession taxonomy and the mappings are compatible with the taxonomies used in Textkernel's Data Enrichment APIs and Jobfeed, - enabling standardization of taxonomies across all of your data and benchmarking against jobs posted online.
public ProfessionNormalizationVersions Version-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/SkillsSettings.html b/docs/com/textkernel/tx/models/api/parsing/SkillsSettings.html deleted file mode 100644 index 318861062..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/SkillsSettings.html +++ /dev/null @@ -1,318 +0,0 @@ - - - - - - -public class SkillsSettings -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-Normalize
-When
-true:
-
- Raw skills will be normalized. |
-
String |
-TaxonomyVersion
-Specifies the version of the skills taxonomy to use.
- |
-
| Constructor and Description | -
|---|
SkillsSettings() |
-
public boolean Normalize-
true:
- ResumeV2Skills.Normalized or JobV2Skills.Normalized.
- TaxonomyVersion is set to (or defaults to) V2, additional charges apply
- This setting has no effect when TaxonomyVersion is set to (or defaults to) V1.
public String TaxonomyVersion-
V1 - (DEPRECATED) This is the default for old accounts. Will be removed in a future release.V2 - This is the default for new accounts, and must be explicitly set if you have access to V1 and V2.- Benefits of V2 include: -
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/BaseParseResponseValue.html b/docs/com/textkernel/tx/models/api/parsing/class-use/BaseParseResponseValue.html deleted file mode 100644 index 70cb7b8e9..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/BaseParseResponseValue.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ParseJobResponseValue
-The
-ApiResponse.Value from a Parse response |
-
class |
-ParseResumeResponseValue
-The
-ApiResponse.Value from a Parse response |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/BasicParseOptions.html b/docs/com/textkernel/tx/models/api/parsing/class-use/BasicParseOptions.html deleted file mode 100644 index 8e4fb98a1..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/BasicParseOptions.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.matching.ui.request | -- |
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Field and Description | -
|---|---|
BasicParseOptions |
-MatchUISettings.ParseOptions
-Options for parsing documents from external sources such as job boards
- and custom web sourcing.
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ParseOptions
-Options for parsing
- |
-
class |
-ParseRequest
-The request body for a Parse request
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/ConversionMetadata.html b/docs/com/textkernel/tx/models/api/parsing/class-use/ConversionMetadata.html deleted file mode 100644 index 955500206..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/ConversionMetadata.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Field and Description | -
|---|---|
ConversionMetadata |
-BaseParseResponseValue.ConversionMetadata
-Information about converting the document to plain text
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/Conversions.html b/docs/com/textkernel/tx/models/api/parsing/class-use/Conversions.html deleted file mode 100644 index 17a70b59f..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/Conversions.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Field and Description | -
|---|---|
Conversions |
-BaseParseResponseValue.Conversions
-Any additional conversions you requested will be here (eg: PDF or HTML)
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/FlexRequest.html b/docs/com/textkernel/tx/models/api/parsing/class-use/FlexRequest.html deleted file mode 100644 index cdb9b2225..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/FlexRequest.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<FlexRequest> |
-ParseOptions.FlexRequests
-Only used for resumes.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/FlexRequestDataType.html b/docs/com/textkernel/tx/models/api/parsing/class-use/FlexRequestDataType.html deleted file mode 100644 index 7841be887..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/FlexRequestDataType.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Field and Description | -
|---|---|
FlexRequestDataType |
-FlexRequest.DataType
-The data type for the reply
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static FlexRequestDataType |
-FlexRequestDataType.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static FlexRequestDataType[] |
-FlexRequestDataType.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/FlexResponse.html b/docs/com/textkernel/tx/models/api/parsing/class-use/FlexResponse.html deleted file mode 100644 index d0b901ced..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/FlexResponse.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Field and Description | -
|---|---|
FlexResponse |
-ParseResumeResponseValue.FlexResponse
-Information about the FlexRequests transaction, if any were provided.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/FlexResponseItem.html b/docs/com/textkernel/tx/models/api/parsing/class-use/FlexResponseItem.html deleted file mode 100644 index b0cb47f4e..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/FlexResponseItem.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<FlexResponseItem> |
-FlexResponse.Responses
-Responses to FlexRequests
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/ParseJobResponse.html b/docs/com/textkernel/tx/models/api/parsing/class-use/ParseJobResponse.html deleted file mode 100644 index 8d30050a8..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/ParseJobResponse.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.exceptions | -- |
| Modifier and Type | -Method and Description | -
|---|---|
ParseJobResponse |
-TxClient.parseJob(ParseRequest request)
-Parse a job
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
ParseJobResponse |
-TxUsableJobException.Response
-This may or may not be
-null or incomplete depending on what specific error occurred |
-
| Constructor and Description | -
|---|
TxGeocodeJobException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseJobResponse parseResponse) |
-
TxIndexJobException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseJobResponse parseResponse) |
-
TxProfessionNormalizationJobException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseJobResponse parseResponse) |
-
TxUsableJobException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseJobResponse parseResponse) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/ParseJobResponseValue.html b/docs/com/textkernel/tx/models/api/parsing/class-use/ParseJobResponseValue.html deleted file mode 100644 index a30b0f0f9..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/ParseJobResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/ParseOptions.html b/docs/com/textkernel/tx/models/api/parsing/class-use/ParseOptions.html deleted file mode 100644 index afcf17366..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/ParseOptions.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ParseRequest
-The request body for a Parse request
- |
-
| Constructor and Description | -
|---|
ParseRequest(Document doc,
- ParseOptions optionsToUse) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/ParseRequest.html b/docs/com/textkernel/tx/models/api/parsing/class-use/ParseRequest.html deleted file mode 100644 index 5e2c887cc..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/ParseRequest.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Modifier and Type | -Method and Description | -
|---|---|
ParseJobResponse |
-TxClient.parseJob(ParseRequest request)
-Parse a job
- |
-
ParseResumeResponse |
-TxClient.parseResume(ParseRequest request)
-Parse a resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/ParseResumeResponse.html b/docs/com/textkernel/tx/models/api/parsing/class-use/ParseResumeResponse.html deleted file mode 100644 index 427102380..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/ParseResumeResponse.html +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.exceptions | -- |
| Modifier and Type | -Method and Description | -
|---|---|
ParseResumeResponse |
-TxClient.parseResume(ParseRequest request)
-Parse a resume
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
ParseResumeResponse |
-TxUsableResumeException.Response
-This may or may not be
-null or incomplete depending on what specific error occurred |
-
| Constructor and Description | -
|---|
TxGeocodeResumeException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseResumeResponse parseResponse) |
-
TxIndexResumeException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseResumeResponse parseResponse) |
-
TxProfessionNormalizationResumeException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseResumeResponse parseResponse) |
-
TxUsableResumeException(okhttp3.Response response,
- ApiResponseInfoLite errorInfo,
- String transactionId,
- ParseResumeResponse parseResponse) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/ParseResumeResponseValue.html b/docs/com/textkernel/tx/models/api/parsing/class-use/ParseResumeResponseValue.html deleted file mode 100644 index 3fe70aed5..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/ParseResumeResponseValue.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/ParsingMetadata.html b/docs/com/textkernel/tx/models/api/parsing/class-use/ParsingMetadata.html deleted file mode 100644 index a4ddbfe37..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/ParsingMetadata.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Field and Description | -
|---|---|
ParsingMetadata |
-BaseParseResponseValue.ParsingMetadata
-Information about the parsing transaction
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/ProfessionsSettings.html b/docs/com/textkernel/tx/models/api/parsing/class-use/ProfessionsSettings.html deleted file mode 100644 index 452615560..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/ProfessionsSettings.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Field and Description | -
|---|---|
ProfessionsSettings |
-BasicParseOptions.ProfessionsSettings
-Enable normalization of job titles using our proprietary taxonomy and international standards.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/class-use/SkillsSettings.html b/docs/com/textkernel/tx/models/api/parsing/class-use/SkillsSettings.html deleted file mode 100644 index f6bda38d8..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/class-use/SkillsSettings.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| Modifier and Type | -Field and Description | -
|---|---|
SkillsSettings |
-BasicParseOptions.SkillsSettings
-Enable skills normalization and enhanced candidate summarization, and specify the version of the skills taxonomy for this parsing transaction.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/package-frame.html b/docs/com/textkernel/tx/models/api/parsing/package-frame.html deleted file mode 100644 index d4af3e969..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/package-frame.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| BaseParseResponseValue | -
- The
-ApiResponse.Value from a Parse response |
-
| BasicParseOptions | -
- Basic parse options
- |
-
| ConversionMetadata | -
- Information about a document conversion
- |
-
| Conversions | -
- Conversions output by the document converter during a parse transaction
- |
-
| FlexRequest | -
- Custom requests to ask during parsing.
- |
-
| FlexResponse | -
- Information about the FlexRequests transaction, if any were provided.
- |
-
| FlexResponseItem | -
- Responses to FlexRequests
- |
-
| ParseJobResponse | -
- The response body from a ParseJob API call
- |
-
| ParseJobResponseValue | -
- The
-ApiResponse.Value from a Parse response |
-
| ParseOptions | -
- Options for parsing
- |
-
| ParseRequest | -
- The request body for a Parse request
- |
-
| ParseResumeResponse | -
- The response body from a ParseResume API call
- |
-
| ParseResumeResponseValue | -
- The
-ApiResponse.Value from a Parse response |
-
| ParsingMetadata | -
- Metadata about a parsing transaction
- |
-
| ProfessionsSettings | -
- Enable normalization of job titles using our proprietary taxonomy and international standards.
- |
-
| SkillsSettings | -
- Enable skills normalization and enhanced candidate summarization, and specify the version of the skills taxonomy for this parsing transaction.
- |
-
| Enum | -Description | -
|---|---|
| FlexRequestDataType | -
- Possible data types for FlexRequests
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/package-tree.html b/docs/com/textkernel/tx/models/api/parsing/package-tree.html deleted file mode 100644 index bb982ebaf..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/package-tree.html +++ /dev/null @@ -1,179 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/api/parsing/package-use.html b/docs/com/textkernel/tx/models/api/parsing/package-use.html deleted file mode 100644 index aae06efcc..000000000 --- a/docs/com/textkernel/tx/models/api/parsing/package-use.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.exceptions | -- |
| com.textkernel.tx.models.api.matching.ui.request | -- |
| com.textkernel.tx.models.api.parsing | -- |
| Class and Description | -
|---|
| ParseJobResponse
- The response body from a ParseJob API call
- |
-
| ParseRequest
- The request body for a Parse request
- |
-
| ParseResumeResponse
- The response body from a ParseResume API call
- |
-
| Class and Description | -
|---|
| ParseJobResponse
- The response body from a ParseJob API call
- |
-
| ParseResumeResponse
- The response body from a ParseResume API call
- |
-
| Class and Description | -
|---|
| BasicParseOptions
- Basic parse options
- |
-
| Class and Description | -
|---|
| BaseParseResponseValue
- The
-ApiResponse.Value from a Parse response |
-
| BasicParseOptions
- Basic parse options
- |
-
| ConversionMetadata
- Information about a document conversion
- |
-
| Conversions
- Conversions output by the document converter during a parse transaction
- |
-
| FlexRequest
- Custom requests to ask during parsing.
- |
-
| FlexRequestDataType
- Possible data types for FlexRequests
- |
-
| FlexResponse
- Information about the FlexRequests transaction, if any were provided.
- |
-
| FlexResponseItem
- Responses to FlexRequests
- |
-
| ParseOptions
- Options for parsing
- |
-
| ParsingMetadata
- Metadata about a parsing transaction
- |
-
| ProfessionsSettings
- Enable normalization of job titles using our proprietary taxonomy and international standards.
- |
-
| SkillsSettings
- Enable skills normalization and enhanced candidate summarization, and specify the version of the skills taxonomy for this parsing transaction.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/class-use/Document.html b/docs/com/textkernel/tx/models/class-use/Document.html deleted file mode 100644 index 471e91721..000000000 --- a/docs/com/textkernel/tx/models/class-use/Document.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| Constructor and Description | -
|---|
ParseRequest(Document doc,
- ParseOptions optionsToUse) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/class-use/GeoCoordinates.html b/docs/com/textkernel/tx/models/class-use/GeoCoordinates.html deleted file mode 100644 index 2e28f68dd..000000000 --- a/docs/com/textkernel/tx/models/class-use/GeoCoordinates.html +++ /dev/null @@ -1,254 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.matching.request | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- 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 job.
- |
-
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.
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GeocodedCoordinates
-Represents a lat/lon provided by a 3rd party service
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
GeoCoordinates |
-GeocodeOptionsBase.GeoCoordinates
-The geographic coordinates (latitude/longitude) for your postal address.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
GeoCoordinates |
-FilterLocation.GeoPoint
-The geocordinates to be used in the location
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/class-use/GeocodedCoordinates.html b/docs/com/textkernel/tx/models/class-use/GeocodedCoordinates.html deleted file mode 100644 index 5d038bb82..000000000 --- a/docs/com/textkernel/tx/models/class-use/GeocodedCoordinates.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models | -- |
| Modifier and Type | -Field and Description | -
|---|---|
GeocodedCoordinates |
-Location.GeoCoordinates
-If geocoding has been done, this is the lat/lon for the location
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/class-use/Location.html b/docs/com/textkernel/tx/models/class-use/Location.html deleted file mode 100644 index 630ce8e0f..000000000 --- a/docs/com/textkernel/tx/models/class-use/Location.html +++ /dev/null @@ -1,264 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| com.textkernel.tx.models.resume | -- |
| com.textkernel.tx.models.resume.contactinfo | -- |
| com.textkernel.tx.models.resume.education | -- |
| com.textkernel.tx.models.resume.employment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
Location |
-ParsedJob.CurrentLocation
-The location of the job, if listed.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
Location |
-CandidateReference.Location
-The physical location of the reference
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
Location |
-ContactInformation.Location
-The candidate's location/address.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
Location |
-EducationDetails.Location
-The Country/Region/City of the school, if found
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
Location |
-Employer.Location
-The location/address of the employer
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/class-use/ParsedDocument.html b/docs/com/textkernel/tx/models/class-use/ParsedDocument.html deleted file mode 100644 index 6a388b55e..000000000 --- a/docs/com/textkernel/tx/models/class-use/ParsedDocument.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ParsedJob
-All of the information extracted while parsing a job
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ParsedResume
-All of the information extracted while parsing a resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/class-use/ParsedDocumentMetadata.html b/docs/com/textkernel/tx/models/class-use/ParsedDocumentMetadata.html deleted file mode 100644 index 71af83879..000000000 --- a/docs/com/textkernel/tx/models/class-use/ParsedDocumentMetadata.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| com.textkernel.tx.models.resume.metadata | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-JobMetadata
-Metadata about a parsed job
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ResumeMetadata
-Metadata about a parsed resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/class-use/TxDate.html b/docs/com/textkernel/tx/models/class-use/TxDate.html deleted file mode 100644 index 39d9efe61..000000000 --- a/docs/com/textkernel/tx/models/class-use/TxDate.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| com.textkernel.tx.models.resume.education | -- |
| com.textkernel.tx.models.resume.employment | -- |
| com.textkernel.tx.models.resume.military | -- |
| Modifier and Type | -Field and Description | -
|---|---|
TxDate |
-PersonalAttributes.DateOfBirth
-The date of birth given on the resume
- |
-
TxDate |
-TrainingDetails.EndDate
-The date the training ended
- |
-
TxDate |
-TrainingDetails.StartDate
-The date the training started
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
TxDate |
-EducationDetails.EndDate
-The date graduated or education ended
- |
-
TxDate |
-EducationDetails.LastEducationDate
-Deprecated.
-
-use
-EducationDetails.EndDate instead |
-
TxDate |
-EducationDetails.StartDate
-The date education started
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
TxDate |
-Position.EndDate
-The end date listed for this position
- |
-
TxDate |
-Position.StartDate
-The start date listed for this position
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
TxDate |
-MilitaryDetails.EndDate
-The end date for this post/job
- |
-
TxDate |
-MilitaryDetails.StartDate
-The start date for this post/job
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/class-use/TxPrimitive.html b/docs/com/textkernel/tx/models/class-use/TxPrimitive.html deleted file mode 100644 index 6b16abb7b..000000000 --- a/docs/com/textkernel/tx/models/class-use/TxPrimitive.html +++ /dev/null @@ -1,378 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.parsing | -- |
| com.textkernel.tx.models.job | -- |
| com.textkernel.tx.models.resume.education | -- |
| com.textkernel.tx.models.resume.employment | -- |
| com.textkernel.tx.models.resume.skills | -- |
| Modifier and Type | -Field and Description | -
|---|---|
TxPrimitive<Integer> |
-ParsingMetadata.TimedOutAtMilliseconds
-If
-ParsingMetadata.TimedOut is true, this is how much time was spent parsing before the timeout occurred |
-
| Modifier and Type | -Field and Description | -
|---|---|
TxPrimitive<java.time.LocalDate> |
-ApplicationDetails.ApplicationDeadline
-Deadline to apply for the job
- |
-
TxPrimitive<java.time.LocalDate> |
-ParsedJob.EndDate
-The end date for the job, if listed.
- |
-
TxPrimitive<Integer> |
-ParsedJob.HighestManagementScore
-The management score.
- |
-
TxPrimitive<Integer> |
-PayRange.Maximum
-The normalized maximum yearly salary
- |
-
TxPrimitive<Integer> |
-ParsedJob.MaximumWorkingHours
-The maximum number of working hours per week
- |
-
TxPrimitive<Integer> |
-ParsedJob.MaximumYears
-The maximum years experience for the job, if listed.
- |
-
TxPrimitive<Integer> |
-ParsedJob.MaximumYearsManagement
-The maximum years of management experience, if listed.
- |
-
TxPrimitive<Integer> |
-PayRange.Minimum
-The normalized minimum yearly salary
- |
-
TxPrimitive<Integer> |
-ParsedJob.MinimumWorkingHours
-The minimum number of working hours per week
- |
-
TxPrimitive<Integer> |
-ParsedJob.MinimumYears
-The minimum years experience for the job, if listed.
- |
-
TxPrimitive<Integer> |
-ParsedJob.MinimumYearsManagement
-The minimum years of management experience, if listed.
- |
-
TxPrimitive<java.time.LocalDate> |
-ApplicationDetails.PostedDate
-Date the job was posted
- |
-
TxPrimitive<java.time.LocalDate> |
-ParsedJob.StartDate
-The start date of the job.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
TxPrimitive<Boolean> |
-EducationDetails.Graduated
-Whether or not the candidate graduated
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
TxPrimitive<Integer> |
-Position.NumberEmployeesSupervised
-How many employees were supervised in this position/job
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
TxPrimitive<java.time.LocalDate> |
-ResumeSkill.ChildrenLastUsed
-If this skill has any variations, this describes the most recent date any of the variations were used
- |
-
TxPrimitive<Integer> |
-ResumeSkill.ChildrenMonthsExperience
-If this skill has any variations, this describes the total months experience of those variations
- |
-
TxPrimitive<java.time.LocalDate> |
-ResumeSkillVariation.LastUsed
-Describes the date the candidate last used the skill (derived from position dates)
- |
-
TxPrimitive<java.time.LocalDate> |
-ResumeNormalizedSkill.LastUsed
-Describes the date the candidate last used the skill (derived from position dates)
- |
-
TxPrimitive<java.time.LocalDate> |
-ResumeRawSkill.LastUsed
-Describes the date the candidate last used the skill (derived from position dates)
- |
-
TxPrimitive<Integer> |
-ResumeSkillVariation.MonthsExperience
-Describes the amount of experience a candidate has with this skill
- |
-
TxPrimitive<Integer> |
-ResumeNormalizedSkill.MonthsExperience
-Describes the amount of experience a candidate has with this skill
- |
-
TxPrimitive<Integer> |
-ResumeRawSkill.MonthsExperience
-Describes the amount of experience a candidate has with this skill
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/BasicProfession.html b/docs/com/textkernel/tx/models/dataenrichment/BasicProfession.html deleted file mode 100644 index 2f3dc18f8..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/BasicProfession.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -public class BasicProfession -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
Integer |
-CodeId
-The unique code ID of the profession in the Professions Taxonomy.
- |
-
String |
-Description
-The description of the profession in the desired language.
- |
-
| Constructor and Description | -
|---|
BasicProfession() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/ExtractedSkill.html b/docs/com/textkernel/tx/models/dataenrichment/ExtractedSkill.html deleted file mode 100644 index 8e9e4774d..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/ExtractedSkill.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class ExtractedSkill -extends SkillAndConfidence-
| Modifier and Type | -Field and Description | -
|---|---|
List<SkillMatch> |
-Matches
-A list of matches where this skill was found in the text.
- |
-
Confidence| Constructor and Description | -
|---|
ExtractedSkill() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/LangDescription.html b/docs/com/textkernel/tx/models/dataenrichment/LangDescription.html deleted file mode 100644 index a5700003a..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/LangDescription.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class LangDescription -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Description
-The description in the particular language.
- |
-
String |
-IsoCode
-The ISO code for the language of the description.
- |
-
| Constructor and Description | -
|---|
LangDescription() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/NormalizedProfession.html b/docs/com/textkernel/tx/models/dataenrichment/NormalizedProfession.html deleted file mode 100644 index 70150e1b0..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/NormalizedProfession.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class NormalizedProfession -extends Profession-
| Modifier and Type | -Field and Description | -
|---|---|
float |
-Confidence
-A value from [0 - 1] indicating how well the input job title matched to the normalized profession.
- |
-
Class, Group, Isco, Kldb2020, Onet, Onet2019, UkSoc2010, UwvBocCodeId, Description| Constructor and Description | -
|---|
NormalizedProfession() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/NormalizedSkill.html b/docs/com/textkernel/tx/models/dataenrichment/NormalizedSkill.html deleted file mode 100644 index f52b3fa85..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/NormalizedSkill.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class NormalizedSkill -extends SkillAndConfidence-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-RawText
-The raw text that matched to a skill description in the provided language.
- |
-
Confidence| Constructor and Description | -
|---|
NormalizedSkill() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/Profession.html b/docs/com/textkernel/tx/models/dataenrichment/Profession.html deleted file mode 100644 index 4d5f2932c..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/Profession.html +++ /dev/null @@ -1,407 +0,0 @@ - - - - - - -public class Profession -extends BasicProfession-
| Modifier and Type | -Field and Description | -
|---|---|
ProfessionClassification<Integer> |
-Class
-/// The class which this profession belongs to.
- |
-
ProfessionClassification<Integer> |
-Group
-The group which this profession belongs to.
- |
-
ProfessionClassification<String> |
-Isco
-/// The ISCO-2008 details of this profession.
- |
-
ProfessionClassification<String> |
-Kldb2020
-/// The KLDB-2020 details of this profession.
- |
-
ProfessionClassification<String> |
-Onet
-/// The O*NET 2010 (deprecated) details of this profession.
- |
-
ProfessionClassification<String> |
-Onet2019
-/// The O*NET 2019 details of this profession.
- |
-
ProfessionClassification<String> |
-UkSoc2010
-/// The UK-SOC-2010 details of this profession.
- |
-
ProfessionClassification<String> |
-UwvBoc
-/// The UWV-BOC details of this profession.
- |
-
CodeId, Description| Constructor and Description | -
|---|
Profession() |
-
public ProfessionClassification<Integer> Group-
public ProfessionClassification<Integer> Class-
public ProfessionClassification<String> Onet-
public ProfessionClassification<String> Isco-
public ProfessionClassification<String> Onet2019-
public ProfessionClassification<String> Kldb2020-
public ProfessionClassification<String> UwvBoc-
public ProfessionClassification<String> UkSoc2010-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/ProfessionClassification.html b/docs/com/textkernel/tx/models/dataenrichment/ProfessionClassification.html deleted file mode 100644 index 39e661d6e..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/ProfessionClassification.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -public class ProfessionClassification<T> -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
T |
-CodeId
-The code id of the profession concept.
- |
-
String |
-Description
-The description of the profession concept.
- |
-
| Constructor and Description | -
|---|
ProfessionClassification() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/ProfessionMultipleDescriptions.html b/docs/com/textkernel/tx/models/dataenrichment/ProfessionMultipleDescriptions.html deleted file mode 100644 index 7e9857f08..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/ProfessionMultipleDescriptions.html +++ /dev/null @@ -1,306 +0,0 @@ - - - - - - -public class ProfessionMultipleDescriptions -extends Profession-
| Modifier and Type | -Field and Description | -
|---|---|
List<LangDescription> |
-Descriptions
-A list of descriptions of the skill in all supported/requested languages.
- |
-
Class, Group, Isco, Kldb2020, Onet, Onet2019, UkSoc2010, UwvBocCodeId, Description| Constructor and Description | -
|---|
ProfessionMultipleDescriptions()
-The description of the skill in the requested language.
-NOTE: if multiple languages were requested, this is simply the first from Descriptions |
-
public List<LangDescription> Descriptions-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/Skill.html b/docs/com/textkernel/tx/models/dataenrichment/Skill.html deleted file mode 100644 index 8bdee3b9c..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/Skill.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - - - -public class Skill -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Description
-The description of the skill in the requested language.
- |
-
String |
-Id
-The ID of the skill in the taxonomy.
- |
-
String |
-IsoCode
-The language ISO 639-1 code.
- |
-
String |
-Type
-Type of skill.
- |
-
public String Description-
public String Id-
public String Type-
public String IsoCode-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/SkillAndConfidence.html b/docs/com/textkernel/tx/models/dataenrichment/SkillAndConfidence.html deleted file mode 100644 index 2b6cf2ed8..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/SkillAndConfidence.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class SkillAndConfidence -extends Skill-
| Modifier and Type | -Field and Description | -
|---|---|
float |
-Confidence
-Overall confidence that the skill was normalized to the correct skill.
- |
-
| Constructor and Description | -
|---|
SkillAndConfidence() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/SkillMatch.html b/docs/com/textkernel/tx/models/dataenrichment/SkillMatch.html deleted file mode 100644 index 30c0646b9..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/SkillMatch.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -public class SkillMatch -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
int |
-BeginSpan
-The index of the first character of the match (0-based).
- |
-
int |
-EndSpan
-The index of the last character of the match (0-based).
- |
-
float |
-Likelihood
-Likelihood that the matched term actually refers to a skill in the context of the text.
- |
-
String |
-RawText
-The actual term that was found as evidence of this skill (the substring from BeginSpan to EndSpan).
- |
-
| Constructor and Description | -
|---|
SkillMatch() |
-
public int BeginSpan-
public int EndSpan-
public float Likelihood-
public String RawText-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/SkillMultipleDescriptions.html b/docs/com/textkernel/tx/models/dataenrichment/SkillMultipleDescriptions.html deleted file mode 100644 index 98805b311..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/SkillMultipleDescriptions.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - -public class SkillMultipleDescriptions -extends Skill-
| Modifier and Type | -Field and Description | -
|---|---|
List<LangDescription> |
-Descriptions
-A list of descriptions of the skill in all supported/requested languages.
- |
-
| Constructor and Description | -
|---|
SkillMultipleDescriptions()
-The description of the skill in the requested language.
- |
-
public List<LangDescription> Descriptions-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/Taxonomy.html b/docs/com/textkernel/tx/models/dataenrichment/Taxonomy.html deleted file mode 100644 index a18bfcd74..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/Taxonomy.html +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - -public abstract class Taxonomy -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-CsvOutput
-If
-TaxonomyFormat.csv is requested, this string will contain the csv formatted taxonomy output. |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/TaxonomyMetadata.html b/docs/com/textkernel/tx/models/dataenrichment/TaxonomyMetadata.html deleted file mode 100644 index 308fe4d82..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/TaxonomyMetadata.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class TaxonomyMetadata -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-ServiceVersion
-The version number of the professions service.
- |
-
java.time.LocalDate |
-TaxonomyReleaseDate
-The date the taxonomy was released.
- |
-
| Constructor and Description | -
|---|
TaxonomyMetadata() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/VersionedProfessionClassification.html b/docs/com/textkernel/tx/models/dataenrichment/VersionedProfessionClassification.html deleted file mode 100644 index 7cb68f8d5..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/VersionedProfessionClassification.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class VersionedProfessionClassification<T> -extends ProfessionClassification<T>-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Version
-The version of the profession taxonomy
- |
-
CodeId, Description| Constructor and Description | -
|---|
VersionedProfessionClassification() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/BasicProfession.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/BasicProfession.html deleted file mode 100644 index 3bf28898c..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/BasicProfession.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.professions.response | -- |
| com.textkernel.tx.models.dataenrichment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<BasicProfession> |
-ProfessionsAutoCompleteResponseValue.Professions
-A list of professions that match the given Prefix.
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-NormalizedProfession
-A normalized profession and the confidence that the normalization is correct/fitting
- |
-
class |
-Profession
-A normalized profession from the Professions Taxonomy
- |
-
class |
-ProfessionMultipleDescriptions
-A skill object.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/ExtractedSkill.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/ExtractedSkill.html deleted file mode 100644 index aefbd215f..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/ExtractedSkill.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.skills.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ExtractedSkill> |
-ExtractSkillsResponseValue.Skills
-A list of extracted skills.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/LangDescription.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/LangDescription.html deleted file mode 100644 index d5edca2f1..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/LangDescription.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.dataenrichment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<LangDescription> |
-ProfessionMultipleDescriptions.Descriptions
-A list of descriptions of the skill in all supported/requested languages.
- |
-
List<LangDescription> |
-SkillMultipleDescriptions.Descriptions
-A list of descriptions of the skill in all supported/requested languages.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/NormalizedProfession.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/NormalizedProfession.html deleted file mode 100644 index fa0bd41c1..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/NormalizedProfession.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.professions.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<NormalizedProfession> |
-NormalizeProfessionsResponseValue.Professions
-A list of returned professions.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/NormalizedSkill.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/NormalizedSkill.html deleted file mode 100644 index 105b641d5..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/NormalizedSkill.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.skills.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<NormalizedSkill> |
-NormalizeSkillsResponseValue.Skills
-A list of skills objects.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/Profession.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/Profession.html deleted file mode 100644 index a47573ab9..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/Profession.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.professions.response | -- |
| com.textkernel.tx.models.dataenrichment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<Profession> |
-LookupProfessionCodesResponseValue.Professions
-A list of returned professions.
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-NormalizedProfession
-A normalized profession and the confidence that the normalization is correct/fitting
- |
-
class |
-ProfessionMultipleDescriptions
-A skill object.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/ProfessionClassification.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/ProfessionClassification.html deleted file mode 100644 index 733deb3fe..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/ProfessionClassification.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.dataenrichment | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-VersionedProfessionClassification<T>
-Object representing a profession concept with taxonomy version
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
ProfessionClassification<Integer> |
-Profession.Class
-/// The class which this profession belongs to.
- |
-
ProfessionClassification<Integer> |
-Profession.Group
-The group which this profession belongs to.
- |
-
ProfessionClassification<String> |
-Profession.Isco
-/// The ISCO-2008 details of this profession.
- |
-
ProfessionClassification<String> |
-Profession.Kldb2020
-/// The KLDB-2020 details of this profession.
- |
-
ProfessionClassification<String> |
-Profession.Onet
-/// The O*NET 2010 (deprecated) details of this profession.
- |
-
ProfessionClassification<String> |
-Profession.Onet2019
-/// The O*NET 2019 details of this profession.
- |
-
ProfessionClassification<String> |
-Profession.UkSoc2010
-/// The UK-SOC-2010 details of this profession.
- |
-
ProfessionClassification<String> |
-Profession.UwvBoc
-/// The UWV-BOC details of this profession.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/ProfessionMultipleDescriptions.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/ProfessionMultipleDescriptions.html deleted file mode 100644 index 72f00ef6b..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/ProfessionMultipleDescriptions.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.professions.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ProfessionMultipleDescriptions> |
-GetProfessionsTaxonomyResponseValue.Professions
-A list of returned professions.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/Skill.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/Skill.html deleted file mode 100644 index 56d2dc76a..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/Skill.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.skills.response | -- |
| com.textkernel.tx.models.dataenrichment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<Skill> |
-AutocompleteSkillsResponseValue.Skills
-A list of skills based on the given Prefix.
- |
-
List<Skill> |
-LookupSkillCodesResponseValue.Skills
-List of skills in from the skills taxonomy.
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ExtractedSkill
-An extracted, normalized skill from the Skills taxonomy.
- |
-
class |
-NormalizedSkill
-A normalized skill object.
- |
-
class |
-SkillAndConfidence
-A skill from the skill taxonomy, and the confidence that this is the correct skill for the given input.
- |
-
class |
-SkillMultipleDescriptions
-A skill object.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/SkillAndConfidence.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/SkillAndConfidence.html deleted file mode 100644 index afa75d0fe..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/SkillAndConfidence.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.dataenrichment | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ExtractedSkill
-An extracted, normalized skill from the Skills taxonomy.
- |
-
class |
-NormalizedSkill
-A normalized skill object.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/SkillMatch.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/SkillMatch.html deleted file mode 100644 index 928c82c83..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/SkillMatch.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.dataenrichment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<SkillMatch> |
-ExtractedSkill.Matches
-A list of matches where this skill was found in the text.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/SkillMultipleDescriptions.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/SkillMultipleDescriptions.html deleted file mode 100644 index df1af6304..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/SkillMultipleDescriptions.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.skills.response | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<SkillMultipleDescriptions> |
-GetSkillsTaxonomyResponseValue.Skills
-A list of skills objects.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/Taxonomy.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/Taxonomy.html deleted file mode 100644 index eae009391..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/Taxonomy.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.professions.response | -- |
| com.textkernel.tx.models.api.dataenrichment.skills.response | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GetProfessionsTaxonomyResponseValue
-One entry in the
-ApiResponse.Value from a 'GetProfessionsTaxonomy' response |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-GetSkillsTaxonomyResponseValue
-One entry in the
-ApiResponse.Value from a 'GetSkillsTaxonomy' response |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/TaxonomyMetadata.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/TaxonomyMetadata.html deleted file mode 100644 index d3b7d6835..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/TaxonomyMetadata.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/class-use/VersionedProfessionClassification.html b/docs/com/textkernel/tx/models/dataenrichment/class-use/VersionedProfessionClassification.html deleted file mode 100644 index d0a86f981..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/class-use/VersionedProfessionClassification.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/package-frame.html b/docs/com/textkernel/tx/models/dataenrichment/package-frame.html deleted file mode 100644 index 0978d57d4..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/package-frame.html +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| BasicProfession | -
- A profession ID/description from the Professions Taxonomy.
- |
-
| ExtractedSkill | -
- An extracted, normalized skill from the Skills taxonomy.
- |
-
| LangDescription | -
- The description in thed particular language.
- |
-
| NormalizedProfession | -
- A normalized profession and the confidence that the normalization is correct/fitting
- |
-
| NormalizedSkill | -
- A normalized skill object.
- |
-
| Profession | -
- A normalized profession from the Professions Taxonomy
- |
-
| ProfessionClassification<T> | -
- Object representing a profession concept
- |
-
| ProfessionMultipleDescriptions | -
- A skill object.
- |
-
| Skill | -
- A skill from the Skills Taxonomy
- |
-
| SkillAndConfidence | -
- A skill from the skill taxonomy, and the confidence that this is the correct skill for the given input.
- |
-
| SkillMatch | -
- A matched skill that was found in the text provided.
- |
-
| SkillMultipleDescriptions | -
- A skill object.
- |
-
| Taxonomy | -
- Base class for Skills and Professions taxonomies
- |
-
| TaxonomyMetadata | -
- Metadata about the Skills or Professions taxonomies
- |
-
| VersionedProfessionClassification<T> | -
- Object representing a profession concept with taxonomy version
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/package-tree.html b/docs/com/textkernel/tx/models/dataenrichment/package-tree.html deleted file mode 100644 index fcfb22273..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/package-tree.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/dataenrichment/package-use.html b/docs/com/textkernel/tx/models/dataenrichment/package-use.html deleted file mode 100644 index 6b83028d2..000000000 --- a/docs/com/textkernel/tx/models/dataenrichment/package-use.html +++ /dev/null @@ -1,273 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.api.dataenrichment.professions.response | -- |
| com.textkernel.tx.models.api.dataenrichment.skills.response | -- |
| com.textkernel.tx.models.dataenrichment | -- |
| Class and Description | -
|---|
| BasicProfession
- A profession ID/description from the Professions Taxonomy.
- |
-
| NormalizedProfession
- A normalized profession and the confidence that the normalization is correct/fitting
- |
-
| Profession
- A normalized profession from the Professions Taxonomy
- |
-
| ProfessionMultipleDescriptions
- A skill object.
- |
-
| Taxonomy
- Base class for Skills and Professions taxonomies
- |
-
| Class and Description | -
|---|
| ExtractedSkill
- An extracted, normalized skill from the Skills taxonomy.
- |
-
| NormalizedSkill
- A normalized skill object.
- |
-
| Skill
- A skill from the Skills Taxonomy
- |
-
| SkillMultipleDescriptions
- A skill object.
- |
-
| Taxonomy
- Base class for Skills and Professions taxonomies
- |
-
| Class and Description | -
|---|
| BasicProfession
- A profession ID/description from the Professions Taxonomy.
- |
-
| LangDescription
- The description in thed particular language.
- |
-
| Profession
- A normalized profession from the Professions Taxonomy
- |
-
| ProfessionClassification
- Object representing a profession concept
- |
-
| Skill
- A skill from the Skills Taxonomy
- |
-
| SkillAndConfidence
- A skill from the skill taxonomy, and the confidence that this is the correct skill for the given input.
- |
-
| SkillMatch
- A matched skill that was found in the text provided.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/ApplicationDetails.html b/docs/com/textkernel/tx/models/job/ApplicationDetails.html deleted file mode 100644 index 9450e2724..000000000 --- a/docs/com/textkernel/tx/models/job/ApplicationDetails.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -public class ApplicationDetails -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
TxPrimitive<java.time.LocalDate> |
-ApplicationDeadline
-Deadline to apply for the job
- |
-
String |
-ApplicationDescription
-Full text description of the application process
- |
-
String |
-ContactEmail
-Displayable email of the organization.
- |
-
String |
-ContactPerson
-Full name of the main contact person for the application
- |
-
String |
-ContactPhone
-Normalized phone of the organization with international calling prefix.
- |
-
TxPrimitive<java.time.LocalDate> |
-PostedDate
-Date the job was posted
- |
-
String |
-ReferenceNumber
-Any reference number found for the job application
- |
-
String |
-Website
-Validated and normalized displayable website of the organization.
- |
-
| Constructor and Description | -
|---|
ApplicationDetails() |
-
public String ApplicationDescription-
public String ContactPerson-
public String ContactPhone-
public String ContactEmail-
public String Website-
public TxPrimitive<java.time.LocalDate> ApplicationDeadline-
public TxPrimitive<java.time.LocalDate> PostedDate-
public String ReferenceNumber-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/EmployerNames.html b/docs/com/textkernel/tx/models/job/EmployerNames.html deleted file mode 100644 index 377cf418a..000000000 --- a/docs/com/textkernel/tx/models/job/EmployerNames.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class EmployerNames -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<String> |
-EmployerName
-All employer names found in a job description
- |
-
String |
-MainEmployerName
-The main/overall employer name
- |
-
| Constructor and Description | -
|---|
EmployerNames() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/JobDegree.html b/docs/com/textkernel/tx/models/job/JobDegree.html deleted file mode 100644 index 496f34716..000000000 --- a/docs/com/textkernel/tx/models/job/JobDegree.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -public class JobDegree -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-InternationalEducationLevel
-The normalized education level based on an international standard.
- |
-
String |
-LocalEducationLevel
-The normalized education level based on the job's country.
- |
-
String |
-Name
-The name of the educational degree
- |
-
String |
-Type
-The type of the educational degree
- |
-
public String Name-
public String Type-
public String LocalEducationLevel-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/JobMetadata.html b/docs/com/textkernel/tx/models/job/JobMetadata.html deleted file mode 100644 index d7250dc01..000000000 --- a/docs/com/textkernel/tx/models/job/JobMetadata.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - - -public class JobMetadata -extends ParsedDocumentMetadata-
DocumentCulture, DocumentLanguage, DocumentLastModified, ParserSettings, PlainText| Constructor and Description | -
|---|
JobMetadata() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/JobTitles.html b/docs/com/textkernel/tx/models/job/JobTitles.html deleted file mode 100644 index 8a9c2e830..000000000 --- a/docs/com/textkernel/tx/models/job/JobTitles.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class JobTitles -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<String> |
-JobTitle
-All job titles found in the job description
- |
-
String |
-MainJobTitle
-The main/overall job title
- |
-
ParsingNormalizedProfession |
-NormalizedProfession
-Normalized profession for the main job title.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/ParsedJob.html b/docs/com/textkernel/tx/models/job/ParsedJob.html deleted file mode 100644 index c0a23ba65..000000000 --- a/docs/com/textkernel/tx/models/job/ParsedJob.html +++ /dev/null @@ -1,979 +0,0 @@ - - - - - - -public class ParsedJob -extends ParsedDocument-
| Modifier and Type | -Field and Description | -
|---|---|
ApplicationDetails |
-ApplicationDetails
-Information about the application process.
- |
-
String |
-Benefits
-Full text of any benefits listed by the job.
- |
-
List<String> |
-CertificationsAndLicenses
-Any certifications/licenses listed in the job.
- |
-
String |
-ContractType
-The contract type.
- |
-
boolean |
-CurrentJobIsManagement
-Whether or not the job is a management position.
- |
-
Location |
-CurrentLocation
-The location of the job, if listed.
- |
-
List<JobDegree> |
-Degrees
-The educational degrees found listed in the job.
- |
-
List<String> |
-DriversLicenses
-Any drivers license requirements
- |
-
String |
-EmployerDescription
-Full text of any employer description listed by the job.
- |
-
EmployerNames |
-EmployerNames
-The employer names found in the job.
- |
-
String |
-EmploymentType
-The type of employment.
- |
-
TxPrimitive<java.time.LocalDate> |
-EndDate
-The end date for the job, if listed.
- |
-
String |
-ExecutiveType
-What kind of executive position the job is, if any.
- |
-
TxPrimitive<Integer> |
-HighestManagementScore
-The management score.
- |
-
boolean |
-IsRemote
-Whether or not the position is remote.
- |
-
String |
-JobDescription
-Section containing information about the job.
- |
-
JobMetadata |
-JobMetadata
-Metadata about the parsed job
- |
-
String |
-JobRequirements
-Full text of any requirements listed by the job.
- |
-
JobTitles |
-JobTitles
-The job titles found in the job.
- |
-
List<String> |
-LanguageCodes
-Any languages listed in the job.
- |
-
String |
-ManagementLevel
-The management level.
- |
-
TxPrimitive<Integer> |
-MaximumWorkingHours
-The maximum number of working hours per week
- |
-
TxPrimitive<Integer> |
-MaximumYears
-The maximum years experience for the job, if listed.
- |
-
TxPrimitive<Integer> |
-MaximumYearsManagement
-The maximum years of management experience, if listed.
- |
-
TxPrimitive<Integer> |
-MinimumWorkingHours
-The minimum number of working hours per week
- |
-
TxPrimitive<Integer> |
-MinimumYears
-The minimum years experience for the job, if listed.
- |
-
TxPrimitive<Integer> |
-MinimumYearsManagement
-The minimum years of management experience, if listed.
- |
-
List<String> |
-Owners
-Any owners of the job posting, if listed.
- |
-
String |
-RequiredDegree
-The required educational degree, if listed.
- |
-
PayRange |
-Salary
-The salary found for the position.
- |
-
List<String> |
-SchoolNames
-Any school names listed in the job
- |
-
JobV2Skills |
-Skills
-Skills output when
-SkillsSettings.TaxonomyVersion is set to (or defaults to) V2. |
-
List<JobTaxonomyRoot> |
-SkillsData
-Deprecated.
-
-use
-Skills instead for better results |
-
TxPrimitive<java.time.LocalDate> |
-StartDate
-The start date of the job.
- |
-
List<String> |
-TermsOfInterest
-Terms of interest listed in the job
- |
-
List<String> |
-UserDefinedTags
-A list of User-Defined Tags
- that are assigned to this job.
- |
-
String |
-WorkingHours
-The type of working hours.
- |
-
| Constructor and Description | -
|---|
ParsedJob()
-Deprecated.
-
-You should never create one of these. Instead, these are output by the Job Parser.
- The API does not support manually-created jobs to be used in the AI Matching engine.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static ParsedJob |
-fromFile(String path)
-Load a parsed job from a json file using UTF-8 encoding.
- |
-
static ParsedJob |
-fromJson(String utf8json)
-Create a parsed job from json.
- |
-
toFile, toJson, toStringpublic boolean CurrentJobIsManagement-
public TxPrimitive<Integer> HighestManagementScore-
public String ManagementLevel-
public String ExecutiveType-
public TxPrimitive<Integer> MinimumYears-
public TxPrimitive<Integer> MaximumYears-
public TxPrimitive<Integer> MinimumYearsManagement-
public TxPrimitive<Integer> MaximumYearsManagement-
public String RequiredDegree-
public TxPrimitive<java.time.LocalDate> StartDate-
public TxPrimitive<java.time.LocalDate> EndDate-
public String JobDescription-
public String JobRequirements-
public String Benefits-
public String EmployerDescription-
public JobTitles JobTitles-
public EmployerNames EmployerNames-
public List<JobDegree> Degrees-
public List<String> CertificationsAndLicenses-
public List<String> LanguageCodes-
public Location CurrentLocation-
public ApplicationDetails ApplicationDetails-
public PayRange Salary-
public TxPrimitive<Integer> MinimumWorkingHours-
public TxPrimitive<Integer> MaximumWorkingHours-
public String WorkingHours-
public boolean IsRemote-
public String EmploymentType-
public String ContractType-
@Deprecated -public List<JobTaxonomyRoot> SkillsData-
Skills instead for better resultsSkillsSettings.TaxonomyVersion is set to (or defaults to) V1.public JobV2Skills Skills-
SkillsSettings.TaxonomyVersion is set to (or defaults to) V2.public JobMetadata JobMetadata-
public List<String> UserDefinedTags-
NOTE: you may add/remove these prior to indexing. This is the only property you may modify prior to indexing.
@Deprecated -public ParsedJob()-
public static ParsedJob fromFile(String path) - throws IOException, - com.google.gson.JsonParseException-
path - The full path to the json fileParsedJobIOException - When an error occurs reading the filecom.google.gson.JsonParseException - If you try to parse an invalid ParsedResume JSON stringpublic static ParsedJob fromJson(String utf8json) - throws com.google.gson.JsonParseException-
utf8json - The UTF-8 encoded json stringParsedJobcom.google.gson.JsonParseException - If you try to parse an invalid ParsedResume JSON stringCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/PayRange.html b/docs/com/textkernel/tx/models/job/PayRange.html deleted file mode 100644 index c1508df27..000000000 --- a/docs/com/textkernel/tx/models/job/PayRange.html +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - -public class PayRange -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Currency
-
- |
-
TxPrimitive<Integer> |
-Maximum
-The normalized maximum yearly salary
- |
-
TxPrimitive<Integer> |
-Minimum
-The normalized minimum yearly salary
- |
-
String |
-RawMaximum
-The raw, un-normalized, maximum value.
- |
-
String |
-RawMinimum
-The raw, un-normalized, minimum value.
- |
-
String |
-TimeScale
-Time scale applied to the raw values to get the minimum and maximum annual salary.
- |
-
public TxPrimitive<Integer> Minimum-
public TxPrimitive<Integer> Maximum-
public String RawMinimum-
public String RawMaximum-
public String Currency- -
public String TimeScale-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/class-use/ApplicationDetails.html b/docs/com/textkernel/tx/models/job/class-use/ApplicationDetails.html deleted file mode 100644 index ea48c4f6f..000000000 --- a/docs/com/textkernel/tx/models/job/class-use/ApplicationDetails.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| Modifier and Type | -Field and Description | -
|---|---|
ApplicationDetails |
-ParsedJob.ApplicationDetails
-Information about the application process.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/class-use/EmployerNames.html b/docs/com/textkernel/tx/models/job/class-use/EmployerNames.html deleted file mode 100644 index 7fd95f7a8..000000000 --- a/docs/com/textkernel/tx/models/job/class-use/EmployerNames.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| Modifier and Type | -Field and Description | -
|---|---|
EmployerNames |
-ParsedJob.EmployerNames
-The employer names found in the job.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/class-use/JobDegree.html b/docs/com/textkernel/tx/models/job/class-use/JobDegree.html deleted file mode 100644 index a817765c3..000000000 --- a/docs/com/textkernel/tx/models/job/class-use/JobDegree.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<JobDegree> |
-ParsedJob.Degrees
-The educational degrees found listed in the job.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/class-use/JobMetadata.html b/docs/com/textkernel/tx/models/job/class-use/JobMetadata.html deleted file mode 100644 index d54af35c5..000000000 --- a/docs/com/textkernel/tx/models/job/class-use/JobMetadata.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| Modifier and Type | -Field and Description | -
|---|---|
JobMetadata |
-ParsedJob.JobMetadata
-Metadata about the parsed job
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/class-use/JobTitles.html b/docs/com/textkernel/tx/models/job/class-use/JobTitles.html deleted file mode 100644 index 7a590015f..000000000 --- a/docs/com/textkernel/tx/models/job/class-use/JobTitles.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| Modifier and Type | -Field and Description | -
|---|---|
JobTitles |
-ParsedJob.JobTitles
-The job titles found in the job.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/class-use/ParsedJob.html b/docs/com/textkernel/tx/models/job/class-use/ParsedJob.html deleted file mode 100644 index b9aa983df..000000000 --- a/docs/com/textkernel/tx/models/job/class-use/ParsedJob.html +++ /dev/null @@ -1,513 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.indexes | -- |
| com.textkernel.tx.models.api.matching | -- |
| com.textkernel.tx.models.api.parsing | -- |
| com.textkernel.tx.models.job | -- |
| Modifier and Type | -Method and Description | -
|---|---|
GeocodeJobResponse |
-TxClient.geocode(ParsedJob job,
- Address address,
- GeocodeCredentials geocodeCredentials)
-Use this if you would like to provide an address for geocoding instead of using the one in the parsed
- job.
- |
-
GeocodeJobResponse |
-TxClient.geocode(ParsedJob job,
- GeocodeCredentials geocodeCredentials)
-Uses the address in the job (if present) to look up geocoordinates and add them into the ParsedJob object.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- 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
- rjobesume.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- IndexSingleDocumentInfo indexingOptions,
- boolean indexIfGeocodeFails,
- GeocodeCredentials geocodeCredentials)
-Uses the address in the job (if present) to look up geocoordinates and add them into the ParsedJob object.
- |
-
GeocodeAndIndexJobResponse |
-TxClient.geocodeAndIndex(ParsedJob job,
- 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 job.
- |
-
IndexDocumentResponse |
-TxClient.indexDocument(ParsedJob job,
- String indexId,
- String documentId,
- List<String> userDefinedTags)
-Add a job to an existing index
- |
-
MatchResponse |
-TxClient.match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed job.
- |
-
GenerateUIResponse |
-TxUIClient.match(ParsedJob job,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Create a Matching UI session to find matches for a non-indexed job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(ParsedJob job)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(ParsedJob job,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkills(ParsedJob job,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedJob job)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedJob job,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedJob job,
- String outputLanguage)
-Suggest professions based on the skills within a given job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessions(ParsedJob job)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessions(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessionsV2(ParsedJob job)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessionsV2(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job based on the profession title in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkills(ParsedJob job,
- int limit,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkills(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(ParsedJob job,
- int limit,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(ParsedJob job,
- String outputLanguage)
-Suggests skills related to a job (but not in the job) based on the skills in the job.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedJob |
-ParsedJobWithId.JobData
-A job generated by the job parser
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedJob |
-GeocodeAndIndexJobRequest.JobData
-The job you wish to be geocoded/indexed
- |
-
ParsedJob |
-GeocodeAndIndexJobResponseValue.JobData
-The job you sent to be geocoded/indexed with geolocation coordinates added
- |
-
ParsedJob |
-GeocodeJobResponseValue.JobData
-The job you sent to be geocoded with geolocation coordinates added
- |
-
ParsedJob |
-GeocodeJobRequest.JobData
-The job you wish to be geocoded
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedJob |
-IndexJobInfo.JobData
-A job to index
- |
-
ParsedJob |
-IndexJobRequest.JobData
-A job to index
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedJob |
-MatchJobRequest.JobData
-The job to match.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
ParsedJob |
-ParseJobResponseValue.JobData
-The main output from the Job Parser
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static ParsedJob |
-ParsedJob.fromFile(String path)
-Load a parsed job from a json file using UTF-8 encoding.
- |
-
static ParsedJob |
-ParsedJob.fromJson(String utf8json)
-Create a parsed job from json.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/class-use/PayRange.html b/docs/com/textkernel/tx/models/job/class-use/PayRange.html deleted file mode 100644 index 6e6c40b40..000000000 --- a/docs/com/textkernel/tx/models/job/class-use/PayRange.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| Modifier and Type | -Field and Description | -
|---|---|
PayRange |
-ParsedJob.Salary
-The salary found for the position.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/package-frame.html b/docs/com/textkernel/tx/models/job/package-frame.html deleted file mode 100644 index 8f4151c34..000000000 --- a/docs/com/textkernel/tx/models/job/package-frame.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| ApplicationDetails | -
- An object containing details about the application process
- |
-
| EmployerNames | -
- Names of employers found in a job description
- |
-
| JobDegree | -
- A preferred/required educational degree found in a job
- |
-
| JobMetadata | -
- Metadata about a parsed job
- |
-
| JobTitles | -
- Job titles found in a job description
- |
-
| ParsedJob | -
- All of the information extracted while parsing a job
- |
-
| PayRange | -
- An object containing details about a job position's pay.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/package-tree.html b/docs/com/textkernel/tx/models/job/package-tree.html deleted file mode 100644 index 2621f18ea..000000000 --- a/docs/com/textkernel/tx/models/job/package-tree.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/package-use.html b/docs/com/textkernel/tx/models/job/package-use.html deleted file mode 100644 index f3b91501f..000000000 --- a/docs/com/textkernel/tx/models/job/package-use.html +++ /dev/null @@ -1,317 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.indexes | -- |
| com.textkernel.tx.models.api.matching | -- |
| com.textkernel.tx.models.api.parsing | -- |
| com.textkernel.tx.models.job | -- |
| Class and Description | -
|---|
| ParsedJob
- All of the information extracted while parsing a job
- |
-
| Class and Description | -
|---|
| ParsedJob
- All of the information extracted while parsing a job
- |
-
| Class and Description | -
|---|
| ParsedJob
- All of the information extracted while parsing a job
- |
-
| Class and Description | -
|---|
| ParsedJob
- All of the information extracted while parsing a job
- |
-
| Class and Description | -
|---|
| ParsedJob
- All of the information extracted while parsing a job
- |
-
| Class and Description | -
|---|
| ParsedJob
- All of the information extracted while parsing a job
- |
-
| Class and Description | -
|---|
| ApplicationDetails
- An object containing details about the application process
- |
-
| EmployerNames
- Names of employers found in a job description
- |
-
| JobDegree
- A preferred/required educational degree found in a job
- |
-
| JobMetadata
- Metadata about a parsed job
- |
-
| JobTitles
- Job titles found in a job description
- |
-
| ParsedJob
- All of the information extracted while parsing a job
- |
-
| PayRange
- An object containing details about a job position's pay.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/JobNormalizedSkill.html b/docs/com/textkernel/tx/models/job/skills/JobNormalizedSkill.html deleted file mode 100644 index d9a9fab33..000000000 --- a/docs/com/textkernel/tx/models/job/skills/JobNormalizedSkill.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class JobNormalizedSkill -extends NormalizedSkill-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-Required
-true if this skill was listed as 'required' on the job description |
-
| Constructor and Description | -
|---|
JobNormalizedSkill() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/JobRawSkill.html b/docs/com/textkernel/tx/models/job/skills/JobRawSkill.html deleted file mode 100644 index 9a15b5bb0..000000000 --- a/docs/com/textkernel/tx/models/job/skills/JobRawSkill.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class JobRawSkill -extends RawSkill-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-Required
-true if this skill was listed as 'required' on the job description |
-
| Constructor and Description | -
|---|
JobRawSkill() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/JobSkill.html b/docs/com/textkernel/tx/models/job/skills/JobSkill.html deleted file mode 100644 index d6a9ddec1..000000000 --- a/docs/com/textkernel/tx/models/job/skills/JobSkill.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class JobSkill -extends JobSkillVariation-
| Modifier and Type | -Field and Description | -
|---|---|
List<JobSkillVariation> |
-Variations
-The variations (synonyms) of this skill that were found
- |
-
RequiredExistsInText, Id, NameCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/JobSkillVariation.html b/docs/com/textkernel/tx/models/job/skills/JobSkillVariation.html deleted file mode 100644 index c2591899e..000000000 --- a/docs/com/textkernel/tx/models/job/skills/JobSkillVariation.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-Required
-true if this skill was listed as 'required' on the job description |
-
ExistsInText, Id, Name| Constructor and Description | -
|---|
JobSkillVariation() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/JobSubTaxonomy.html b/docs/com/textkernel/tx/models/job/skills/JobSubTaxonomy.html deleted file mode 100644 index e3d98ed88..000000000 --- a/docs/com/textkernel/tx/models/job/skills/JobSubTaxonomy.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class JobSubTaxonomy -extends FoundSubTaxonomy-
| Modifier and Type | -Field and Description | -
|---|---|
List<JobSkill> |
-Skills
-The skills from this subtaxonomy that were found
- |
-
PercentOfOverall, PercentOfParentSubTaxonomyId, SubTaxonomyName| Constructor and Description | -
|---|
JobSubTaxonomy() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/JobTaxonomy.html b/docs/com/textkernel/tx/models/job/skills/JobTaxonomy.html deleted file mode 100644 index 2f7c8c2f5..000000000 --- a/docs/com/textkernel/tx/models/job/skills/JobTaxonomy.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - -public class JobTaxonomy -extends FoundTaxonomy<JobSubTaxonomy>-
JobSubTaxonomy)PercentOfOverallId, Name, SubTaxonomies| Constructor and Description | -
|---|
JobTaxonomy() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/JobTaxonomyRoot.html b/docs/com/textkernel/tx/models/job/skills/JobTaxonomyRoot.html deleted file mode 100644 index baf231580..000000000 --- a/docs/com/textkernel/tx/models/job/skills/JobTaxonomyRoot.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class JobTaxonomyRoot -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Root
-The name of the skills list that these taxonomies belong to
- |
-
List<JobTaxonomy> |
-Taxonomies
-The taxonomies found in a job
- |
-
| Constructor and Description | -
|---|
JobTaxonomyRoot() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/JobV2Skills.html b/docs/com/textkernel/tx/models/job/skills/JobV2Skills.html deleted file mode 100644 index aa7d9fa39..000000000 --- a/docs/com/textkernel/tx/models/job/skills/JobV2Skills.html +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - -public class JobV2Skills -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<JobNormalizedSkill> |
-Normalized
-Normalized skills output when
-SkillsSettings.TaxonomyVersion is set to (or defaults to) V2
- and SkillsSettings.Normalize is set to true |
-
List<JobRawSkill> |
-Raw
-Array of skills exactly as found in the plain text of the document.
- |
-
List<ProfessionClass> |
-RelatedProfessionClasses
-Professions most related to the document.
- |
-
| Constructor and Description | -
|---|
JobV2Skills() |
-
public List<JobRawSkill> Raw-
public List<JobNormalizedSkill> Normalized-
SkillsSettings.TaxonomyVersion is set to (or defaults to) V2
- and SkillsSettings.Normalize is set to truepublic List<ProfessionClass> RelatedProfessionClasses-
SkillsSettings.TaxonomyVersion is set to (or defaults to) V2
- and SkillsSettings.Normalize is set to trueCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/class-use/JobNormalizedSkill.html b/docs/com/textkernel/tx/models/job/skills/class-use/JobNormalizedSkill.html deleted file mode 100644 index a71afc3c7..000000000 --- a/docs/com/textkernel/tx/models/job/skills/class-use/JobNormalizedSkill.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<JobNormalizedSkill> |
-JobV2Skills.Normalized
-Normalized skills output when
-SkillsSettings.TaxonomyVersion is set to (or defaults to) V2
- and SkillsSettings.Normalize is set to true |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/class-use/JobRawSkill.html b/docs/com/textkernel/tx/models/job/skills/class-use/JobRawSkill.html deleted file mode 100644 index 4267d69f2..000000000 --- a/docs/com/textkernel/tx/models/job/skills/class-use/JobRawSkill.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<JobRawSkill> |
-JobV2Skills.Raw
-Array of skills exactly as found in the plain text of the document.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/class-use/JobSkill.html b/docs/com/textkernel/tx/models/job/skills/class-use/JobSkill.html deleted file mode 100644 index ac3094f87..000000000 --- a/docs/com/textkernel/tx/models/job/skills/class-use/JobSkill.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<JobSkill> |
-JobSubTaxonomy.Skills
-The skills from this subtaxonomy that were found
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/class-use/JobSkillVariation.html b/docs/com/textkernel/tx/models/job/skills/class-use/JobSkillVariation.html deleted file mode 100644 index a044f5f41..000000000 --- a/docs/com/textkernel/tx/models/job/skills/class-use/JobSkillVariation.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-JobSkill
-A skill listed in a job
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
List<JobSkillVariation> |
-JobSkill.Variations
-The variations (synonyms) of this skill that were found
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/class-use/JobSubTaxonomy.html b/docs/com/textkernel/tx/models/job/skills/class-use/JobSubTaxonomy.html deleted file mode 100644 index 76b3ab00e..000000000 --- a/docs/com/textkernel/tx/models/job/skills/class-use/JobSubTaxonomy.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/class-use/JobTaxonomy.html b/docs/com/textkernel/tx/models/job/skills/class-use/JobTaxonomy.html deleted file mode 100644 index 709a43218..000000000 --- a/docs/com/textkernel/tx/models/job/skills/class-use/JobTaxonomy.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<JobTaxonomy> |
-JobTaxonomyRoot.Taxonomies
-The taxonomies found in a job
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/class-use/JobTaxonomyRoot.html b/docs/com/textkernel/tx/models/job/skills/class-use/JobTaxonomyRoot.html deleted file mode 100644 index 71f3bfa54..000000000 --- a/docs/com/textkernel/tx/models/job/skills/class-use/JobTaxonomyRoot.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<JobTaxonomyRoot> |
-ParsedJob.SkillsData
-Deprecated.
-
-use
-ParsedJob.Skills instead for better results |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/class-use/JobV2Skills.html b/docs/com/textkernel/tx/models/job/skills/class-use/JobV2Skills.html deleted file mode 100644 index d7ecb43e3..000000000 --- a/docs/com/textkernel/tx/models/job/skills/class-use/JobV2Skills.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| Modifier and Type | -Field and Description | -
|---|---|
JobV2Skills |
-ParsedJob.Skills
-Skills output when
-SkillsSettings.TaxonomyVersion is set to (or defaults to) V2. |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/package-frame.html b/docs/com/textkernel/tx/models/job/skills/package-frame.html deleted file mode 100644 index f24626e7d..000000000 --- a/docs/com/textkernel/tx/models/job/skills/package-frame.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| JobNormalizedSkill | -
- Normalized skill concept representing one or more raw skills that were extracted.
- |
-
| JobRawSkill | -
- Skill exactly as it was found in the plain text of the document.
- |
-
| JobSkill | -
- A skill listed in a job
- |
-
| JobSkillVariation | -
- A skill listed in a job
- |
-
| JobSubTaxonomy | -
- A subtaxonomy to group similar skills
- |
-
| JobTaxonomy | -
- A container to group similar skills subtaxonomies (see
-JobSubTaxonomy) |
-
| JobTaxonomyRoot | -
- A container for skills taxonomies found in a job
- |
-
| JobV2Skills | -
- Skills output when version 2 of the taxonomy is utilized.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/package-tree.html b/docs/com/textkernel/tx/models/job/skills/package-tree.html deleted file mode 100644 index b11827804..000000000 --- a/docs/com/textkernel/tx/models/job/skills/package-tree.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/job/skills/package-use.html b/docs/com/textkernel/tx/models/job/skills/package-use.html deleted file mode 100644 index 5b535c21e..000000000 --- a/docs/com/textkernel/tx/models/job/skills/package-use.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| com.textkernel.tx.models.job.skills | -- |
| Class and Description | -
|---|
| JobTaxonomyRoot
- A container for skills taxonomies found in a job
- |
-
| JobV2Skills
- Skills output when version 2 of the taxonomy is utilized.
- |
-
| Class and Description | -
|---|
| JobNormalizedSkill
- Normalized skill concept representing one or more raw skills that were extracted.
- |
-
| JobRawSkill
- Skill exactly as it was found in the plain text of the document.
- |
-
| JobSkill
- A skill listed in a job
- |
-
| JobSkillVariation
- A skill listed in a job
- |
-
| JobTaxonomy
- A container to group similar skills subtaxonomies (see
-JobSubTaxonomy) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/matching/Index.html b/docs/com/textkernel/tx/models/matching/Index.html deleted file mode 100644 index fd6427532..000000000 --- a/docs/com/textkernel/tx/models/matching/Index.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class Index -extends Object-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/matching/IndexType.html b/docs/com/textkernel/tx/models/matching/IndexType.html deleted file mode 100644 index 2c7372cda..000000000 --- a/docs/com/textkernel/tx/models/matching/IndexType.html +++ /dev/null @@ -1,344 +0,0 @@ - - - - - - -public enum IndexType -extends Enum<IndexType>-
| Enum Constant and Description | -
|---|
Job |
-
Resume |
-
| Modifier and Type | -Method and Description | -
|---|---|
static IndexType |
-valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static IndexType[] |
-values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
public static final IndexType Resume-
public static final IndexType Job-
public static IndexType[] values()-
-for (IndexType c : IndexType.values()) - System.out.println(c); -
public static IndexType valueOf(String name)-
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/matching/class-use/Index.html b/docs/com/textkernel/tx/models/matching/class-use/Index.html deleted file mode 100644 index 01242af1f..000000000 --- a/docs/com/textkernel/tx/models/matching/class-use/Index.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/matching/class-use/IndexType.html b/docs/com/textkernel/tx/models/matching/class-use/IndexType.html deleted file mode 100644 index 7d460c84d..000000000 --- a/docs/com/textkernel/tx/models/matching/class-use/IndexType.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.indexes | -- |
| com.textkernel.tx.models.matching | -- |
| Modifier and Type | -Method and Description | -
|---|---|
CreateIndexResponse |
-TxClient.createIndex(IndexType type,
- String indexId)
-Create a new index
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
IndexType |
-CreateIndexRequest.IndexType
-The type of documents this index will contain
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
IndexType |
-Index.IndexType
-The type of document in this index
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static IndexType |
-IndexType.valueOf(String name)
-Returns the enum constant of this type with the specified name.
- |
-
static IndexType[] |
-IndexType.values()
-Returns an array containing the constants of this enum type, in
-the order they are declared.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/matching/package-frame.html b/docs/com/textkernel/tx/models/matching/package-frame.html deleted file mode 100644 index cdb6f34b5..000000000 --- a/docs/com/textkernel/tx/models/matching/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/matching/package-tree.html b/docs/com/textkernel/tx/models/matching/package-tree.html deleted file mode 100644 index 579327f62..000000000 --- a/docs/com/textkernel/tx/models/matching/package-tree.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/matching/package-use.html b/docs/com/textkernel/tx/models/matching/package-use.html deleted file mode 100644 index e37bcd26c..000000000 --- a/docs/com/textkernel/tx/models/matching/package-use.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.indexes | -- |
| com.textkernel.tx.models.matching | -- |
| Class and Description | -
|---|
| IndexType
- Type of documents that an index holds
- |
-
| Class and Description | -
|---|
| IndexType
- Type of documents that an index holds
- |
-
| Class and Description | -
|---|
| IndexType
- Type of documents that an index holds
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/package-frame.html b/docs/com/textkernel/tx/models/package-frame.html deleted file mode 100644 index 5e7b7ae6d..000000000 --- a/docs/com/textkernel/tx/models/package-frame.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| Document | -
- Represents an unparsed document (a file on the filesystem, byte[] from a database, etc)
- |
-
| GeocodedCoordinates | -
- Represents a lat/lon provided by a 3rd party service
- |
-
| GeoCoordinates | -
- Represents a lat/lon
- |
-
| Location | -
- Represents a physical location on Earth (mostly used for addresses)
- |
-
| ParsedDocument | -
- Base class for parsed resumes/jobs
- |
-
| ParsedDocumentMetadata | -
- Metadata about a parsed document
- |
-
| TxDate | -
- the custom Date type that represents dates found in resumes/jobs.
- |
-
| TxPrimitive<T> | -
- Represents a native type (int, boolean, etc) that can have a value or be null
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/package-tree.html b/docs/com/textkernel/tx/models/package-tree.html deleted file mode 100644 index 2d712cdd5..000000000 --- a/docs/com/textkernel/tx/models/package-tree.html +++ /dev/null @@ -1,149 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/package-use.html b/docs/com/textkernel/tx/models/package-use.html deleted file mode 100644 index 0d3f39013..000000000 --- a/docs/com/textkernel/tx/models/package-use.html +++ /dev/null @@ -1,468 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.matching.request | -- |
| com.textkernel.tx.models.api.parsing | -- |
| com.textkernel.tx.models.job | -- |
| com.textkernel.tx.models.resume | -- |
| com.textkernel.tx.models.resume.contactinfo | -- |
| com.textkernel.tx.models.resume.education | -- |
| com.textkernel.tx.models.resume.employment | -- |
| com.textkernel.tx.models.resume.metadata | -- |
| com.textkernel.tx.models.resume.military | -- |
| com.textkernel.tx.models.resume.skills | -- |
| Class and Description | -
|---|
| GeoCoordinates
- Represents a lat/lon
- |
-
| Class and Description | -
|---|
| GeocodedCoordinates
- Represents a lat/lon provided by a 3rd party service
- |
-
| GeoCoordinates
- Represents a lat/lon
- |
-
| Class and Description | -
|---|
| GeoCoordinates
- Represents a lat/lon
- |
-
| Class and Description | -
|---|
| GeoCoordinates
- Represents a lat/lon
- |
-
| Class and Description | -
|---|
| Document
- Represents an unparsed document (a file on the filesystem, byte[] from a database, etc)
- |
-
| TxPrimitive
- Represents a native type (int, boolean, etc) that can have a value or be null
- |
-
| Class and Description | -
|---|
| Location
- Represents a physical location on Earth (mostly used for addresses)
- |
-
| ParsedDocument
- Base class for parsed resumes/jobs
- |
-
| ParsedDocumentMetadata
- Metadata about a parsed document
- |
-
| TxPrimitive
- Represents a native type (int, boolean, etc) that can have a value or be null
- |
-
| Class and Description | -
|---|
| Location
- Represents a physical location on Earth (mostly used for addresses)
- |
-
| ParsedDocument
- Base class for parsed resumes/jobs
- |
-
| TxDate
- the custom Date type that represents dates found in resumes/jobs.
- |
-
| Class and Description | -
|---|
| Location
- Represents a physical location on Earth (mostly used for addresses)
- |
-
| Class and Description | -
|---|
| Location
- Represents a physical location on Earth (mostly used for addresses)
- |
-
| TxDate
- the custom Date type that represents dates found in resumes/jobs.
- |
-
| TxPrimitive
- Represents a native type (int, boolean, etc) that can have a value or be null
- |
-
| Class and Description | -
|---|
| Location
- Represents a physical location on Earth (mostly used for addresses)
- |
-
| TxDate
- the custom Date type that represents dates found in resumes/jobs.
- |
-
| TxPrimitive
- Represents a native type (int, boolean, etc) that can have a value or be null
- |
-
| Class and Description | -
|---|
| ParsedDocumentMetadata
- Metadata about a parsed document
- |
-
| Class and Description | -
|---|
| TxDate
- the custom Date type that represents dates found in resumes/jobs.
- |
-
| Class and Description | -
|---|
| TxPrimitive
- Represents a native type (int, boolean, etc) that can have a value or be null
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/Association.html b/docs/com/textkernel/tx/models/resume/Association.html deleted file mode 100644 index 7d8f3f4ae..000000000 --- a/docs/com/textkernel/tx/models/resume/Association.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class Association -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-FoundInContext
-The full text in which this association was found
- |
-
String |
-Organization
-The name of the association/organization
- |
-
String |
-Role
-The role the candidate held
- |
-
| Constructor and Description | -
|---|
Association() |
-
public String Organization-
public String Role-
public String FoundInContext-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/CandidateReference.html b/docs/com/textkernel/tx/models/resume/CandidateReference.html deleted file mode 100644 index 9c72a7daf..000000000 --- a/docs/com/textkernel/tx/models/resume/CandidateReference.html +++ /dev/null @@ -1,391 +0,0 @@ - - - - - - -public class CandidateReference -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Company
-The employer of the reference
- |
-
List<String> |
-EmailAddresses
-Email addresses listed for the reference
- |
-
Location |
-Location
-The physical location of the reference
- |
-
PersonName |
-ReferenceName
-The name of the reference
- |
-
List<NormalizedString> |
-Telephones
-Phone numbers listed for the reference
- |
-
String |
-Title
-The job title of the reference
- |
-
String |
-Type
-The type of reference
- |
-
List<WebAddress> |
-WebAddresses
-Other web addresses listed for the reference
- |
-
| Constructor and Description | -
|---|
CandidateReference() |
-
public PersonName ReferenceName-
public String Title-
public String Company-
public String Type-
public Location Location-
public List<NormalizedString> Telephones-
public List<WebAddress> WebAddresses-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/Certification.html b/docs/com/textkernel/tx/models/resume/Certification.html deleted file mode 100644 index 3aa69295b..000000000 --- a/docs/com/textkernel/tx/models/resume/Certification.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - -public class Certification -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-IsVariation
-The parser generates several possible variations for some certifications to be used in AI Matching.
- |
-
boolean |
-MatchedFromList
-true if this was found by matching to a known list of certifications. |
-
String |
-Name
-The name of the certification
- |
-
| Constructor and Description | -
|---|
Certification() |
-
public String Name-
public boolean MatchedFromList-
true if this was found by matching to a known list of certifications.
- false if this was found by analyzing the context and determining it was a certification.public boolean IsVariation-
true, otherwise false.Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/LanguageCompetency.html b/docs/com/textkernel/tx/models/resume/LanguageCompetency.html deleted file mode 100644 index 19be38303..000000000 --- a/docs/com/textkernel/tx/models/resume/LanguageCompetency.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class LanguageCompetency -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-FoundInContext
-The full text where this language competency was found
- |
-
String |
-Language
-The language name
- |
-
String |
-LanguageCode
-The two-letter ISO 639-1 code for the language
- |
-
| Constructor and Description | -
|---|
LanguageCompetency() |
-
public String Language-
public String LanguageCode-
public String FoundInContext-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/LicenseDetails.html b/docs/com/textkernel/tx/models/resume/LicenseDetails.html deleted file mode 100644 index cc0e3d6b8..000000000 --- a/docs/com/textkernel/tx/models/resume/LicenseDetails.html +++ /dev/null @@ -1,296 +0,0 @@ - - - - - - -public class LicenseDetails -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
boolean |
-MatchedFromList
-true if this was found by matching to a known list of licenses. |
-
String |
-Name
-The name of the license
- |
-
| Constructor and Description | -
|---|
LicenseDetails() |
-
public String Name-
public boolean MatchedFromList-
true if this was found by matching to a known list of licenses.
- false if this was found this by analyzing the context and determining it was a license.Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/NationalIdentity.html b/docs/com/textkernel/tx/models/resume/NationalIdentity.html deleted file mode 100644 index 66eee26df..000000000 --- a/docs/com/textkernel/tx/models/resume/NationalIdentity.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class NationalIdentity -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Number
-The national identity number
- |
-
String |
-Phrase
-The type of identity/number this is (for example, SSN)
- |
-
| Constructor and Description | -
|---|
NationalIdentity() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/NormalizedString.html b/docs/com/textkernel/tx/models/resume/NormalizedString.html deleted file mode 100644 index 09b2171a9..000000000 --- a/docs/com/textkernel/tx/models/resume/NormalizedString.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -public class NormalizedString -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Normalized
-The normalized value
- |
-
String |
-Raw
-The raw value found in the text
- |
-
| Constructor and Description | -
|---|
NormalizedString() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/ParsedResume.html b/docs/com/textkernel/tx/models/resume/ParsedResume.html deleted file mode 100644 index d092b9bb7..000000000 --- a/docs/com/textkernel/tx/models/resume/ParsedResume.html +++ /dev/null @@ -1,764 +0,0 @@ - - - - - - -public class ParsedResume -extends ParsedDocument-
| Modifier and Type | -Field and Description | -
|---|---|
List<String> |
-Achievements
-Any achievements listed on the resume
- |
-
List<Association> |
-Associations
-Associations/organizations found on a resume
- |
-
List<Certification> |
-Certifications
-Certifications found on a resume.
- |
-
ContactInformation |
-ContactInformation
-The candidate's contact information found on the resume
- |
-
String |
-CoverLetter
-The cover letter, if present.
- |
-
EducationHistory |
-Education
-The candidate's education history found on the resume
- |
-
EmploymentHistory |
-EmploymentHistory
-The candidate's employment/work history found on the resume
- |
-
String |
-Hobbies
-Any hobbies listed on the resume
- |
-
List<LanguageCompetency> |
-LanguageCompetencies
-Any language competencies (fluent in, can read, can write, etc) found in the resume.
- |
-
List<LicenseDetails> |
-Licenses
-Licenses found on a resume.
- |
-
List<MilitaryDetails> |
-MilitaryExperience
-Any military experience listed on the resume
- |
-
String |
-Objective
-The candidate's written objective
- |
-
String |
-Patents
-Any patents listed on the resume
- |
-
PersonalAttributes |
-PersonalAttributes
-Personal information provided by the candidate on the resume
- |
-
String |
-ProfessionalSummary
-The professional summary from the resume
- |
-
String |
-Publications
-Any publications listed on the resume
- |
-
String |
-QualificationsSummary
-A standalone 'skills' section, if listed on the resume
- |
-
List<CandidateReference> |
-References
-References listed on a resume.
- |
-
ResumeMetadata |
-ResumeMetadata
-Metadata about the parsed resume
- |
-
List<SecurityCredential> |
-SecurityCredentials
-Any security credentials/clearances listed on the resume
- |
-
ResumeV2Skills |
-Skills
-Skills output when
-SkillsSettings.TaxonomyVersion is set to (or defaults to) V2. |
-
List<ResumeTaxonomyRoot> |
-SkillsData
-Deprecated.
-
-use
-Skills instead for better results |
-
String |
-SpeakingEngagements
-Any speaking engagements/appearances listed on the resume
- |
-
TrainingHistory |
-Training
-Any training listed on the resume
- |
-
List<String> |
-UserDefinedTags
-A list of User-Defined Tags
- that are assigned to this resume.
- |
-
| Constructor and Description | -
|---|
ParsedResume()
-Deprecated.
-
-You should never create one of these. Instead, these are output by the Resume Parser.
- The API does not support manually-created resumes to be used in the AI Matching engine.
- |
-
| Modifier and Type | -Method and Description | -
|---|---|
static ParsedResume |
-fromFile(String path)
-Load a parsed resume from a json file using UTF-8 encoding.
- |
-
static ParsedResume |
-fromJson(String utf8json)
-Create a parsed resume from json.
- |
-
toFile, toJson, toStringpublic ContactInformation ContactInformation-
public String ProfessionalSummary-
public String Objective-
public String CoverLetter-
public PersonalAttributes PersonalAttributes-
public EducationHistory Education-
public EmploymentHistory EmploymentHistory-
@Deprecated -public List<ResumeTaxonomyRoot> SkillsData-
Skills instead for better resultsSkillsSettings.TaxonomyVersion is set to (or defaults to) V1.public ResumeV2Skills Skills-
SkillsSettings.TaxonomyVersion is set to (or defaults to) V2.public List<Certification> Certifications-
public List<LicenseDetails> Licenses-
PersonalAttributes.DrivingLicensepublic List<Association> Associations-
public List<LanguageCompetency> LanguageCompetencies-
public List<MilitaryDetails> MilitaryExperience-
public List<SecurityCredential> SecurityCredentials-
public List<CandidateReference> References-
public TrainingHistory Training-
public String QualificationsSummary-
public String Hobbies-
public String Patents-
public String Publications-
public String SpeakingEngagements-
public ResumeMetadata ResumeMetadata-
public List<String> UserDefinedTags-
NOTE: you may add/remove these prior to indexing. This is the only property you may modify prior to indexing.
@Deprecated -public ParsedResume()-
public static ParsedResume fromFile(String path) - throws IOException, - com.google.gson.JsonParseException-
path - The full path to the json fileParsedResumeIOException - When an error occurs reading the filecom.google.gson.JsonParseException - If you try to parse an invalid ParsedResume JSON stringpublic static ParsedResume fromJson(String utf8json) - throws com.google.gson.JsonParseException-
utf8json - The UTF-8 encoded json stringParsedResumecom.google.gson.JsonParseException - If you try to parse an invalid ParsedResume JSON stringCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/PersonalAttributes.html b/docs/com/textkernel/tx/models/resume/PersonalAttributes.html deleted file mode 100644 index c2c818604..000000000 --- a/docs/com/textkernel/tx/models/resume/PersonalAttributes.html +++ /dev/null @@ -1,599 +0,0 @@ - - - - - - -public class PersonalAttributes -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Availability
-The availability of the candidate
- |
-
String |
-Birthplace
-The birthplace of the candidate
- |
-
String |
-CurrentLocation
-The current location listed on the resume
- |
-
Salary |
-CurrentSalary
-The current salary listed on the resume
- |
-
TxDate |
-DateOfBirth
-The date of birth given on the resume
- |
-
String |
-DrivingLicense
-A driving license listed on the resume
- |
-
String |
-FamilyComposition
-The family composition
- |
-
String |
-FathersName
-The candidate's father's name listed on the resume
- |
-
String |
-Gender
-The candidate's gender listed on the resume
- |
-
String |
-HukouArea
-Used in Chinese resumes
- |
-
String |
-HukouCity
-Used in Chinese resumes
- |
-
String |
-MaritalStatus
-The marital status listed on the resume
- |
-
String |
-MothersMaidenName
-The candidate's mother's maiden name listed on the resume
- |
-
String |
-MotherTongue
-The candidate's mother tongue (native language) listed on the resume
- |
-
List<NationalIdentity> |
-NationalIdentities
-Any national identities provided on the resume
- |
-
String |
-Nationality
-The candidate's nationality listed on the resume
- |
-
String |
-PassportNumber
-The candidate's passport number listed on the resume
- |
-
String |
-PreferredLocation
-The candidate's preferred location listed on the resume
- |
-
Salary |
-RequiredSalary
-The candidate's required salary listed on the resume
- |
-
String |
-VisaStatus
-The candidate's visa status listed on the resume
- |
-
String |
-WillingToRelocate
-Whether the candidate is willing to relocate
- |
-
| Constructor and Description | -
|---|
PersonalAttributes() |
-
public String Availability-
public String Birthplace-
public String CurrentLocation-
public Salary CurrentSalary-
public TxDate DateOfBirth-
public String DrivingLicense-
public String FamilyComposition-
public String FathersName-
public String Gender-
public String HukouCity-
public String HukouArea-
public String MaritalStatus-
public String MothersMaidenName-
public String MotherTongue-
public List<NationalIdentity> NationalIdentities-
public String Nationality-
public String PassportNumber-
public String PreferredLocation-
public Salary RequiredSalary-
public String VisaStatus-
public String WillingToRelocate-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/Salary.html b/docs/com/textkernel/tx/models/resume/Salary.html deleted file mode 100644 index f100317e6..000000000 --- a/docs/com/textkernel/tx/models/resume/Salary.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class Salary -extends Object-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/SectionIdentifier.html b/docs/com/textkernel/tx/models/resume/SectionIdentifier.html deleted file mode 100644 index 669a8fd99..000000000 --- a/docs/com/textkernel/tx/models/resume/SectionIdentifier.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class SectionIdentifier -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Id
-If applicable, the
-Position.Id or EducationDetails.Id |
-
String |
-SectionType
-The section type
- |
-
| Constructor and Description | -
|---|
SectionIdentifier() |
-
public String SectionType-
public String Id-
Position.Id or EducationDetails.IdCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/TrainingDetails.html b/docs/com/textkernel/tx/models/resume/TrainingDetails.html deleted file mode 100644 index 13d6210e5..000000000 --- a/docs/com/textkernel/tx/models/resume/TrainingDetails.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - -public class TrainingDetails -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
TxDate |
-EndDate
-The date the training ended
- |
-
String |
-Entity
-The name of the school or company where the training occurred.
- |
-
List<String> |
-Qualifications
-Any text within the
-Text that is recognized as a qualification (such as DDS),
- degree (such as B.S.), or a certification (such as PMP). |
-
TxDate |
-StartDate
-The date the training started
- |
-
String |
-Text
-The text that was found on the resume
- |
-
| Constructor and Description | -
|---|
TrainingDetails() |
-
public String Text-
public String Entity-
public List<String> Qualifications-
Text that is recognized as a qualification (such as DDS),
- degree (such as B.S.), or a certification (such as PMP). Each qualification is listed separately.public TxDate StartDate-
public TxDate EndDate-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/TrainingHistory.html b/docs/com/textkernel/tx/models/resume/TrainingHistory.html deleted file mode 100644 index 083a27f33..000000000 --- a/docs/com/textkernel/tx/models/resume/TrainingHistory.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class TrainingHistory -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Text
-The full text where we found all training history
- |
-
List<TrainingDetails> |
-Trainings
-Information about each training history we found
- |
-
| Constructor and Description | -
|---|
TrainingHistory() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/class-use/Association.html b/docs/com/textkernel/tx/models/resume/class-use/Association.html deleted file mode 100644 index aa482b3b1..000000000 --- a/docs/com/textkernel/tx/models/resume/class-use/Association.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<Association> |
-ParsedResume.Associations
-Associations/organizations found on a resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/class-use/CandidateReference.html b/docs/com/textkernel/tx/models/resume/class-use/CandidateReference.html deleted file mode 100644 index 79475fdf5..000000000 --- a/docs/com/textkernel/tx/models/resume/class-use/CandidateReference.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<CandidateReference> |
-ParsedResume.References
-References listed on a resume.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/class-use/Certification.html b/docs/com/textkernel/tx/models/resume/class-use/Certification.html deleted file mode 100644 index c54f739ca..000000000 --- a/docs/com/textkernel/tx/models/resume/class-use/Certification.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<Certification> |
-ParsedResume.Certifications
-Certifications found on a resume.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/class-use/LanguageCompetency.html b/docs/com/textkernel/tx/models/resume/class-use/LanguageCompetency.html deleted file mode 100644 index d049f6ca0..000000000 --- a/docs/com/textkernel/tx/models/resume/class-use/LanguageCompetency.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<LanguageCompetency> |
-ParsedResume.LanguageCompetencies
-Any language competencies (fluent in, can read, can write, etc) found in the resume.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/class-use/LicenseDetails.html b/docs/com/textkernel/tx/models/resume/class-use/LicenseDetails.html deleted file mode 100644 index 226647bf4..000000000 --- a/docs/com/textkernel/tx/models/resume/class-use/LicenseDetails.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<LicenseDetails> |
-ParsedResume.Licenses
-Licenses found on a resume.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/class-use/NationalIdentity.html b/docs/com/textkernel/tx/models/resume/class-use/NationalIdentity.html deleted file mode 100644 index d63ff442d..000000000 --- a/docs/com/textkernel/tx/models/resume/class-use/NationalIdentity.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<NationalIdentity> |
-PersonalAttributes.NationalIdentities
-Any national identities provided on the resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/class-use/NormalizedString.html b/docs/com/textkernel/tx/models/resume/class-use/NormalizedString.html deleted file mode 100644 index 620542624..000000000 --- a/docs/com/textkernel/tx/models/resume/class-use/NormalizedString.html +++ /dev/null @@ -1,262 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| com.textkernel.tx.models.resume.contactinfo | -- |
| com.textkernel.tx.models.resume.education | -- |
| com.textkernel.tx.models.resume.employment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<NormalizedString> |
-CandidateReference.Telephones
-Phone numbers listed for the reference
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-Telephone
-A phone number listed on the resume
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
NormalizedString |
-Degree.Name
-The name of the degree
- |
-
NormalizedString |
-EducationDetails.SchoolName
-The name of the school attended
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-CompanyNameWithProbability
-A company name that has been normalized and assigned a probability
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
NormalizedString |
-Employer.NameVariation
-Sometimes a second possible company name is found, or a department/organization
- within a company.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/class-use/ParsedResume.html b/docs/com/textkernel/tx/models/resume/class-use/ParsedResume.html deleted file mode 100644 index 31c2017f2..000000000 --- a/docs/com/textkernel/tx/models/resume/class-use/ParsedResume.html +++ /dev/null @@ -1,579 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.formatter | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.indexes | -- |
| com.textkernel.tx.models.api.matching | -- |
| com.textkernel.tx.models.api.parsing | -- |
| com.textkernel.tx.models.resume | -- |
| 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
- |
-
MatchResponse |
-TxClient.match(ParsedResume resume,
- List<String> indexesToQuery,
- CategoryWeights preferredWeights,
- FilterCriteria filters,
- SearchMatchSettings settings,
- int numResults)
-Find matches for a non-indexed resume.
- |
-
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.
- |
-
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.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedResume resume)
-Suggest professions based on the skills within a given resume.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(ParsedResume resume,
- int limit,
- boolean returnMissingSkills,
- String outputLanguage,
- boolean weightSkillsByExperience)
-Suggest professions based on the skills within a given resume.
- |
-
SuggestProfessionsResponse |
-TxClient.suggestProfessionsFromSkillsV2(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.suggestSkillsFromProfessionsV2(ParsedResume resume)
-Suggests skills related to a resume based on the recent professions in the resume.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromProfessionsV2(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.
- |
-
SuggestSkillsResponse |
-TxClient.suggestSkillsFromSkillsV2(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.suggestSkillsFromSkillsV2(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 |
-GeocodeAndIndexResumeResponseValue.ResumeData
-The resume you sent to be geocoded/indexed with geolocation coordinates added
- |
-
ParsedResume |
-GeocodeResumeRequest.ResumeData
-The resume you wish to be geocoded
- |
-
ParsedResume |
-GeocodeAndIndexResumeRequest.ResumeData
-The resume you wish to be geocoded/indexed
- |
-
ParsedResume |
-GeocodeResumeResponseValue.ResumeData
-The resume you sent to be geocoded with geolocation coordinates added
- |
-
| 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.
- - diff --git a/docs/com/textkernel/tx/models/resume/class-use/PersonalAttributes.html b/docs/com/textkernel/tx/models/resume/class-use/PersonalAttributes.html deleted file mode 100644 index 649987cbe..000000000 --- a/docs/com/textkernel/tx/models/resume/class-use/PersonalAttributes.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
PersonalAttributes |
-ParsedResume.PersonalAttributes
-Personal information provided by the candidate on the resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/class-use/Salary.html b/docs/com/textkernel/tx/models/resume/class-use/Salary.html deleted file mode 100644 index 8dcc1614f..000000000 --- a/docs/com/textkernel/tx/models/resume/class-use/Salary.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
Salary |
-PersonalAttributes.CurrentSalary
-The current salary listed on the resume
- |
-
Salary |
-PersonalAttributes.RequiredSalary
-The candidate's required salary listed on the resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/class-use/SectionIdentifier.html b/docs/com/textkernel/tx/models/resume/class-use/SectionIdentifier.html deleted file mode 100644 index 76b7016fb..000000000 --- a/docs/com/textkernel/tx/models/resume/class-use/SectionIdentifier.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.metadata | -- |
| com.textkernel.tx.models.resume.skills | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<SectionIdentifier> |
-ResumeQualityFinding.SectionIdentifiers
-If applicable, areas in the resume where this issue was found or that are affected by this issue.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
List<SectionIdentifier> |
-ResumeSkillVariation.FoundIn
-Where the skill was found
- |
-
List<SectionIdentifier> |
-ResumeNormalizedSkill.FoundIn
-Where the skill was found
- |
-
List<SectionIdentifier> |
-ResumeRawSkill.FoundIn
-Where the skill was found
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/class-use/TrainingDetails.html b/docs/com/textkernel/tx/models/resume/class-use/TrainingDetails.html deleted file mode 100644 index 11cc009b0..000000000 --- a/docs/com/textkernel/tx/models/resume/class-use/TrainingDetails.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<TrainingDetails> |
-TrainingHistory.Trainings
-Information about each training history we found
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/class-use/TrainingHistory.html b/docs/com/textkernel/tx/models/resume/class-use/TrainingHistory.html deleted file mode 100644 index 546c24d20..000000000 --- a/docs/com/textkernel/tx/models/resume/class-use/TrainingHistory.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
TrainingHistory |
-ParsedResume.Training
-Any training listed on the resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/contactinfo/ContactInformation.html b/docs/com/textkernel/tx/models/resume/contactinfo/ContactInformation.html deleted file mode 100644 index 7c6bb11d7..000000000 --- a/docs/com/textkernel/tx/models/resume/contactinfo/ContactInformation.html +++ /dev/null @@ -1,345 +0,0 @@ - - - - - - -public class ContactInformation -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
PersonName |
-CandidateName
-The candidate's name
- |
-
List<String> |
-EmailAddresses
-The candidate's email addresses
- |
-
Location |
-Location
-The candidate's location/address.
- |
-
List<Telephone> |
-Telephones
-The candidate's phone numbers.
- |
-
List<WebAddress> |
-WebAddresses
-The candidate's web addresses (URLs, social media) listed on the resume
- |
-
| Constructor and Description | -
|---|
ContactInformation() |
-
public PersonName CandidateName-
public List<Telephone> Telephones-
public Location Location-
public List<WebAddress> WebAddresses-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/contactinfo/PersonName.html b/docs/com/textkernel/tx/models/resume/contactinfo/PersonName.html deleted file mode 100644 index ce4d43b19..000000000 --- a/docs/com/textkernel/tx/models/resume/contactinfo/PersonName.html +++ /dev/null @@ -1,375 +0,0 @@ - - - - - - -public class PersonName -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-FamilyName
-The family (last) name
- |
-
String |
-FormattedName
-The full name in a standard format
- |
-
String |
-GivenName
-The given (first) name
- |
-
String |
-MiddleName
-The middle name or initial
- |
-
String |
-Moniker
-The nickname/moniker, this is rarely populated
- |
-
String |
-Prefix
-A prefix for a name, such as Dr.
- |
-
String |
-Suffix
-A suffix for a name, such as Jr.
- |
-
| Constructor and Description | -
|---|
PersonName() |
-
public String FormattedName-
public String Prefix-
public String GivenName-
public String MiddleName-
public String Moniker-
public String FamilyName-
public String Suffix-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/contactinfo/Telephone.html b/docs/com/textkernel/tx/models/resume/contactinfo/Telephone.html deleted file mode 100644 index 16ae8cb2f..000000000 --- a/docs/com/textkernel/tx/models/resume/contactinfo/Telephone.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - -public class Telephone -extends NormalizedString-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-AreaCityCode
-The area code part of the phone number
- |
-
String |
-InternationalCountryCode
-The international country code part of the phone number
- |
-
String |
-SubscriberNumber
-The subscriber number part of the phone number
- |
-
Normalized, Rawpublic String InternationalCountryCode-
public String AreaCityCode-
public String SubscriberNumber-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/contactinfo/WebAddress.html b/docs/com/textkernel/tx/models/resume/contactinfo/WebAddress.html deleted file mode 100644 index ad72a35e8..000000000 --- a/docs/com/textkernel/tx/models/resume/contactinfo/WebAddress.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - - - -public class WebAddress -extends Object-
public String Address-
public String Type-
- WebAddressType.PersonalWebsite
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/contactinfo/WebAddressType.html b/docs/com/textkernel/tx/models/resume/contactinfo/WebAddressType.html deleted file mode 100644 index ae1998503..000000000 --- a/docs/com/textkernel/tx/models/resume/contactinfo/WebAddressType.html +++ /dev/null @@ -1,581 +0,0 @@ - - - - - - -public class WebAddressType -extends Object-
WebAddress. These are useful instead of magic strings.| Modifier and Type | -Field and Description | -
|---|---|
static WebAddressType |
-Facebook
-A Facebook profile URL
- |
-
static WebAddressType |
-Gab
-A Gab username
- |
-
static WebAddressType |
-GitHub
-A GitHub username/URL
- |
-
static WebAddressType |
-ICQ
-An ICQ username
- |
-
static WebAddressType |
-Instagram
-An Instagram username
- |
-
static WebAddressType |
-LinkedIn
-A LinkedIn URL
- |
-
static WebAddressType |
-MeWe
-A MeWe username/URL
- |
-
static WebAddressType |
-Parler
-A Parler username
- |
-
static WebAddressType |
-PersonalWebsite
-A personal website URL
- |
-
static WebAddressType |
-QQ
-A QQ username/number
- |
-
static WebAddressType |
-Quora
-A Quora username
- |
-
static WebAddressType |
-Reddit
-A Reddit username/URL
- |
-
static WebAddressType |
-Signal
-A Signal username/number
- |
-
static WebAddressType |
-Skype
-A Skype username/URL
- |
-
static WebAddressType |
-StackOverflow
-A Stack Overflow username/URL
- |
-
static WebAddressType |
-Telegram
-A Telegram username
- |
-
static WebAddressType |
-Telegraph
-A Telegraph username
- |
-
static WebAddressType |
-Twitter
-A Twitter handle
- |
-
static WebAddressType |
-Unknown
-An unknown internet handle/URL (the platform/website/app was not specified)
- |
-
String |
-Value
-The raw string value
- |
-
static WebAddressType |
-WeChat
-A WeChat username
- |
-
static WebAddressType |
-WhatsApp
-A WhatsApp username/number
- |
-
public static WebAddressType Unknown-
public static WebAddressType PersonalWebsite-
public static WebAddressType LinkedIn-
public static WebAddressType Twitter-
public static WebAddressType Facebook-
public static WebAddressType Instagram-
public static WebAddressType ICQ-
public static WebAddressType Quora-
public static WebAddressType Skype-
public static WebAddressType WeChat-
public static WebAddressType QQ-
public static WebAddressType Telegraph-
public static WebAddressType WhatsApp-
public static WebAddressType Telegram-
public static WebAddressType MeWe-
public static WebAddressType Parler-
public static WebAddressType Gab-
public static WebAddressType Reddit-
public static WebAddressType GitHub-
public static WebAddressType Signal-
public static WebAddressType StackOverflow-
public String Value-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/contactinfo/class-use/ContactInformation.html b/docs/com/textkernel/tx/models/resume/contactinfo/class-use/ContactInformation.html deleted file mode 100644 index 371163944..000000000 --- a/docs/com/textkernel/tx/models/resume/contactinfo/class-use/ContactInformation.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
ContactInformation |
-ParsedResume.ContactInformation
-The candidate's contact information found on the resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/contactinfo/class-use/PersonName.html b/docs/com/textkernel/tx/models/resume/contactinfo/class-use/PersonName.html deleted file mode 100644 index 73c57be3b..000000000 --- a/docs/com/textkernel/tx/models/resume/contactinfo/class-use/PersonName.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| com.textkernel.tx.models.resume.contactinfo | -- |
| Modifier and Type | -Field and Description | -
|---|---|
PersonName |
-CandidateReference.ReferenceName
-The name of the reference
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
PersonName |
-ContactInformation.CandidateName
-The candidate's name
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/contactinfo/class-use/Telephone.html b/docs/com/textkernel/tx/models/resume/contactinfo/class-use/Telephone.html deleted file mode 100644 index 99d6eed98..000000000 --- a/docs/com/textkernel/tx/models/resume/contactinfo/class-use/Telephone.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.contactinfo | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<Telephone> |
-ContactInformation.Telephones
-The candidate's phone numbers.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/contactinfo/class-use/WebAddress.html b/docs/com/textkernel/tx/models/resume/contactinfo/class-use/WebAddress.html deleted file mode 100644 index 99e1ac6e9..000000000 --- a/docs/com/textkernel/tx/models/resume/contactinfo/class-use/WebAddress.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| com.textkernel.tx.models.resume.contactinfo | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<WebAddress> |
-CandidateReference.WebAddresses
-Other web addresses listed for the reference
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
List<WebAddress> |
-ContactInformation.WebAddresses
-The candidate's web addresses (URLs, social media) listed on the resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/contactinfo/class-use/WebAddressType.html b/docs/com/textkernel/tx/models/resume/contactinfo/class-use/WebAddressType.html deleted file mode 100644 index f57d6b03e..000000000 --- a/docs/com/textkernel/tx/models/resume/contactinfo/class-use/WebAddressType.html +++ /dev/null @@ -1,288 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.contactinfo | -- |
| Modifier and Type | -Field and Description | -
|---|---|
static WebAddressType |
-WebAddressType.Facebook
-A Facebook profile URL
- |
-
static WebAddressType |
-WebAddressType.Gab
-A Gab username
- |
-
static WebAddressType |
-WebAddressType.GitHub
-A GitHub username/URL
- |
-
static WebAddressType |
-WebAddressType.ICQ
-An ICQ username
- |
-
static WebAddressType |
-WebAddressType.Instagram
-An Instagram username
- |
-
static WebAddressType |
-WebAddressType.LinkedIn
-A LinkedIn URL
- |
-
static WebAddressType |
-WebAddressType.MeWe
-A MeWe username/URL
- |
-
static WebAddressType |
-WebAddressType.Parler
-A Parler username
- |
-
static WebAddressType |
-WebAddressType.PersonalWebsite
-A personal website URL
- |
-
static WebAddressType |
-WebAddressType.QQ
-A QQ username/number
- |
-
static WebAddressType |
-WebAddressType.Quora
-A Quora username
- |
-
static WebAddressType |
-WebAddressType.Reddit
-A Reddit username/URL
- |
-
static WebAddressType |
-WebAddressType.Signal
-A Signal username/number
- |
-
static WebAddressType |
-WebAddressType.Skype
-A Skype username/URL
- |
-
static WebAddressType |
-WebAddressType.StackOverflow
-A Stack Overflow username/URL
- |
-
static WebAddressType |
-WebAddressType.Telegram
-A Telegram username
- |
-
static WebAddressType |
-WebAddressType.Telegraph
-A Telegraph username
- |
-
static WebAddressType |
-WebAddressType.Twitter
-A Twitter handle
- |
-
static WebAddressType |
-WebAddressType.Unknown
-An unknown internet handle/URL (the platform/website/app was not specified)
- |
-
static WebAddressType |
-WebAddressType.WeChat
-A WeChat username
- |
-
static WebAddressType |
-WebAddressType.WhatsApp
-A WhatsApp username/number
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/contactinfo/package-frame.html b/docs/com/textkernel/tx/models/resume/contactinfo/package-frame.html deleted file mode 100644 index 51a97b1c5..000000000 --- a/docs/com/textkernel/tx/models/resume/contactinfo/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| ContactInformation | -
- A candidate's contact information listed on a resume
- |
-
| PersonName | -
- A name broken into its constituent parts
- |
-
| Telephone | -
- A phone number listed on the resume
- |
-
| WebAddress | -
- A web address (URL, twitter handle, etc)
- |
-
| WebAddressType | -
- A type of
-WebAddress. |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/contactinfo/package-tree.html b/docs/com/textkernel/tx/models/resume/contactinfo/package-tree.html deleted file mode 100644 index 6020a2720..000000000 --- a/docs/com/textkernel/tx/models/resume/contactinfo/package-tree.html +++ /dev/null @@ -1,147 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/contactinfo/package-use.html b/docs/com/textkernel/tx/models/resume/contactinfo/package-use.html deleted file mode 100644 index 66314307b..000000000 --- a/docs/com/textkernel/tx/models/resume/contactinfo/package-use.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| com.textkernel.tx.models.resume.contactinfo | -- |
| Class and Description | -
|---|
| ContactInformation
- A candidate's contact information listed on a resume
- |
-
| PersonName
- A name broken into its constituent parts
- |
-
| WebAddress
- A web address (URL, twitter handle, etc)
- |
-
| Class and Description | -
|---|
| PersonName
- A name broken into its constituent parts
- |
-
| Telephone
- A phone number listed on the resume
- |
-
| WebAddress
- A web address (URL, twitter handle, etc)
- |
-
| WebAddressType
- A type of
-WebAddress. |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/education/Degree.html b/docs/com/textkernel/tx/models/resume/education/Degree.html deleted file mode 100644 index f728d56d0..000000000 --- a/docs/com/textkernel/tx/models/resume/education/Degree.html +++ /dev/null @@ -1,370 +0,0 @@ - - - - - - -public class Degree -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
NormalizedString |
-Name
-The name of the degree
- |
-
NormalizedDegree |
-NormalizedInternational
-The normalized code/description of the degree based on an international standard.
- |
-
NormalizedDegree |
-NormalizedLocal
-The normalized code/description of the degree based on the CV locale.
- |
-
String |
-Type
-Deprecated.
- |
-
public NormalizedString Name-
@Deprecated -public String Type-
NormalizedLocal and NormalizedInternational instead.
- public NormalizedDegree NormalizedLocal-
ParseResumeResponseValue.EducationNormalizationResponse
- on each response as some languages/locales are not supported
- public NormalizedDegree NormalizedInternational-
ParseResumeResponseValue.EducationNormalizationResponse
- on each response as some languages/locales are not supported
- Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/education/EducationDetails.html b/docs/com/textkernel/tx/models/resume/education/EducationDetails.html deleted file mode 100644 index 9cd8d9ea8..000000000 --- a/docs/com/textkernel/tx/models/resume/education/EducationDetails.html +++ /dev/null @@ -1,486 +0,0 @@ - - - - - - -public class EducationDetails -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
Degree |
-Degree
-The degree obtained (or worked toward)
- |
-
TxDate |
-EndDate
-The date graduated or education ended
- |
-
GradePointAverage |
-GPA
-The GPA/marks listed on the resume
- |
-
TxPrimitive<Boolean> |
-Graduated
-Whether or not the candidate graduated
- |
-
String |
-Id
-The id of this education entry (one-based, so EDU-1 is the first, etc)
- |
-
TxDate |
-LastEducationDate
-Deprecated.
-
-use
-EndDate instead |
-
Location |
-Location
-The Country/Region/City of the school, if found
- |
-
List<String> |
-Majors
-Any majors/areas of major focus
- |
-
List<String> |
-Minors
-Any minors/areas of minor focus
- |
-
NormalizedString |
-SchoolName
-The name of the school attended
- |
-
String |
-SchoolType
-The type of the school attended.
- |
-
TxDate |
-StartDate
-The date education started
- |
-
String |
-Text
-The raw text from the resume
- |
-
| Constructor and Description | -
|---|
EducationDetails() |
-
public String Id-
public String Text-
public NormalizedString SchoolName-
public String SchoolType-
public Location Location-
public Degree Degree-
public GradePointAverage GPA-
public TxDate LastEducationDate-
EndDate insteadpublic TxDate StartDate-
public TxDate EndDate-
public TxPrimitive<Boolean> Graduated-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/education/EducationHistory.html b/docs/com/textkernel/tx/models/resume/education/EducationHistory.html deleted file mode 100644 index 2c416e4de..000000000 --- a/docs/com/textkernel/tx/models/resume/education/EducationHistory.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class EducationHistory -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<EducationDetails> |
-EducationDetails
-All of the education details listed on a resume
- |
-
Degree |
-HighestDegree
-The highest degree obtained by a candidate
- |
-
| Constructor and Description | -
|---|
EducationHistory() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/education/GradePointAverage.html b/docs/com/textkernel/tx/models/resume/education/GradePointAverage.html deleted file mode 100644 index 80021a4ee..000000000 --- a/docs/com/textkernel/tx/models/resume/education/GradePointAverage.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - - -public class GradePointAverage -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-MaxScore
-The max score in the
-ScoringSystem |
-
String |
-MinimumScore
-The minimum score in the
-ScoringSystem |
-
double |
-NormalizedScore
-The
-Score, normalized to a 0.0-1.0 scale, with 1.0 being the top mark. |
-
String |
-Score
-The score found in the resume
- |
-
String |
-ScoringSystem
-The scoring system used on the resume
- |
-
| Constructor and Description | -
|---|
GradePointAverage() |
-
public String Score-
public String ScoringSystem-
public String MaxScore-
ScoringSystempublic String MinimumScore-
ScoringSystempublic double NormalizedScore-
Score, normalized to a 0.0-1.0 scale, with 1.0 being the top mark.
- This takes into account different min/max values and whether high or low numbers
- are ranked higher. This makes it possible/valid to compare GPAs across various scales.
- For example:
- Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/education/NormalizedDegree.html b/docs/com/textkernel/tx/models/resume/education/NormalizedDegree.html deleted file mode 100644 index 8576724ac..000000000 --- a/docs/com/textkernel/tx/models/resume/education/NormalizedDegree.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class NormalizedDegree -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Code
-One of the codes listed here.
- |
-
String |
-Description
-One of the descriptions listed here.
- |
-
| Constructor and Description | -
|---|
NormalizedDegree() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/education/class-use/Degree.html b/docs/com/textkernel/tx/models/resume/education/class-use/Degree.html deleted file mode 100644 index a82ade68d..000000000 --- a/docs/com/textkernel/tx/models/resume/education/class-use/Degree.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.education | -- |
| Modifier and Type | -Field and Description | -
|---|---|
Degree |
-EducationDetails.Degree
-The degree obtained (or worked toward)
- |
-
Degree |
-EducationHistory.HighestDegree
-The highest degree obtained by a candidate
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/education/class-use/EducationDetails.html b/docs/com/textkernel/tx/models/resume/education/class-use/EducationDetails.html deleted file mode 100644 index ceadd7257..000000000 --- a/docs/com/textkernel/tx/models/resume/education/class-use/EducationDetails.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.education | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<EducationDetails> |
-EducationHistory.EducationDetails
-All of the education details listed on a resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/education/class-use/EducationHistory.html b/docs/com/textkernel/tx/models/resume/education/class-use/EducationHistory.html deleted file mode 100644 index 12c5f61bd..000000000 --- a/docs/com/textkernel/tx/models/resume/education/class-use/EducationHistory.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
EducationHistory |
-ParsedResume.Education
-The candidate's education history found on the resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/education/class-use/GradePointAverage.html b/docs/com/textkernel/tx/models/resume/education/class-use/GradePointAverage.html deleted file mode 100644 index c18059fc6..000000000 --- a/docs/com/textkernel/tx/models/resume/education/class-use/GradePointAverage.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.education | -- |
| Modifier and Type | -Field and Description | -
|---|---|
GradePointAverage |
-EducationDetails.GPA
-The GPA/marks listed on the resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/education/class-use/NormalizedDegree.html b/docs/com/textkernel/tx/models/resume/education/class-use/NormalizedDegree.html deleted file mode 100644 index 404fc3fd1..000000000 --- a/docs/com/textkernel/tx/models/resume/education/class-use/NormalizedDegree.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.education | -- |
| Modifier and Type | -Field and Description | -
|---|---|
NormalizedDegree |
-Degree.NormalizedInternational
-The normalized code/description of the degree based on an international standard.
- |
-
NormalizedDegree |
-Degree.NormalizedLocal
-The normalized code/description of the degree based on the CV locale.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/education/package-frame.html b/docs/com/textkernel/tx/models/resume/education/package-frame.html deleted file mode 100644 index 37375751e..000000000 --- a/docs/com/textkernel/tx/models/resume/education/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| Degree | -
- An educational degree
- |
-
| EducationDetails | -
- An education entry on a resume
- |
-
| EducationHistory | -
- Information about education history found on a resume
- |
-
| GradePointAverage | -
- Information about a GPA (or equivalent)
- |
-
| NormalizedDegree | -
- A normalized educational degree
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/education/package-tree.html b/docs/com/textkernel/tx/models/resume/education/package-tree.html deleted file mode 100644 index d3ac59aca..000000000 --- a/docs/com/textkernel/tx/models/resume/education/package-tree.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/education/package-use.html b/docs/com/textkernel/tx/models/resume/education/package-use.html deleted file mode 100644 index 05f5d36ba..000000000 --- a/docs/com/textkernel/tx/models/resume/education/package-use.html +++ /dev/null @@ -1,197 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| com.textkernel.tx.models.resume.education | -- |
| Class and Description | -
|---|
| EducationHistory
- Information about education history found on a resume
- |
-
| Class and Description | -
|---|
| Degree
- An educational degree
- |
-
| EducationDetails
- An education entry on a resume
- |
-
| GradePointAverage
- Information about a GPA (or equivalent)
- |
-
| NormalizedDegree
- A normalized educational degree
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/Bullet.html b/docs/com/textkernel/tx/models/resume/employment/Bullet.html deleted file mode 100644 index 4b8638b1e..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/Bullet.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -public class Bullet -extends Object-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/CompanyNameWithProbability.html b/docs/com/textkernel/tx/models/resume/employment/CompanyNameWithProbability.html deleted file mode 100644 index 7a69df3c7..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/CompanyNameWithProbability.html +++ /dev/null @@ -1,297 +0,0 @@ - - - - - - -public class CompanyNameWithProbability -extends NormalizedString-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Probability
-The degree of certainty that the company name is accurate.
- |
-
Normalized, Raw| Constructor and Description | -
|---|
CompanyNameWithProbability() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/Employer.html b/docs/com/textkernel/tx/models/resume/employment/Employer.html deleted file mode 100644 index 0dcbcabc2..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/Employer.html +++ /dev/null @@ -1,313 +0,0 @@ - - - - - - -public class Employer -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
Location |
-Location
-The location/address of the employer
- |
-
CompanyNameWithProbability |
-Name
-The name of the employer (and an accuracy probability)
- |
-
NormalizedString |
-NameVariation
-Sometimes a second possible company name is found, or a department/organization
- within a company.
- |
-
public CompanyNameWithProbability Name-
public NormalizedString NameVariation-
public Location Location-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/EmploymentHistory.html b/docs/com/textkernel/tx/models/resume/employment/EmploymentHistory.html deleted file mode 100644 index b3e7d973b..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/EmploymentHistory.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class EmploymentHistory -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
ExperienceSummary |
-ExperienceSummary
-A summary of all the work history with important calculated metadata
- |
-
List<Position> |
-Positions
-A list of jobs/positions found on the resume
- |
-
| Constructor and Description | -
|---|
EmploymentHistory() |
-
public ExperienceSummary ExperienceSummary-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/ExperienceSummary.html b/docs/com/textkernel/tx/models/resume/employment/ExperienceSummary.html deleted file mode 100644 index 9c14ffd56..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/ExperienceSummary.html +++ /dev/null @@ -1,471 +0,0 @@ - - - - - - -public class ExperienceSummary -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-AttentionNeeded
-Any abnormal findings about the candidate's career will be reported here.
- |
-
int |
-AverageMonthsPerEmployer
-The average number of months a candidate has spent at each employer.
- |
-
String |
-CurrentManagementLevel
-Computed level of management for the current position.
- |
-
String |
-Description
-A paragraph of text that summarizes the candidate's experience.
- |
-
String |
-ExecutiveType
-If
-ManagementScore is at least 30 (mid-level+), then the job titles are examined to
- determine the best category for the executive experience. |
-
int |
-FulltimeDirectHirePredictiveIndex
-A score (0-100), where 0 means a candidate is more likely to have had (and want/pursue) short-term/part-time/temp/contracting
- jobs and 100 means a candidate is more likely to have had (and want/pursue) traditional full-time, direct-hire jobs.
- |
-
int |
-ManagementScore
-The highest score calculated from any of the position titles.
- |
-
String |
-ManagementStory
-A paragraph of text that summarizes the candidate's management experience (in English).
- |
-
int |
-MonthsOfManagementExperience
-The number of months of management experience as indicated by the range of
- start and end date values in the various jobs/positions in the resume that have been
- determined to be management-level positions.
- |
-
int |
-MonthsOfWorkExperience
-The number of months of work experience as indicated by the range of
- start and end date values in the various jobs/positions in the resume.
- |
-
| Constructor and Description | -
|---|
ExperienceSummary() |
-
public String Description-
ExperienceSummary. It will be the same language as the resume for Czech, Dutch,
- English, French, German, Greek, Hungarian, Italian, Norwegian, Russian, Spanish, and Swedish. To always generate the
- summary in English, set "OutputFormat.AllSummariesInEnglish = True;" in the configuration string when parsing.
- In order for this value to be accurate, you must have provided an accurate RevisionDate when you parsed this resume.
public int MonthsOfWorkExperience-
In order for this value to be accurate, you must have provided an accurate RevisionDate when you parsed this resume.
public int MonthsOfManagementExperience-
In order for this value to be accurate, you must have provided an accurate RevisionDate when you parsed this resume.
public String ExecutiveType-
ManagementScore is at least 30 (mid-level+), then the job titles are examined to
- determine the best category for the executive experience. One of:
- public int AverageMonthsPerEmployer-
In order for this value to be accurate, you must have provided an accurate RevisionDate when you parsed this resume.
public int FulltimeDirectHirePredictiveIndex-
In order for this value to be accurate, you must have provided an accurate RevisionDate when you parsed this resume.
public String ManagementStory-
public String CurrentManagementLevel-
public int ManagementScore-
public String AttentionNeeded-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/JobTitle.html b/docs/com/textkernel/tx/models/resume/employment/JobTitle.html deleted file mode 100644 index d810cc8d7..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/JobTitle.html +++ /dev/null @@ -1,341 +0,0 @@ - - - - - - -public class JobTitle -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Normalized
-Deprecated.
-
-use
-Position.NormalizedProfession instead |
-
String |
-Probability
-The degree of certainty that the job title value is accurate.
- |
-
String |
-Raw
-The raw text as it was found in the resume
- |
-
List<String> |
-Variations
-Deprecated.
-
-use
-Position.NormalizedProfession instead |
-
public String Raw-
@Deprecated -public String Normalized-
Position.NormalizedProfession insteadpublic String Probability-
@Deprecated -public List<String> Variations-
Position.NormalizedProfession insteadCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/ParsingNormalizedProfession.html b/docs/com/textkernel/tx/models/resume/employment/ParsingNormalizedProfession.html deleted file mode 100644 index 0033a1551..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/ParsingNormalizedProfession.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - - -public class ParsingNormalizedProfession -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
ProfessionClassification<Integer> |
-Class
-The object of the class to which the profession concept belongs.
- |
-
float |
-Confidence
-Overall confidence that the input job title was normalized to the correct profession concept
- |
-
ProfessionClassification<Integer> |
-Group
-The object of the group to which the profession concept belongs.
- |
-
VersionedNormalizedProfessionClassification<Integer> |
-ISCO
-The object of the ISCO profession concept
- |
-
VersionedNormalizedProfessionClassification<String> |
-ONET
-The object of the ONET profession concept
- |
-
ProfessionClassification<Integer> |
-Profession
-Object containing the details of the profession concept.
- |
-
| Constructor and Description | -
|---|
ParsingNormalizedProfession() |
-
public ProfessionClassification<Integer> Profession-
public ProfessionClassification<Integer> Group-
public ProfessionClassification<Integer> Class-
public VersionedNormalizedProfessionClassification<Integer> ISCO-
public VersionedNormalizedProfessionClassification<String> ONET-
public float Confidence-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/Position.html b/docs/com/textkernel/tx/models/resume/employment/Position.html deleted file mode 100644 index c4da729e4..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/Position.html +++ /dev/null @@ -1,580 +0,0 @@ - - - - - - -public class Position -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<Bullet> |
-Bullets
-Bullet points found in the
-Description (available when OutputFormat.CreateBullets = true is set in the Configuration string on the request) |
-
String |
-Description
-The job description
- |
-
Employer |
-Employer
-The employer/company for this position.
- |
-
TxDate |
-EndDate
-The end date listed for this position
- |
-
String |
-Id
-The id of this position (one-based, so POS-1 is the first, etc)
- |
-
boolean |
-IsCurrent
-true if the job/position is listed as current on the resume |
-
boolean |
-IsSelfEmployed
-true if the candidate was self-employed at this job/position |
-
String |
-JobLevel
-The level determined by length of experience and job titles.
- |
-
JobTitle |
-JobTitle
-The job title for this position/job
- |
-
String |
-JobType
-The type of job.
- |
-
ParsingNormalizedProfession |
-NormalizedProfession
-Normalized profession of the
-JobTitle |
-
TxPrimitive<Integer> |
-NumberEmployeesSupervised
-How many employees were supervised in this position/job
- |
-
List<String> |
-RelatedToByCompanyName
-
- |
-
List<String> |
-RelatedToByDates
-
- |
-
TxDate |
-StartDate
-The start date listed for this position
- |
-
String |
-SubTaxonomyName
-Deprecated.
-
-use
-NormalizedProfession instead |
-
String |
-TaxonomyName
-Deprecated.
-
-use
-NormalizedProfession instead |
-
int |
-TaxonomyPercentage
-Deprecated.
-
-use
-NormalizedProfession instead |
-
public String Id-
public Employer Employer- -
public boolean IsSelfEmployed-
true if the candidate was self-employed at this job/positionpublic boolean IsCurrent-
true if the job/position is listed as current on the resumepublic JobTitle JobTitle-
public TxDate StartDate-
public TxDate EndDate-
public TxPrimitive<Integer> NumberEmployeesSupervised-
public String JobType-
@Deprecated -public String TaxonomyName-
NormalizedProfession instead@Deprecated -public String SubTaxonomyName-
NormalizedProfession insteadpublic String JobLevel-
@Deprecated -public int TaxonomyPercentage-
NormalizedProfession insteadTaxonomyNamepublic String Description-
public List<Bullet> Bullets-
Description (available when OutputFormat.CreateBullets = true is set in the Configuration string on the request)public ParsingNormalizedProfession NormalizedProfession-
JobTitleCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/ProfessionClassification.html b/docs/com/textkernel/tx/models/resume/employment/ProfessionClassification.html deleted file mode 100644 index 66a7eaf0c..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/ProfessionClassification.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -public class ProfessionClassification<T> -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
T |
-CodeId
-The code id of the profession concept.
- |
-
String |
-Description
-The description of the profession concept.
- |
-
| Constructor and Description | -
|---|
ProfessionClassification() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/VersionedNormalizedProfessionClassification.html b/docs/com/textkernel/tx/models/resume/employment/VersionedNormalizedProfessionClassification.html deleted file mode 100644 index 4b4050bcb..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/VersionedNormalizedProfessionClassification.html +++ /dev/null @@ -1,291 +0,0 @@ - - - - - - -public class VersionedNormalizedProfessionClassification<T> -extends ProfessionClassification<T>-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Version
-The version of the profession taxonomy
- |
-
CodeId, Description| Constructor and Description | -
|---|
VersionedNormalizedProfessionClassification() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/class-use/Bullet.html b/docs/com/textkernel/tx/models/resume/employment/class-use/Bullet.html deleted file mode 100644 index b918cc195..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/class-use/Bullet.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.employment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<Bullet> |
-Position.Bullets
-Bullet points found in the
-Position.Description (available when OutputFormat.CreateBullets = true is set in the Configuration string on the request) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/class-use/CompanyNameWithProbability.html b/docs/com/textkernel/tx/models/resume/employment/class-use/CompanyNameWithProbability.html deleted file mode 100644 index b08c28b01..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/class-use/CompanyNameWithProbability.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.employment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
CompanyNameWithProbability |
-Employer.Name
-The name of the employer (and an accuracy probability)
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/class-use/Employer.html b/docs/com/textkernel/tx/models/resume/employment/class-use/Employer.html deleted file mode 100644 index fd221f220..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/class-use/Employer.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.employment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
Employer |
-Position.Employer
-The employer/company for this position.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/class-use/EmploymentHistory.html b/docs/com/textkernel/tx/models/resume/employment/class-use/EmploymentHistory.html deleted file mode 100644 index 09fe80e78..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/class-use/EmploymentHistory.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
EmploymentHistory |
-ParsedResume.EmploymentHistory
-The candidate's employment/work history found on the resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/class-use/ExperienceSummary.html b/docs/com/textkernel/tx/models/resume/employment/class-use/ExperienceSummary.html deleted file mode 100644 index 0a572d0a3..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/class-use/ExperienceSummary.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.employment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
ExperienceSummary |
-EmploymentHistory.ExperienceSummary
-A summary of all the work history with important calculated metadata
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/class-use/JobTitle.html b/docs/com/textkernel/tx/models/resume/employment/class-use/JobTitle.html deleted file mode 100644 index 7360541de..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/class-use/JobTitle.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.employment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
JobTitle |
-Position.JobTitle
-The job title for this position/job
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/class-use/ParsingNormalizedProfession.html b/docs/com/textkernel/tx/models/resume/employment/class-use/ParsingNormalizedProfession.html deleted file mode 100644 index 3256ddf5c..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/class-use/ParsingNormalizedProfession.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| com.textkernel.tx.models.resume.employment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
ParsingNormalizedProfession |
-JobTitles.NormalizedProfession
-Normalized profession for the main job title.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
ParsingNormalizedProfession |
-Position.NormalizedProfession
-Normalized profession of the
-Position.JobTitle |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/class-use/Position.html b/docs/com/textkernel/tx/models/resume/employment/class-use/Position.html deleted file mode 100644 index 4b3188288..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/class-use/Position.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.employment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<Position> |
-EmploymentHistory.Positions
-A list of jobs/positions found on the resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/class-use/ProfessionClassification.html b/docs/com/textkernel/tx/models/resume/employment/class-use/ProfessionClassification.html deleted file mode 100644 index 8f9e8f932..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/class-use/ProfessionClassification.html +++ /dev/null @@ -1,195 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.employment | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-VersionedNormalizedProfessionClassification<T>
-Object representing a profession concept with taxonomy version
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
ProfessionClassification<Integer> |
-ParsingNormalizedProfession.Class
-The object of the class to which the profession concept belongs.
- |
-
ProfessionClassification<Integer> |
-ParsingNormalizedProfession.Group
-The object of the group to which the profession concept belongs.
- |
-
ProfessionClassification<Integer> |
-ParsingNormalizedProfession.Profession
-Object containing the details of the profession concept.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/class-use/VersionedNormalizedProfessionClassification.html b/docs/com/textkernel/tx/models/resume/employment/class-use/VersionedNormalizedProfessionClassification.html deleted file mode 100644 index 4597c17cd..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/class-use/VersionedNormalizedProfessionClassification.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.employment | -- |
| Modifier and Type | -Field and Description | -
|---|---|
VersionedNormalizedProfessionClassification<Integer> |
-ParsingNormalizedProfession.ISCO
-The object of the ISCO profession concept
- |
-
VersionedNormalizedProfessionClassification<String> |
-ParsingNormalizedProfession.ONET
-The object of the ONET profession concept
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/package-frame.html b/docs/com/textkernel/tx/models/resume/employment/package-frame.html deleted file mode 100644 index 7f178025b..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| Bullet | -
- A single entry in a bullet-point list in a position/job description on a resume
- |
-
| CompanyNameWithProbability | -
- A company name that has been normalized and assigned a probability
- |
-
| Employer | -
- A name/location for a company/employer
- |
-
| EmploymentHistory | -
- Work history found on a resume
- |
-
| ExperienceSummary | -
- A summary of a candidate's work history
- |
-
| JobTitle | -
- A job title found in a resume
- |
-
| ParsingNormalizedProfession | -
- Normalized profession related to a specific job title.
- |
-
| Position | -
- A position/job on a resume
- |
-
| ProfessionClassification<T> | -
- Object representing a profession concept
- |
-
| VersionedNormalizedProfessionClassification<T> | -
- Object representing a profession concept with taxonomy version
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/package-tree.html b/docs/com/textkernel/tx/models/resume/employment/package-tree.html deleted file mode 100644 index 2990a8ca8..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/package-tree.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/employment/package-use.html b/docs/com/textkernel/tx/models/resume/employment/package-use.html deleted file mode 100644 index 1dc1eaed7..000000000 --- a/docs/com/textkernel/tx/models/resume/employment/package-use.html +++ /dev/null @@ -1,243 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job | -- |
| com.textkernel.tx.models.resume | -- |
| com.textkernel.tx.models.resume.employment | -- |
| Class and Description | -
|---|
| ParsingNormalizedProfession
- Normalized profession related to a specific job title.
- |
-
| Class and Description | -
|---|
| EmploymentHistory
- Work history found on a resume
- |
-
| Class and Description | -
|---|
| Bullet
- A single entry in a bullet-point list in a position/job description on a resume
- |
-
| CompanyNameWithProbability
- A company name that has been normalized and assigned a probability
- |
-
| Employer
- A name/location for a company/employer
- |
-
| ExperienceSummary
- A summary of a candidate's work history
- |
-
| JobTitle
- A job title found in a resume
- |
-
| ParsingNormalizedProfession
- Normalized profession related to a specific job title.
- |
-
| Position
- A position/job on a resume
- |
-
| ProfessionClassification
- Object representing a profession concept
- |
-
| VersionedNormalizedProfessionClassification
- Object representing a profession concept with taxonomy version
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/ReservedData.html b/docs/com/textkernel/tx/models/resume/metadata/ReservedData.html deleted file mode 100644 index f98efe775..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/ReservedData.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - -public class ReservedData -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<String> |
-EmailAddresses
-All email addresses found in the resume
- |
-
List<String> |
-Names
-All names found in the resume
- |
-
List<String> |
-OtherData
-Any other PII that should be redacted
- |
-
List<String> |
-Phones
-All phone numbers found in the resume
- |
-
List<String> |
-Urls
-All personal urls found in the resume
- |
-
| Constructor and Description | -
|---|
ReservedData() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/ResumeMetadata.html b/docs/com/textkernel/tx/models/resume/metadata/ResumeMetadata.html deleted file mode 100644 index b6d536ba2..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/ResumeMetadata.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - -public class ResumeMetadata -extends ParsedDocumentMetadata-
| Modifier and Type | -Field and Description | -
|---|---|
List<ResumeSection> |
-FoundSections
-A list of sections found in the resume
- |
-
ReservedData |
-ReservedData
-Used to redact PII.
- |
-
List<ResumeQualityAssessment> |
-ResumeQuality
-This is an advanced level feature.
- |
-
DocumentCulture, DocumentLanguage, DocumentLastModified, ParserSettings, PlainText| Constructor and Description | -
|---|
ResumeMetadata() |
-
public List<ResumeSection> FoundSections-
public List<ResumeQualityAssessment> ResumeQuality-
public ReservedData ReservedData-
ParseResumeResponseValue.RedactedResumeDataCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/ResumeQualityAssessment.html b/docs/com/textkernel/tx/models/resume/metadata/ResumeQualityAssessment.html deleted file mode 100644 index 4230462f3..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/ResumeQualityAssessment.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -public class ResumeQualityAssessment -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<ResumeQualityFinding> |
-Findings
-A list of findings of the same severity/level
- |
-
String |
-Level
-The level/severity of this assessment.
- |
-
| Constructor and Description | -
|---|
ResumeQualityAssessment() |
-
public String Level-
-ResumeQualityLevel.FatalProblem
-
-ResumeQualityLevel.MajorIssue
-
public List<ResumeQualityFinding> Findings-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/ResumeQualityFinding.html b/docs/com/textkernel/tx/models/resume/metadata/ResumeQualityFinding.html deleted file mode 100644 index 53587ba7b..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/ResumeQualityFinding.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - -public class ResumeQualityFinding -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Message
-A human-readable message explaining the issue that is being reported and possibly how to fix.
- |
-
String |
-QualityCode
-A unique 3-digit code to identify what type of issue was found.
- |
-
List<SectionIdentifier> |
-SectionIdentifiers
-If applicable, areas in the resume where this issue was found or that are affected by this issue.
- |
-
| Constructor and Description | -
|---|
ResumeQualityFinding() |
-
public String QualityCode-
public List<SectionIdentifier> SectionIdentifiers-
public String Message-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/ResumeQualityLevel.html b/docs/com/textkernel/tx/models/resume/metadata/ResumeQualityLevel.html deleted file mode 100644 index 58a6378c0..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/ResumeQualityLevel.html +++ /dev/null @@ -1,309 +0,0 @@ - - - - - - -public class ResumeQualityLevel -extends Object-
ResumeQualityAssessment| Modifier and Type | -Field and Description | -
|---|---|
static ResumeQualityLevel |
-DataMissing
-Some data was missing that should be included in a resume
- |
-
static ResumeQualityLevel |
-FatalProblem
-A fatal issue was found in the resume.
- |
-
static ResumeQualityLevel |
-MajorIssue
-A major issue was found in the resume that will reduce the quality of parse results
- |
-
static ResumeQualityLevel |
-SuggestedImprovement
-Only minor issues were found
- |
-
String |
-Value
-The string value for this level/severity
- |
-
public static ResumeQualityLevel SuggestedImprovement-
public static ResumeQualityLevel DataMissing-
public static ResumeQualityLevel MajorIssue-
public static ResumeQualityLevel FatalProblem-
public String Value-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/ResumeSection.html b/docs/com/textkernel/tx/models/resume/metadata/ResumeSection.html deleted file mode 100644 index 4de997893..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/ResumeSection.html +++ /dev/null @@ -1,356 +0,0 @@ - - - - - - -public class ResumeSection -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
int |
-FirstLineNumber
-The first line of the section (zero-based).
- |
-
String |
-HeaderTextFound
-The exact text that was used to identify the beginning of the section.
- |
-
int |
-LastLineNumber
-The last line of the section (zero-based).
- |
-
String |
-SectionType
-The type of section.
- |
-
| Constructor and Description | -
|---|
ResumeSection() |
-
public int FirstLineNumber-
ParsedDocumentMetadata.PlainTextpublic int LastLineNumber-
ParsedDocumentMetadata.PlainTextpublic String SectionType-
public String HeaderTextFound-
"CALCULATED"Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/class-use/ReservedData.html b/docs/com/textkernel/tx/models/resume/metadata/class-use/ReservedData.html deleted file mode 100644 index cdff584ab..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/class-use/ReservedData.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.metadata | -- |
| Modifier and Type | -Field and Description | -
|---|---|
ReservedData |
-ResumeMetadata.ReservedData
-Used to redact PII.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeMetadata.html b/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeMetadata.html deleted file mode 100644 index 6b1402e1f..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeMetadata.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
ResumeMetadata |
-ParsedResume.ResumeMetadata
-Metadata about the parsed resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeQualityAssessment.html b/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeQualityAssessment.html deleted file mode 100644 index 6e6814fed..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeQualityAssessment.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.metadata | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ResumeQualityAssessment> |
-ResumeMetadata.ResumeQuality
-This is an advanced level feature.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeQualityFinding.html b/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeQualityFinding.html deleted file mode 100644 index e8bfc5243..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeQualityFinding.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.metadata | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ResumeQualityFinding> |
-ResumeQualityAssessment.Findings
-A list of findings of the same severity/level
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeQualityLevel.html b/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeQualityLevel.html deleted file mode 100644 index 115f55248..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeQualityLevel.html +++ /dev/null @@ -1,186 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.metadata | -- |
| Modifier and Type | -Field and Description | -
|---|---|
static ResumeQualityLevel |
-ResumeQualityLevel.DataMissing
-Some data was missing that should be included in a resume
- |
-
static ResumeQualityLevel |
-ResumeQualityLevel.FatalProblem
-A fatal issue was found in the resume.
- |
-
static ResumeQualityLevel |
-ResumeQualityLevel.MajorIssue
-A major issue was found in the resume that will reduce the quality of parse results
- |
-
static ResumeQualityLevel |
-ResumeQualityLevel.SuggestedImprovement
-Only minor issues were found
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeSection.html b/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeSection.html deleted file mode 100644 index ce9d39e74..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/class-use/ResumeSection.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.metadata | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ResumeSection> |
-ResumeMetadata.FoundSections
-A list of sections found in the resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/package-frame.html b/docs/com/textkernel/tx/models/resume/metadata/package-frame.html deleted file mode 100644 index 4c514be7a..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/package-frame.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| ReservedData | -
- Used to redact PII
- |
-
| ResumeMetadata | -
- Metadata about a parsed resume
- |
-
| ResumeQualityAssessment | -
- A list of ResumeQualityFinding of the same level/severity
- |
-
| ResumeQualityFinding | -
- A single resume quality issue
- |
-
| ResumeQualityLevel | -
- The level/severity of a
-ResumeQualityAssessment |
-
| ResumeSection | -
- A section in the resume (work history, education, etc)
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/package-tree.html b/docs/com/textkernel/tx/models/resume/metadata/package-tree.html deleted file mode 100644 index 25c71ec89..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/package-tree.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/metadata/package-use.html b/docs/com/textkernel/tx/models/resume/metadata/package-use.html deleted file mode 100644 index 34dbfda1f..000000000 --- a/docs/com/textkernel/tx/models/resume/metadata/package-use.html +++ /dev/null @@ -1,202 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| com.textkernel.tx.models.resume.metadata | -- |
| Class and Description | -
|---|
| ResumeMetadata
- Metadata about a parsed resume
- |
-
| Class and Description | -
|---|
| ReservedData
- Used to redact PII
- |
-
| ResumeQualityAssessment
- A list of ResumeQualityFinding of the same level/severity
- |
-
| ResumeQualityFinding
- A single resume quality issue
- |
-
| ResumeQualityLevel
- The level/severity of a
-ResumeQualityAssessment |
-
| ResumeSection
- A section in the resume (work history, education, etc)
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/military/MilitaryDetails.html b/docs/com/textkernel/tx/models/resume/military/MilitaryDetails.html deleted file mode 100644 index 5a2c0bea3..000000000 --- a/docs/com/textkernel/tx/models/resume/military/MilitaryDetails.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - - -public class MilitaryDetails -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Country
-The country that the military belongs to
- |
-
TxDate |
-EndDate
-The end date for this post/job
- |
-
String |
-FoundInContext
-The full text where this military post/job was found in the resume
- |
-
MilitaryService |
-Service
-The branch/name/rank for this post/job
- |
-
TxDate |
-StartDate
-The start date for this post/job
- |
-
| Constructor and Description | -
|---|
MilitaryDetails() |
-
public String Country-
public MilitaryService Service-
public TxDate StartDate-
public TxDate EndDate-
public String FoundInContext-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/military/MilitaryService.html b/docs/com/textkernel/tx/models/resume/military/MilitaryService.html deleted file mode 100644 index 90967a18d..000000000 --- a/docs/com/textkernel/tx/models/resume/military/MilitaryService.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public class MilitaryService -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Branch
-The branch of the military
- |
-
String |
-Name
-The name of the post/job
- |
-
String |
-Rank
-The military rank of the candidate
- |
-
| Constructor and Description | -
|---|
MilitaryService() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/military/SecurityCredential.html b/docs/com/textkernel/tx/models/resume/military/SecurityCredential.html deleted file mode 100644 index bc5bb9960..000000000 --- a/docs/com/textkernel/tx/models/resume/military/SecurityCredential.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class SecurityCredential -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-FoundInContext
-The full context of where this clearance/credential was found
- |
-
String |
-Name
-The name of the credential/clearance
- |
-
| Constructor and Description | -
|---|
SecurityCredential() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/military/class-use/MilitaryDetails.html b/docs/com/textkernel/tx/models/resume/military/class-use/MilitaryDetails.html deleted file mode 100644 index 6fefe94c3..000000000 --- a/docs/com/textkernel/tx/models/resume/military/class-use/MilitaryDetails.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<MilitaryDetails> |
-ParsedResume.MilitaryExperience
-Any military experience listed on the resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/military/class-use/MilitaryService.html b/docs/com/textkernel/tx/models/resume/military/class-use/MilitaryService.html deleted file mode 100644 index 97cfa6237..000000000 --- a/docs/com/textkernel/tx/models/resume/military/class-use/MilitaryService.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.military | -- |
| Modifier and Type | -Field and Description | -
|---|---|
MilitaryService |
-MilitaryDetails.Service
-The branch/name/rank for this post/job
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/military/class-use/SecurityCredential.html b/docs/com/textkernel/tx/models/resume/military/class-use/SecurityCredential.html deleted file mode 100644 index 29bb7e020..000000000 --- a/docs/com/textkernel/tx/models/resume/military/class-use/SecurityCredential.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<SecurityCredential> |
-ParsedResume.SecurityCredentials
-Any security credentials/clearances listed on the resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/military/package-frame.html b/docs/com/textkernel/tx/models/resume/military/package-frame.html deleted file mode 100644 index 4c37bc57f..000000000 --- a/docs/com/textkernel/tx/models/resume/military/package-frame.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| MilitaryDetails | -
- Information about military post/job listed on a resume
- |
-
| MilitaryService | -
- A branch/name/rank for a military post/job
- |
-
| SecurityCredential | -
- A security credential/clearance found on a resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/military/package-tree.html b/docs/com/textkernel/tx/models/resume/military/package-tree.html deleted file mode 100644 index d60d2fa3e..000000000 --- a/docs/com/textkernel/tx/models/resume/military/package-tree.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/military/package-use.html b/docs/com/textkernel/tx/models/resume/military/package-use.html deleted file mode 100644 index 5f37313c1..000000000 --- a/docs/com/textkernel/tx/models/resume/military/package-use.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| com.textkernel.tx.models.resume.military | -- |
| Class and Description | -
|---|
| MilitaryDetails
- Information about military post/job listed on a resume
- |
-
| SecurityCredential
- A security credential/clearance found on a resume
- |
-
| Class and Description | -
|---|
| MilitaryService
- A branch/name/rank for a military post/job
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/package-frame.html b/docs/com/textkernel/tx/models/resume/package-frame.html deleted file mode 100644 index 539fcf071..000000000 --- a/docs/com/textkernel/tx/models/resume/package-frame.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| Association | -
- An association/organization found on a resume
- |
-
| CandidateReference | -
- A reference found on a resume
- |
-
| Certification | -
- A certification found on a resume
- |
-
| LanguageCompetency | -
- A language competency (fluent in, can read, can write, etc) found on a resume
- |
-
| LicenseDetails | -
- A license found on a resume.
- |
-
| NationalIdentity | -
- A national identity found on a resume
- |
-
| NormalizedString | -
- A string with a raw and normalized value
- |
-
| ParsedResume | -
- All of the information extracted while parsing a resume
- |
-
| PersonalAttributes | -
- Personal attributes found on a resume
- |
-
| Salary | -
- A salary found in a resume
- |
-
| SectionIdentifier | -
- Information about a particular section of a resume
- |
-
| TrainingDetails | -
- A training history found on a resume
- |
-
| TrainingHistory | -
- All training info found in a resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/package-tree.html b/docs/com/textkernel/tx/models/resume/package-tree.html deleted file mode 100644 index 650f4d08e..000000000 --- a/docs/com/textkernel/tx/models/resume/package-tree.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/package-use.html b/docs/com/textkernel/tx/models/resume/package-use.html deleted file mode 100644 index 5e98e9efc..000000000 --- a/docs/com/textkernel/tx/models/resume/package-use.html +++ /dev/null @@ -1,468 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| com.textkernel.tx.models.api.bimetricscoring | -- |
| com.textkernel.tx.models.api.formatter | -- |
| com.textkernel.tx.models.api.geocoding | -- |
| com.textkernel.tx.models.api.indexes | -- |
| com.textkernel.tx.models.api.matching | -- |
| com.textkernel.tx.models.api.parsing | -- |
| com.textkernel.tx.models.resume | -- |
| com.textkernel.tx.models.resume.contactinfo | -- |
| com.textkernel.tx.models.resume.education | -- |
| com.textkernel.tx.models.resume.employment | -- |
| com.textkernel.tx.models.resume.metadata | -- |
| com.textkernel.tx.models.resume.skills | -- |
| Class and Description | -
|---|
| ParsedResume
- All of the information extracted while parsing a resume
- |
-
| Class and Description | -
|---|
| ParsedResume
- All of the information extracted while parsing a resume
- |
-
| Class and Description | -
|---|
| ParsedResume
- All of the information extracted while parsing a resume
- |
-
| Class and Description | -
|---|
| ParsedResume
- All of the information extracted while parsing a resume
- |
-
| Class and Description | -
|---|
| ParsedResume
- All of the information extracted while parsing a resume
- |
-
| Class and Description | -
|---|
| ParsedResume
- All of the information extracted while parsing a resume
- |
-
| Class and Description | -
|---|
| ParsedResume
- All of the information extracted while parsing a resume
- |
-
| Class and Description | -
|---|
| Association
- An association/organization found on a resume
- |
-
| CandidateReference
- A reference found on a resume
- |
-
| Certification
- A certification found on a resume
- |
-
| LanguageCompetency
- A language competency (fluent in, can read, can write, etc) found on a resume
- |
-
| LicenseDetails
- A license found on a resume.
- |
-
| NationalIdentity
- A national identity found on a resume
- |
-
| NormalizedString
- A string with a raw and normalized value
- |
-
| ParsedResume
- All of the information extracted while parsing a resume
- |
-
| PersonalAttributes
- Personal attributes found on a resume
- |
-
| Salary
- A salary found in a resume
- |
-
| TrainingDetails
- A training history found on a resume
- |
-
| TrainingHistory
- All training info found in a resume
- |
-
| Class and Description | -
|---|
| NormalizedString
- A string with a raw and normalized value
- |
-
| Class and Description | -
|---|
| NormalizedString
- A string with a raw and normalized value
- |
-
| Class and Description | -
|---|
| NormalizedString
- A string with a raw and normalized value
- |
-
| Class and Description | -
|---|
| SectionIdentifier
- Information about a particular section of a resume
- |
-
| Class and Description | -
|---|
| SectionIdentifier
- Information about a particular section of a resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/ResumeNormalizedSkill.html b/docs/com/textkernel/tx/models/resume/skills/ResumeNormalizedSkill.html deleted file mode 100644 index 4b6bcb0df..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/ResumeNormalizedSkill.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - -public class ResumeNormalizedSkill -extends NormalizedSkill-
| Modifier and Type | -Field and Description | -
|---|---|
List<SectionIdentifier> |
-FoundIn
-Where the skill was found
- |
-
TxPrimitive<java.time.LocalDate> |
-LastUsed
-Describes the date the candidate last used the skill (derived from position dates)
- |
-
TxPrimitive<Integer> |
-MonthsExperience
-Describes the amount of experience a candidate has with this skill
- |
-
| Constructor and Description | -
|---|
ResumeNormalizedSkill() |
-
public TxPrimitive<Integer> MonthsExperience-
public TxPrimitive<java.time.LocalDate> LastUsed-
public List<SectionIdentifier> FoundIn-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/ResumeRawSkill.html b/docs/com/textkernel/tx/models/resume/skills/ResumeRawSkill.html deleted file mode 100644 index 82eb2ae08..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/ResumeRawSkill.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - - -public class ResumeRawSkill -extends RawSkill-
| Modifier and Type | -Field and Description | -
|---|---|
List<SectionIdentifier> |
-FoundIn
-Where the skill was found
- |
-
TxPrimitive<java.time.LocalDate> |
-LastUsed
-Describes the date the candidate last used the skill (derived from position dates)
- |
-
TxPrimitive<Integer> |
-MonthsExperience
-Describes the amount of experience a candidate has with this skill
- |
-
| Constructor and Description | -
|---|
ResumeRawSkill() |
-
public TxPrimitive<Integer> MonthsExperience-
public TxPrimitive<java.time.LocalDate> LastUsed-
public List<SectionIdentifier> FoundIn-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/ResumeSkill.html b/docs/com/textkernel/tx/models/resume/skills/ResumeSkill.html deleted file mode 100644 index 1e32716a6..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/ResumeSkill.html +++ /dev/null @@ -1,335 +0,0 @@ - - - - - - -public class ResumeSkill -extends ResumeSkillVariation-
| Modifier and Type | -Field and Description | -
|---|---|
TxPrimitive<java.time.LocalDate> |
-ChildrenLastUsed
-If this skill has any variations, this describes the most recent date any of the variations were used
- |
-
TxPrimitive<Integer> |
-ChildrenMonthsExperience
-If this skill has any variations, this describes the total months experience of those variations
- |
-
List<ResumeSkillVariation> |
-Variations
-The variations (synonyms) of this skill that were found
- |
-
FoundIn, LastUsed, MonthsExperienceExistsInText, Id, Name| Constructor and Description | -
|---|
ResumeSkill() |
-
public List<ResumeSkillVariation> Variations-
public TxPrimitive<Integer> ChildrenMonthsExperience-
public TxPrimitive<java.time.LocalDate> ChildrenLastUsed-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/ResumeSkillVariation.html b/docs/com/textkernel/tx/models/resume/skills/ResumeSkillVariation.html deleted file mode 100644 index db0486d04..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/ResumeSkillVariation.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -public class ResumeSkillVariation -extends Skill-
| Modifier and Type | -Field and Description | -
|---|---|
List<SectionIdentifier> |
-FoundIn
-Where the skill was found
- |
-
TxPrimitive<java.time.LocalDate> |
-LastUsed
-Describes the date the candidate last used the skill (derived from position dates)
- |
-
TxPrimitive<Integer> |
-MonthsExperience
-Describes the amount of experience a candidate has with this skill
- |
-
ExistsInText, Id, Name| Constructor and Description | -
|---|
ResumeSkillVariation() |
-
public TxPrimitive<Integer> MonthsExperience-
public TxPrimitive<java.time.LocalDate> LastUsed-
public List<SectionIdentifier> FoundIn-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/ResumeSubTaxonomy.html b/docs/com/textkernel/tx/models/resume/skills/ResumeSubTaxonomy.html deleted file mode 100644 index a24b276ce..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/ResumeSubTaxonomy.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class ResumeSubTaxonomy -extends FoundSubTaxonomy-
| Modifier and Type | -Field and Description | -
|---|---|
List<ResumeSkill> |
-Skills
-The skills from this subtaxonomy that were found
- |
-
PercentOfOverall, PercentOfParentSubTaxonomyId, SubTaxonomyName| Constructor and Description | -
|---|
ResumeSubTaxonomy() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/ResumeTaxonomy.html b/docs/com/textkernel/tx/models/resume/skills/ResumeTaxonomy.html deleted file mode 100644 index 27aee6e21..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/ResumeTaxonomy.html +++ /dev/null @@ -1,272 +0,0 @@ - - - - - - -public class ResumeTaxonomy -extends FoundTaxonomy<ResumeSubTaxonomy>-
ResumeSubTaxonomy)PercentOfOverallId, Name, SubTaxonomies| Constructor and Description | -
|---|
ResumeTaxonomy() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/ResumeTaxonomyRoot.html b/docs/com/textkernel/tx/models/resume/skills/ResumeTaxonomyRoot.html deleted file mode 100644 index 8e893eb84..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/ResumeTaxonomyRoot.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public class ResumeTaxonomyRoot -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Root
-The name of the skills list that these taxonomies belong to
- |
-
List<ResumeTaxonomy> |
-Taxonomies
-The skills taxonomies found in a resume
- |
-
| Constructor and Description | -
|---|
ResumeTaxonomyRoot() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/ResumeV2Skills.html b/docs/com/textkernel/tx/models/resume/skills/ResumeV2Skills.html deleted file mode 100644 index bb1d69082..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/ResumeV2Skills.html +++ /dev/null @@ -1,314 +0,0 @@ - - - - - - -public class ResumeV2Skills -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<ResumeNormalizedSkill> |
-Normalized
-Normalized skills output when
-SkillsSettings.TaxonomyVersion is set to (or defaults to) V2
- and SkillsSettings.Normalize is set to true |
-
List<ResumeRawSkill> |
-Raw
-Array of skills exactly as found in the plain text of the document.
- |
-
List<ProfessionClass> |
-RelatedProfessionClasses
-Professions most related to the document.
- |
-
| Constructor and Description | -
|---|
ResumeV2Skills() |
-
public List<ResumeRawSkill> Raw-
public List<ResumeNormalizedSkill> Normalized-
SkillsSettings.TaxonomyVersion is set to (or defaults to) V2
- and SkillsSettings.Normalize is set to truepublic List<ProfessionClass> RelatedProfessionClasses-
SkillsSettings.TaxonomyVersion is set to (or defaults to) V2
- and SkillsSettings.Normalize is set to trueCopyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeNormalizedSkill.html b/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeNormalizedSkill.html deleted file mode 100644 index 84905e2c5..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeNormalizedSkill.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.skills | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ResumeNormalizedSkill> |
-ResumeV2Skills.Normalized
-Normalized skills output when
-SkillsSettings.TaxonomyVersion is set to (or defaults to) V2
- and SkillsSettings.Normalize is set to true |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeRawSkill.html b/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeRawSkill.html deleted file mode 100644 index 3ff722377..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeRawSkill.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.skills | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ResumeRawSkill> |
-ResumeV2Skills.Raw
-Array of skills exactly as found in the plain text of the document.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeSkill.html b/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeSkill.html deleted file mode 100644 index 3bfef8196..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeSkill.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.skills | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ResumeSkill> |
-ResumeSubTaxonomy.Skills
-The skills from this subtaxonomy that were found
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeSkillVariation.html b/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeSkillVariation.html deleted file mode 100644 index 232ed72b6..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeSkillVariation.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.skills | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ResumeSkill
-A skill listed in a resume or job
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
List<ResumeSkillVariation> |
-ResumeSkill.Variations
-The variations (synonyms) of this skill that were found
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeSubTaxonomy.html b/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeSubTaxonomy.html deleted file mode 100644 index f6c6d5689..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeSubTaxonomy.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeTaxonomy.html b/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeTaxonomy.html deleted file mode 100644 index 0545ea5a0..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeTaxonomy.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume.skills | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ResumeTaxonomy> |
-ResumeTaxonomyRoot.Taxonomies
-The skills taxonomies found in a resume
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeTaxonomyRoot.html b/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeTaxonomyRoot.html deleted file mode 100644 index 9f1e6b096..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeTaxonomyRoot.html +++ /dev/null @@ -1,170 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ResumeTaxonomyRoot> |
-ParsedResume.SkillsData
-Deprecated.
-
-use
-ParsedResume.Skills instead for better results |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeV2Skills.html b/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeV2Skills.html deleted file mode 100644 index dcd24da9c..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/class-use/ResumeV2Skills.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| Modifier and Type | -Field and Description | -
|---|---|
ResumeV2Skills |
-ParsedResume.Skills
-Skills output when
-SkillsSettings.TaxonomyVersion is set to (or defaults to) V2. |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/package-frame.html b/docs/com/textkernel/tx/models/resume/skills/package-frame.html deleted file mode 100644 index 8eab5c0ec..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/package-frame.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| ResumeNormalizedSkill | -
- Normalized skill concept representing one or more raw skills that were extracted.
- |
-
| ResumeRawSkill | -
- Skill exactly as it was found in the plain text of the document.
- |
-
| ResumeSkill | -
- A skill listed in a resume or job
- |
-
| ResumeSkillVariation | -
- A skill listed in a resume or job
- |
-
| ResumeSubTaxonomy | -
- A subtaxonomy to group similar skills
- |
-
| ResumeTaxonomy | -
- A container to group similar skills subtaxonomies (see
-ResumeSubTaxonomy) |
-
| ResumeTaxonomyRoot | -
- A container for skills taxonomies found in a resume
- |
-
| ResumeV2Skills | -
- Skills output when version 2 of the taxonomy is utilized.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/package-tree.html b/docs/com/textkernel/tx/models/resume/skills/package-tree.html deleted file mode 100644 index aaf1a31ed..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/package-tree.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/resume/skills/package-use.html b/docs/com/textkernel/tx/models/resume/skills/package-use.html deleted file mode 100644 index d3e9be735..000000000 --- a/docs/com/textkernel/tx/models/resume/skills/package-use.html +++ /dev/null @@ -1,207 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.resume | -- |
| com.textkernel.tx.models.resume.skills | -- |
| Class and Description | -
|---|
| ResumeTaxonomyRoot
- A container for skills taxonomies found in a resume
- |
-
| ResumeV2Skills
- Skills output when version 2 of the taxonomy is utilized.
- |
-
| Class and Description | -
|---|
| ResumeNormalizedSkill
- Normalized skill concept representing one or more raw skills that were extracted.
- |
-
| ResumeRawSkill
- Skill exactly as it was found in the plain text of the document.
- |
-
| ResumeSkill
- A skill listed in a resume or job
- |
-
| ResumeSkillVariation
- A skill listed in a resume or job
- |
-
| ResumeTaxonomy
- A container to group similar skills subtaxonomies (see
-ResumeSubTaxonomy) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/FoundSubTaxonomy.html b/docs/com/textkernel/tx/models/skills/FoundSubTaxonomy.html deleted file mode 100644 index b81f0406b..000000000 --- a/docs/com/textkernel/tx/models/skills/FoundSubTaxonomy.html +++ /dev/null @@ -1,311 +0,0 @@ - - - - - - -public abstract class FoundSubTaxonomy -extends SubTaxonomy-
| Modifier and Type | -Field and Description | -
|---|---|
int |
-PercentOfOverall
-The percent (0-100) of skills found in this subtaxonomy compared to all subtaxonomies
- |
-
int |
-PercentOfParent
-The percent (0-100) of skills found in this subtaxonomy compared to other subtaxonomies in the parent taxonomy
- |
-
SubTaxonomyId, SubTaxonomyName| Constructor and Description | -
|---|
FoundSubTaxonomy() |
-
public int PercentOfOverall-
public int PercentOfParent-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/FoundTaxonomy.html b/docs/com/textkernel/tx/models/skills/FoundTaxonomy.html deleted file mode 100644 index 0dbc57401..000000000 --- a/docs/com/textkernel/tx/models/skills/FoundTaxonomy.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - -public abstract class FoundTaxonomy<T> -extends ITaxonomy<T>-
SubTaxonomy)| Modifier and Type | -Field and Description | -
|---|---|
int |
-PercentOfOverall
-The percent (0-100) of skills found in the document that belong to this taxonomy
- |
-
Id, Name, SubTaxonomies| Constructor and Description | -
|---|
FoundTaxonomy() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/ITaxonomy.html b/docs/com/textkernel/tx/models/skills/ITaxonomy.html deleted file mode 100644 index a5c6be08f..000000000 --- a/docs/com/textkernel/tx/models/skills/ITaxonomy.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - -public abstract class ITaxonomy<T> -extends Object-
SubTaxonomy)Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/NormalizedSkill.html b/docs/com/textkernel/tx/models/skills/NormalizedSkill.html deleted file mode 100644 index 19d305bfb..000000000 --- a/docs/com/textkernel/tx/models/skills/NormalizedSkill.html +++ /dev/null @@ -1,331 +0,0 @@ - - - - - - -public class NormalizedSkill -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Id
-Id of this skill in the skills taxonomy.
- |
-
String |
-Name
-Name of the normalized skill.
- |
-
List<String> |
-RawSkills
-Array of raw skills that were extracted that normalized to this skill.
- |
-
String |
-Type
-Type of skill.
- |
-
| Constructor and Description | -
|---|
NormalizedSkill() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/ProfessionClass.html b/docs/com/textkernel/tx/models/skills/ProfessionClass.html deleted file mode 100644 index e02261ff6..000000000 --- a/docs/com/textkernel/tx/models/skills/ProfessionClass.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -public class ProfessionClass -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
List<ProfessionGroup> |
-Groups
-Array of objects representing groups of professions.
- |
-
String |
-Id
-Id of the related profession.
- |
-
String |
-Name
-Name of the related profession.
- |
-
int |
-Percent
-Percent of overall document that relates to this profession.
- |
-
| Constructor and Description | -
|---|
ProfessionClass() |
-
public String Name-
public String Id-
public int Percent-
public List<ProfessionGroup> Groups-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/ProfessionGroup.html b/docs/com/textkernel/tx/models/skills/ProfessionGroup.html deleted file mode 100644 index 7e056103a..000000000 --- a/docs/com/textkernel/tx/models/skills/ProfessionGroup.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - -public class ProfessionGroup -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-Id
-Id of the profession group.
- |
-
String |
-Name
-Name of the profession group.
- |
-
List<String> |
-NormalizedSkills
-Array of normalized skills associated to this profession group.
- |
-
int |
-Percent
-Percent of overall document described by this profession group.
- |
-
| Constructor and Description | -
|---|
ProfessionGroup() |
-
public String Name-
public String Id-
public int Percent-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/RawSkill.html b/docs/com/textkernel/tx/models/skills/RawSkill.html deleted file mode 100644 index 2531de87a..000000000 --- a/docs/com/textkernel/tx/models/skills/RawSkill.html +++ /dev/null @@ -1,283 +0,0 @@ - - - - - - -public class RawSkill -extends Object-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/Skill.html b/docs/com/textkernel/tx/models/skills/Skill.html deleted file mode 100644 index ae3ea5ad7..000000000 --- a/docs/com/textkernel/tx/models/skills/Skill.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - -public abstract class Skill -extends Object-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/SubTaxonomy.html b/docs/com/textkernel/tx/models/skills/SubTaxonomy.html deleted file mode 100644 index 52cced742..000000000 --- a/docs/com/textkernel/tx/models/skills/SubTaxonomy.html +++ /dev/null @@ -1,299 +0,0 @@ - - - - - - -public class SubTaxonomy -extends Object-
| Modifier and Type | -Field and Description | -
|---|---|
String |
-SubTaxonomyId
-The id of this subtaxonomy
- |
-
String |
-SubTaxonomyName
-The human-readable name of this subtaxonomy
- |
-
| Constructor and Description | -
|---|
SubTaxonomy() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/Taxonomy.html b/docs/com/textkernel/tx/models/skills/Taxonomy.html deleted file mode 100644 index 0b44f16cf..000000000 --- a/docs/com/textkernel/tx/models/skills/Taxonomy.html +++ /dev/null @@ -1,298 +0,0 @@ - - - - - - -public class Taxonomy -extends ITaxonomy<SubTaxonomy>-
Id, Name, SubTaxonomies| Modifier and Type | -Method and Description | -
|---|---|
static List<Taxonomy> |
-getDefaults() |
-
public static List<Taxonomy> getDefaults()-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/class-use/FoundSubTaxonomy.html b/docs/com/textkernel/tx/models/skills/class-use/FoundSubTaxonomy.html deleted file mode 100644 index a982feb42..000000000 --- a/docs/com/textkernel/tx/models/skills/class-use/FoundSubTaxonomy.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| com.textkernel.tx.models.resume.skills | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-JobSubTaxonomy
-A subtaxonomy to group similar skills
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ResumeSubTaxonomy
-A subtaxonomy to group similar skills
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/class-use/FoundTaxonomy.html b/docs/com/textkernel/tx/models/skills/class-use/FoundTaxonomy.html deleted file mode 100644 index 34cbe93b5..000000000 --- a/docs/com/textkernel/tx/models/skills/class-use/FoundTaxonomy.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| com.textkernel.tx.models.resume.skills | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-JobTaxonomy
-A container to group similar skills subtaxonomies (see
-JobSubTaxonomy) |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ResumeTaxonomy
-A container to group similar skills subtaxonomies (see
-ResumeSubTaxonomy) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/class-use/ITaxonomy.html b/docs/com/textkernel/tx/models/skills/class-use/ITaxonomy.html deleted file mode 100644 index 4113f12eb..000000000 --- a/docs/com/textkernel/tx/models/skills/class-use/ITaxonomy.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| com.textkernel.tx.models.resume.skills | -- |
| com.textkernel.tx.models.skills | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-JobTaxonomy
-A container to group similar skills subtaxonomies (see
-JobSubTaxonomy) |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ResumeTaxonomy
-A container to group similar skills subtaxonomies (see
-ResumeSubTaxonomy) |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-FoundTaxonomy<T>
-A container to group similar skills subtaxonomies (see
-SubTaxonomy) |
-
class |
-Taxonomy |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/class-use/NormalizedSkill.html b/docs/com/textkernel/tx/models/skills/class-use/NormalizedSkill.html deleted file mode 100644 index b33f0610a..000000000 --- a/docs/com/textkernel/tx/models/skills/class-use/NormalizedSkill.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| com.textkernel.tx.models.resume.skills | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-JobNormalizedSkill
-Normalized skill concept representing one or more raw skills that were extracted.
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ResumeNormalizedSkill
-Normalized skill concept representing one or more raw skills that were extracted.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/class-use/ProfessionClass.html b/docs/com/textkernel/tx/models/skills/class-use/ProfessionClass.html deleted file mode 100644 index 204e51ae3..000000000 --- a/docs/com/textkernel/tx/models/skills/class-use/ProfessionClass.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| com.textkernel.tx.models.resume.skills | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ProfessionClass> |
-JobV2Skills.RelatedProfessionClasses
-Professions most related to the document.
- |
-
| Modifier and Type | -Field and Description | -
|---|---|
List<ProfessionClass> |
-ResumeV2Skills.RelatedProfessionClasses
-Professions most related to the document.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/class-use/ProfessionGroup.html b/docs/com/textkernel/tx/models/skills/class-use/ProfessionGroup.html deleted file mode 100644 index 362745358..000000000 --- a/docs/com/textkernel/tx/models/skills/class-use/ProfessionGroup.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.skills | -- |
| Modifier and Type | -Field and Description | -
|---|---|
List<ProfessionGroup> |
-ProfessionClass.Groups
-Array of objects representing groups of professions.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/class-use/RawSkill.html b/docs/com/textkernel/tx/models/skills/class-use/RawSkill.html deleted file mode 100644 index 421b70c5b..000000000 --- a/docs/com/textkernel/tx/models/skills/class-use/RawSkill.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| com.textkernel.tx.models.resume.skills | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-JobRawSkill
-Skill exactly as it was found in the plain text of the document.
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ResumeRawSkill
-Skill exactly as it was found in the plain text of the document.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/class-use/Skill.html b/docs/com/textkernel/tx/models/skills/class-use/Skill.html deleted file mode 100644 index 63a46cbe0..000000000 --- a/docs/com/textkernel/tx/models/skills/class-use/Skill.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| com.textkernel.tx.models.resume.skills | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-JobSkill
-A skill listed in a job
- |
-
class |
-JobSkillVariation
-A skill listed in a job
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ResumeSkill
-A skill listed in a resume or job
- |
-
class |
-ResumeSkillVariation
-A skill listed in a resume or job
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/class-use/SubTaxonomy.html b/docs/com/textkernel/tx/models/skills/class-use/SubTaxonomy.html deleted file mode 100644 index 1f024983f..000000000 --- a/docs/com/textkernel/tx/models/skills/class-use/SubTaxonomy.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| com.textkernel.tx.models.resume.skills | -- |
| com.textkernel.tx.models.skills | -- |
| Modifier and Type | -Class and Description | -
|---|---|
class |
-JobSubTaxonomy
-A subtaxonomy to group similar skills
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-ResumeSubTaxonomy
-A subtaxonomy to group similar skills
- |
-
| Modifier and Type | -Class and Description | -
|---|---|
class |
-FoundSubTaxonomy
-A subtaxonomy to group similar skills
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/class-use/Taxonomy.html b/docs/com/textkernel/tx/models/skills/class-use/Taxonomy.html deleted file mode 100644 index 970c88548..000000000 --- a/docs/com/textkernel/tx/models/skills/class-use/Taxonomy.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.skills | -- |
| Modifier and Type | -Method and Description | -
|---|---|
static List<Taxonomy> |
-Taxonomy.getDefaults() |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/package-frame.html b/docs/com/textkernel/tx/models/skills/package-frame.html deleted file mode 100644 index f417b74ea..000000000 --- a/docs/com/textkernel/tx/models/skills/package-frame.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| FoundSubTaxonomy | -
- A subtaxonomy to group similar skills
- |
-
| FoundTaxonomy<T> | -
- A container to group similar skills subtaxonomies (see
-SubTaxonomy) |
-
| ITaxonomy<T> | -
- A container to group similar skills subtaxonomies (see
-SubTaxonomy) |
-
| NormalizedSkill | -
- Normalized skill concept representing one or more raw skills that were extracted.
- |
-
| ProfessionClass | -
- Profession Class that describes a percentage of the source document.
- |
-
| ProfessionGroup | -
- Profession Group that describes a percentage of the Profession Class.
- |
-
| RawSkill | -
- Skill exactly as it was found in the plain text of the document.
- |
-
| Skill | -
- A skill listed in a resume or job
- |
-
| SubTaxonomy | -
- A subtaxonomy to group similar skills
- |
-
| Taxonomy | -- |
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/package-tree.html b/docs/com/textkernel/tx/models/skills/package-tree.html deleted file mode 100644 index 022e9f32a..000000000 --- a/docs/com/textkernel/tx/models/skills/package-tree.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/models/skills/package-use.html b/docs/com/textkernel/tx/models/skills/package-use.html deleted file mode 100644 index ab8308d42..000000000 --- a/docs/com/textkernel/tx/models/skills/package-use.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx.models.job.skills | -- |
| com.textkernel.tx.models.resume.skills | -- |
| com.textkernel.tx.models.skills | -- |
| Class and Description | -
|---|
| FoundSubTaxonomy
- A subtaxonomy to group similar skills
- |
-
| FoundTaxonomy
- A container to group similar skills subtaxonomies (see
-SubTaxonomy) |
-
| ITaxonomy
- A container to group similar skills subtaxonomies (see
-SubTaxonomy) |
-
| NormalizedSkill
- Normalized skill concept representing one or more raw skills that were extracted.
- |
-
| ProfessionClass
- Profession Class that describes a percentage of the source document.
- |
-
| RawSkill
- Skill exactly as it was found in the plain text of the document.
- |
-
| Skill
- A skill listed in a resume or job
- |
-
| SubTaxonomy
- A subtaxonomy to group similar skills
- |
-
| Class and Description | -
|---|
| FoundSubTaxonomy
- A subtaxonomy to group similar skills
- |
-
| FoundTaxonomy
- A container to group similar skills subtaxonomies (see
-SubTaxonomy) |
-
| ITaxonomy
- A container to group similar skills subtaxonomies (see
-SubTaxonomy) |
-
| NormalizedSkill
- Normalized skill concept representing one or more raw skills that were extracted.
- |
-
| ProfessionClass
- Profession Class that describes a percentage of the source document.
- |
-
| RawSkill
- Skill exactly as it was found in the plain text of the document.
- |
-
| Skill
- A skill listed in a resume or job
- |
-
| SubTaxonomy
- A subtaxonomy to group similar skills
- |
-
| Class and Description | -
|---|
| ITaxonomy
- A container to group similar skills subtaxonomies (see
-SubTaxonomy) |
-
| ProfessionGroup
- Profession Group that describes a percentage of the Profession Class.
- |
-
| SubTaxonomy
- A subtaxonomy to group similar skills
- |
-
| Taxonomy | -
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/package-frame.html b/docs/com/textkernel/tx/package-frame.html deleted file mode 100644 index 2fff620f0..000000000 --- a/docs/com/textkernel/tx/package-frame.html +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| DataCenter | -
- Use either
-DataCenter.US or DataCenter.EU |
-
| TxClient | -
- The SDK client to perform Tx API calls.
- |
-
| TxUIClient | -
- Extension methods to generate the Matching UI.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/package-tree.html b/docs/com/textkernel/tx/package-tree.html deleted file mode 100644 index 106326719..000000000 --- a/docs/com/textkernel/tx/package-tree.html +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/package-use.html b/docs/com/textkernel/tx/package-use.html deleted file mode 100644 index d9f99895e..000000000 --- a/docs/com/textkernel/tx/package-use.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - - - -| Package | -Description | -
|---|---|
| com.textkernel.tx | -- |
| Class and Description | -
|---|
| DataCenter
- Use either
-DataCenter.US or DataCenter.EU |
-
| TxUIClient
- Extension methods to generate the Matching UI.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/utilities/TxJsonSerializer.html b/docs/com/textkernel/tx/utilities/TxJsonSerializer.html deleted file mode 100644 index d917e7ba3..000000000 --- a/docs/com/textkernel/tx/utilities/TxJsonSerializer.html +++ /dev/null @@ -1,303 +0,0 @@ - - - - - - -public class TxJsonSerializer -extends Object-
| Constructor and Description | -
|---|
TxJsonSerializer() |
-
| Modifier and Type | -Method and Description | -
|---|---|
static <T> T |
-deserialize(String json,
- Class<T> classOfT) |
-
static String |
-serialize(Object o) |
-
static String |
-serialize(Object o,
- boolean formatted) |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/utilities/class-use/TxJsonSerializer.html b/docs/com/textkernel/tx/utilities/class-use/TxJsonSerializer.html deleted file mode 100644 index 043d0aabf..000000000 --- a/docs/com/textkernel/tx/utilities/class-use/TxJsonSerializer.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/utilities/package-frame.html b/docs/com/textkernel/tx/utilities/package-frame.html deleted file mode 100644 index c1f144094..000000000 --- a/docs/com/textkernel/tx/utilities/package-frame.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - -| Class | -Description | -
|---|---|
| TxJsonSerializer | -- |
Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/utilities/package-tree.html b/docs/com/textkernel/tx/utilities/package-tree.html deleted file mode 100644 index 46c50a636..000000000 --- a/docs/com/textkernel/tx/utilities/package-tree.html +++ /dev/null @@ -1,139 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/com/textkernel/tx/utilities/package-use.html b/docs/com/textkernel/tx/utilities/package-use.html deleted file mode 100644 index 925cf3cf5..000000000 --- a/docs/com/textkernel/tx/utilities/package-use.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/constant-values.html b/docs/constant-values.html deleted file mode 100644 index f3b2cdeb4..000000000 --- a/docs/constant-values.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html deleted file mode 100644 index 0df353d8b..000000000 --- a/docs/deprecated-list.html +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - -| Constructor and Description | -
|---|
| com.textkernel.tx.models.job.ParsedJob()
- You should never create one of these. Instead, these are output by the Job Parser.
- The API does not support manually-created jobs to be used in the AI Matching engine.
- |
-
| com.textkernel.tx.models.resume.ParsedResume()
- You should never create one of these. Instead, these are output by the Resume Parser.
- The API does not support manually-created resumes to be used in the AI Matching engine.
- |
-
Copyright © 2024. All rights reserved.
- - diff --git a/docs/help-doc.html b/docs/help-doc.html deleted file mode 100644 index 4693ed754..000000000 --- a/docs/help-doc.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - -The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
-Each annotation type has its own separate page with the following sections:
-Each enum has its own separate page with the following sections:
-Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
-There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
-The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
-These links take you to the next or previous class, interface, package, or related page.
-These links show and hide the HTML frames. All pages are available with or without frames.
-The All Classes link shows all classes and interfaces except non-static nested types.
-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.
-The Constant Field Values page lists the static final fields and their values.
-Copyright © 2024. All rights reserved.
- - diff --git a/docs/index-all.html b/docs/index-all.html deleted file mode 100644 index 91fda14c8..000000000 --- a/docs/index-all.html +++ /dev/null @@ -1,6160 +0,0 @@ - - - - - - -true when the duration of management experience matches in the source and target documents.ApiResponse.Value from a 'SkillsAutocomplete' responseExperienceSummary.AverageMonthsPerEmployer within this range.ApiResponse.Value from a Parse responseApiResponse.Value from a 'BimetricScore' responsePosition.Description (available when OutputFormat.CreateBullets = true is set in the Configuration string on the request)false, the Certifications category has no data and should be ignored/hidden.ApiResponse.Value from a 'CompareProfessions' responseApiResponse.Value from a 'CompareSkillsToProfession' responseEducationScoreData.ActualEducation compares to the EducationScoreData.ExpectedEducation.TaxonomyFormat.csv is requested, this string will contain the csv formatted taxonomy output.PayRange.Minimum and PayRange.MaximumDataCenter.US or DataCenter.EULocationCriteria.Locations within which to find results.Document from a file byte[]Document from a file on the filesystem.false, the Education category has no data and should be ignored/hidden.true, at least one employer in FilterCriteria.Employers must be found in the current time frame.BimetricScoreResult.ReverseCompatibilityScoreMatchResult.ReverseCompatibilityScoreBimetricScoreResult.WeightedScoreMatchResult.WeightedScoreFlexRequestDataType.Enumeration, this is the list of possible replies.true to execute the query as soon as the page loads (default = false).ExperienceSummary.ManagementScore is at least 30 (mid-level+), then the job titles are examined to
- determine the best category for the executive experience.false, the ExecutiveType category has no data and should be ignored/hidden.ApiResponse.Value from a 'ExtractSkills' responseApiResponse.Value from a Format Resume responsetrue if the day was found in the text (eg: June 7, 2020), otherwise false (eg: June 2020)true if the month was found in the text (eg: June 2020), otherwise false (eg: 2020)SubTaxonomy)true if the year was found in the text, otherwise falseApiResponse.Value from a 'Generate Job' responseApiResponse.Value from a 'geocode and index' responseApiResponse.Value from a 'geocode and index' responseApiResponse.Value from a 'geocode and index' responseApiResponse.Value from a 'geocode job' responseParseOptions.GeocodeOptions,
- the status of the geocode transaction will be output hereApiResponse.Value from a 'geocode resume' responseApiResponse.Value from a 'GetProfessionsTaxonomy' responseApiResponse.Value from a 'GetSkillsTaxonomy' responsetrue, results must have/require patent experience.true, results must have/require security credentials.true to remove any images in the converted HTMLParseOptions.OutputHtml, this is the document converted to HTML.Position.Id or EducationDetails.Idtrue to geocode, otherwise falseParseOptions.IndexingOptions,
- the status of the index transaction will be output hereApiResponse.Value from a 'index multiple documents' responsefalse, the Industries/Taxonomies category has no data and should be ignored/hidden.true, results must have/require experience as an author.true to allow users to select multiple documents and perform this action on all of them at once.true when the job title found is in the current time-frame.true when the skill is found in the current time-frame.true if the job/position is listed as current on the resumetrue if this date represents '- current' and not an actual datetrue, results must have/require military experience.true, results must have/require public speaking experience.true if the candidate was self-employed at this job/positionSubTaxonomy)ExperienceSummary.FulltimeDirectHirePredictiveIndex within this range.JobSubTaxonomy)false, the JobTitles category has no data and should be ignored/hidden.false, the Languages category has no data and should be ignored/hidden.true, all of the languages in FilterCriteria.LanguagesKnown must be found.EducationDetails.EndDate insteadApiResponse.Value from a 'LookupProfessions' responseApiResponse.Value from a 'LookupSkills' responsefalse, the ManagementLevel category has no data and should be ignored/hidden.true when this taxonomy/subtaxonomy is found in both source and target documentstrue if this was found by matching to a known list of certifications.true if this was found by matching to a known list of licenses.ApiResponse.Value from a Match responseGradePointAverage.ScoringSystemApiResponseInfoLite.Code valueFlexResponse.Code valueGradePointAverage.ScoringSystemtrue:
-
- Raw skills will be normalized.SkillsSettings.TaxonomyVersion is set to (or defaults to) V2
- and SkillsSettings.Normalize is set to truePosition.NormalizedProfession insteadSkillsSettings.TaxonomyVersion is set to (or defaults to) V2
- and SkillsSettings.Normalize is set to truePosition.JobTitleGradePointAverage.Score, normalized to a 0.0-1.0 scale, with 1.0 being the top mark.FilterCriteria.JobTitles and automatically include them in the query
- (additional charges apply).ApiResponse.Value from a 'NormalizeProfessions' responseApiResponse.Value from a 'NormalizeSkills' responsetrue to output the document converted to HTMLtrue to output the document converted to PDFtrue to output the document converted to RTFApiResponse.Value from a Parse responseApiResponse.Value from a Parse responseParseOptions.OutputPdf, this is the document converted to a PDF.true to turn off variation matches in job titles.DescriptionsBasicParseOptions.ProfessionsSettings,
- the status of the profession normalization transaction will be output hereApiResponse.Value from a 'ProfessionsAutocomplete' responseTrainingDetails.Text that is recognized as a qualification (such as DDS),
- degree (such as B.S.), or a certification (such as PMP).ParseResumeResponseValue.ResumeData, but with all of the
- Personally Identifiable Information (PII) redacted.Position.Ids that have overlapping dates with this PositionFlexRequestDataType.Enumeration DataTypeTxClient.ShowFullRequestBodyInExceptions is truetrue if this skill was listed as 'required' on the job descriptiontrue if this skill was listed as 'required' on the job descriptiontrue if this skill was listed as 'required' on the job descriptionnull or incomplete depending on what specific error occurrednull or incomplete depending on what specific error occurredResumeQualityAssessmentResumeSubTaxonomy)ParseOptions.OutputRtf, this is the document converted to RTF.ApiResponse.Value from a Search responsetrue to show the banner containing your account logo inside the matching UI (default = true).true to show a button that opens the 'details' popup containing detailed job/resume info (default = true).true to allow the user to see/modify the filter criteria (default = true).true to add a button in the Actions menu that matches other jobs/resumes similar to the current one (default = true).true for debugging API errors.true to include job boards in search/match results.true to allow the user to save custom searches or select from pre-made criteria templates (default = false).true to include custom web sourcing in search/match results.true to allow the user to see/modify the category weights (default = true).SkillsSettings.TaxonomyVersion is set to (or defaults to) V2.SkillsSettings.TaxonomyVersion is set to (or defaults to) V2.BasicParseOptions.SkillsSettings insteadParsedJob.Skills instead for better resultsParsedResume.Skills instead for better resultsfalse, the Skills category has no data and should be ignored/hidden.true, all of the skills in FilterCriteria.Skills must be found.ApiResponse.Value from a 'skills Similarity Score' responsetrue to use square corners for UI elements.Position.NormalizedProfession insteadConversionMetadata.DetectedTypeApiResponse.Value from a 'SuggestProfessions' responseApiResponse.Value from a 'Suggest Skills from Job Title' responseApiResponse.Value from a 'SuggestSkills' responsePosition.NormalizedProfession insteadPosition.NormalizedProfession insteadParsingMetadata.TimedOut is true, this is how much time was spent parsing before the timeout occurredResponse property)Response property)Response property)Response property)Response property)Response property)Response property)Response property)CategoryScoreEvidence.Fact.true, all of the user-defined tags in FilterCriteria.UserDefinedTags must be found.null if the FoundJobTitle.RawTerm was an exact match)Position.NormalizedProfession insteadWebAddress.Copyright © 2024. All rights reserved.
- - diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 4ac6f1dd4..000000000 --- a/docs/index.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - -- - diff --git a/docs/overview-summary.html b/docs/overview-summary.html deleted file mode 100644 index 1795d15f3..000000000 --- a/docs/overview-summary.html +++ /dev/null @@ -1,292 +0,0 @@ - - - - - - -
Copyright © 2024. All rights reserved.
- - diff --git a/docs/overview-tree.html b/docs/overview-tree.html deleted file mode 100644 index 9f6206af7..000000000 --- a/docs/overview-tree.html +++ /dev/null @@ -1,649 +0,0 @@ - - - - - - -Copyright © 2024. All rights reserved.
- - diff --git a/docs/package-list b/docs/package-list deleted file mode 100644 index a388d4a83..000000000 --- a/docs/package-list +++ /dev/null @@ -1,39 +0,0 @@ -com.textkernel.tx -com.textkernel.tx.exceptions -com.textkernel.tx.http -com.textkernel.tx.models -com.textkernel.tx.models.api -com.textkernel.tx.models.api.account -com.textkernel.tx.models.api.bimetricscoring -com.textkernel.tx.models.api.dataenrichment -com.textkernel.tx.models.api.dataenrichment.ontology.request -com.textkernel.tx.models.api.dataenrichment.ontology.response -com.textkernel.tx.models.api.dataenrichment.professions -com.textkernel.tx.models.api.dataenrichment.professions.request -com.textkernel.tx.models.api.dataenrichment.professions.response -com.textkernel.tx.models.api.dataenrichment.skills.request -com.textkernel.tx.models.api.dataenrichment.skills.response -com.textkernel.tx.models.api.formatter -com.textkernel.tx.models.api.geocoding -com.textkernel.tx.models.api.indexes -com.textkernel.tx.models.api.jobdescription -com.textkernel.tx.models.api.matching -com.textkernel.tx.models.api.matching.request -com.textkernel.tx.models.api.matching.response -com.textkernel.tx.models.api.matching.ui -com.textkernel.tx.models.api.matching.ui.hooks -com.textkernel.tx.models.api.matching.ui.request -com.textkernel.tx.models.api.parsing -com.textkernel.tx.models.dataenrichment -com.textkernel.tx.models.job -com.textkernel.tx.models.job.skills -com.textkernel.tx.models.matching -com.textkernel.tx.models.resume -com.textkernel.tx.models.resume.contactinfo -com.textkernel.tx.models.resume.education -com.textkernel.tx.models.resume.employment -com.textkernel.tx.models.resume.metadata -com.textkernel.tx.models.resume.military -com.textkernel.tx.models.resume.skills -com.textkernel.tx.models.skills -com.textkernel.tx.utilities diff --git a/docs/script.js b/docs/script.js deleted file mode 100644 index b34635693..000000000 --- a/docs/script.js +++ /dev/null @@ -1,30 +0,0 @@ -function show(type) -{ - count = 0; - for (var key in methods) { - var row = document.getElementById(key); - if ((methods[key] & type) != 0) { - row.style.display = ''; - row.className = (count++ % 2) ? rowColor : altColor; - } - else - row.style.display = 'none'; - } - updateTabs(type); -} - -function updateTabs(type) -{ - for (var value in tabs) { - var sNode = document.getElementById(tabs[value][0]); - var spanNode = sNode.firstChild; - if (value == type) { - sNode.className = activeTableTab; - spanNode.innerHTML = tabs[value][1]; - } - else { - sNode.className = tableTab; - spanNode.innerHTML = "" + tabs[value][1] + ""; - } - } -} diff --git a/docs/serialized-form.html b/docs/serialized-form.html deleted file mode 100644 index 1ca1507e0..000000000 --- a/docs/serialized-form.html +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - -okhttp3.Response RestResponse-
int HttpStatusCode-
String TxErrorCode-
String TransactionId-
String RequestBody-
TxClient.ShowFullRequestBodyInExceptions is trueException InnerException-
ParseJobResponse Response-
null or incomplete depending on what specific error occurredParseResumeResponse Response-
null or incomplete depending on what specific error occurredCopyright © 2024. All rights reserved.
- - diff --git a/docs/stylesheet.css b/docs/stylesheet.css deleted file mode 100644 index 98055b22d..000000000 --- a/docs/stylesheet.css +++ /dev/null @@ -1,574 +0,0 @@ -/* Javadoc style sheet */ -/* -Overall document style -*/ - -@import url('resources/fonts/dejavu.css'); - -body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a:hover, a:focus { - text-decoration:none; - color:#bb7a2a; -} -a:active { - text-decoration:none; - color:#4A6782; -} -a[name] { - color:#353833; -} -a[name]:hover { - text-decoration:none; - color:#353833; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; - font-style:italic; -} -h4 { - font-size:13px; -} -h5 { - font-size:12px; -} -h6 { - font-size:11px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -table tr td dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} -/* -Document title and Copyright styles -*/ -.clear { - clear:both; - height:0px; - overflow:hidden; -} -.aboutLanguage { - float:right; - padding:0px 21px; - font-size:11px; - z-index:200; - margin-top:-9px; -} -.legalCopy { - margin-left:.5em; -} -.bar a, .bar a:link, .bar a:visited, .bar a:active { - color:#FFFFFF; - text-decoration:none; -} -.bar a:hover, .bar a:focus { - color:#bb7a2a; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* -Navigation bar styles -*/ -.bar { - background-color:#4D7A97; - color:#FFFFFF; - padding:.8em .5em .4em .8em; - height:auto;/*height:1.8em;*/ - font-size:11px; - margin:0; -} -.topNav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.bottomNav { - margin-top:10px; - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.subNav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.subNav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -ul.navList, ul.subNavList { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.navList li{ - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -ul.subNavList li{ - list-style:none; - float:left; -} -.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.topNav a:hover, .bottomNav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.navBarCell1Rev { - background-color:#F8981D; - color:#253441; - margin: auto 5px; -} -.skipNav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* -Page header and footer styles -*/ -.header, .footer { - clear:both; - margin:0 20px; - padding:5px 0 0 0; -} -.indexHeader { - margin:10px; - position:relative; -} -.indexHeader span{ - margin-right:15px; -} -.indexHeader h1 { - font-size:13px; -} -.title { - color:#2c4557; - margin:10px 0; -} -.subTitle { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.footer ul { - margin:20px 0 5px 0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* -Heading styles -*/ -div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList ul.blockList li.blockList h3 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -ul.blockList ul.blockList li.blockList h3 { - padding:0; - margin:15px 0; -} -ul.blockList li.blockList h2 { - padding:0px 0 20px 0; -} -/* -Page layout container styles -*/ -.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { - clear:both; - padding:10px 20px; - position:relative; -} -.indexContainer { - margin:10px; - position:relative; - font-size:12px; -} -.indexContainer h2 { - font-size:13px; - padding:0 0 3px 0; -} -.indexContainer ul { - margin:0; - padding:0; -} -.indexContainer ul li { - list-style:none; - padding-top:2px; -} -.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { - margin:5px 0 10px 0px; - font-size:14px; - font-family:'DejaVu Sans Mono',monospace; -} -.serializedFormContainer dl.nameValue dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -.serializedFormContainer dl.nameValue dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* -List styles -*/ -ul.horizontal li { - display:inline; - font-size:0.9em; -} -ul.inheritance { - margin:0; - padding:0; -} -ul.inheritance li { - display:inline; - list-style:none; -} -ul.inheritance li ul.inheritance { - margin-left:15px; - padding-left:15px; - padding-top:1px; -} -ul.blockList, ul.blockListLast { - margin:10px 0 10px 0; - padding:0; -} -ul.blockList li.blockList, ul.blockListLast li.blockList { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { - padding:0px 20px 5px 10px; - border:1px solid #ededed; - background-color:#f8f8f8; -} -ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { - margin-left:0; - padding-left:0; - padding-bottom:15px; - border:none; -} -ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { - list-style:none; - border-bottom:none; - padding-bottom:0; -} -table tr td dl, table tr td dl dt, table tr td dl dd { - margin-top:0; - margin-bottom:1px; -} -/* -Table styles -*/ -.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { - width:100%; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; -} -.overviewSummary, .memberSummary { - padding:0px; -} -.overviewSummary caption, .memberSummary caption, .typeSummary caption, -.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0px; - padding-top:10px; - padding-left:1px; - margin:0px; - white-space:pre; -} -.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, -.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, -.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, -.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, -.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, -.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, -.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, -.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { - color:#FFFFFF; -} -.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, -.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; -} -.memberSummary caption span.activeTableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#F8981D; - height:16px; -} -.memberSummary caption span.tableTab span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - margin-right:3px; - display:inline-block; - float:left; - background-color:#4D7A97; - height:16px; -} -.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { - padding-top:0px; - padding-left:0px; - padding-right:0px; - background-image:none; - float:none; - display:inline; -} -.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, -.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { - display:none; - width:5px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .activeTableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - float:left; - background-color:#F8981D; -} -.memberSummary .tableTab .tabEnd { - display:none; - width:5px; - margin-right:3px; - position:relative; - background-color:#4D7A97; - float:left; - -} -.overviewSummary td, .memberSummary td, .typeSummary td, -.useSummary td, .constantsSummary td, .deprecatedSummary td { - text-align:left; - padding:0px 0px 12px 10px; -} -th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, -td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ - vertical-align:top; - padding-right:0px; - padding-top:8px; - padding-bottom:3px; -} -th.colFirst, th.colLast, th.colOne, .constantsSummary th { - background:#dee3e9; - text-align:left; - padding:8px 3px 3px 7px; -} -td.colFirst, th.colFirst { - white-space:nowrap; - font-size:13px; -} -td.colLast, th.colLast { - font-size:13px; -} -td.colOne, th.colOne { - font-size:13px; -} -.overviewSummary td.colFirst, .overviewSummary th.colFirst, -.useSummary td.colFirst, .useSummary th.colFirst, -.overviewSummary td.colOne, .overviewSummary th.colOne, -.memberSummary td.colFirst, .memberSummary th.colFirst, -.memberSummary td.colOne, .memberSummary th.colOne, -.typeSummary td.colFirst{ - width:25%; - vertical-align:top; -} -td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { - font-weight:bold; -} -.tableSubHeadingColor { - background-color:#EEEEFF; -} -.altColor { - background-color:#FFFFFF; -} -.rowColor { - background-color:#EEEEEF; -} -/* -Content styles -*/ -.description pre { - margin-top:0; -} -.deprecatedContent { - margin:0; - padding:10px 0; -} -.docSummary { - padding:0; -} - -ul.blockList ul.blockList ul.blockList li.blockList h3 { - font-style:normal; -} - -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} - -td.colLast div { - padding-top:0px; -} - - -td.colLast a { - padding-bottom:3px; -} -/* -Formatting effect styles -*/ -.sourceLineNo { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:3px 10px 2px 0px; - color:#474747; -} -.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, -.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, -.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { - font-weight:bold; -} -.deprecationComment, .emphasizedPhrase, .interfaceName { - font-style:italic; -} - -div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, -div.block div.block span.interfaceName { - font-style:normal; -} - -div.contentContainer ul.blockList li.blockList h2{ - padding-bottom:0px; -} diff --git a/examples/indexing/Create an Index and Add Documents.md b/examples/indexing/Create an Index and Add Documents.md index 6ca9e889e..6e4cabba1 100644 --- a/examples/indexing/Create an Index and Add Documents.md +++ b/examples/indexing/Create an Index and Add Documents.md @@ -8,7 +8,11 @@ import com.textkernel.tx.models.resume.ParsedResume; public class ParsingExample { public static void main(String[] args) { - TxClient client = new TxClient("12345678", "abcdefghijklmnopqrstuvwxyz", DataCenter.US); + TxClientSettings settings = new TxClientSettings(); + settings.AccountId = "12345678"; + settings.ServiceKey = "abcdefghijklmnopqrstuvwxyz"; + settings.DataCenter = DataCenter.US; + TxClient client = new TxClient(settings); ParsedResume parsedResume1 = ...;//output from Resume Parser ParsedResume parsedResume2 = ...;//output from Resume Parser @@ -16,9 +20,9 @@ public class ParsingExample { String indexId = "myResumes"; try { - client.createIndex(IndexType.Resume, indexId); - client.indexDocument(parsedResume1, indexId, "resume-1", null); - client.indexDocument(parsedResume2, indexId, "resume-2", null); + client.searchMatchV1().createIndex(IndexType.Resume, indexId); + client.searchMatchV1().indexDocument(parsedResume1, indexId, "resume-1", null); + client.searchMatchV1().indexDocument(parsedResume2, indexId, "resume-2", null); //if we get here, it was 200-OK and all operations succeeded System.out.println("Success!"); diff --git a/examples/parsing/Basic Parsing.md b/examples/parsing/Basic Parsing.md index eb2ba22bb..7c5d63946 100644 --- a/examples/parsing/Basic Parsing.md +++ b/examples/parsing/Basic Parsing.md @@ -21,7 +21,11 @@ import java.time.format.DateTimeFormatter; public class ParsingExample { public static void main(String[] args) throws IOException { - TxClient client = new TxClient("12345678", "abcdefghijklmnopqrstuvwxyz", DataCenter.US); + TxClientSettings settings = new TxClientSettings(); + settings.AccountId = "12345678"; + settings.ServiceKey = "abcdefghijklmnopqrstuvwxyz"; + settings.DataCenter = DataCenter.US; + TxClient client = new TxClient(settings); //A Document is an unparsed File (PDF, Word Doc, etc) Document doc = new Document("resume.docx"); @@ -31,7 +35,7 @@ public class ParsingExample { ParseRequest request = new ParseRequest(doc, new ParseOptions()); try { - ParseResumeResponse response = client.parseResume(request); + ParseResumeResponse response = client.parser().parseResume(request); //if we get here, it was 200-OK and all operations succeeded //now we can use the response to output some of the data from the resume diff --git a/examples/parsing/Parsing With Geocoding and Indexing.md b/examples/parsing/Parsing With Geocoding and Indexing.md index 1c3d82d91..ab53dfd6f 100644 --- a/examples/parsing/Parsing With Geocoding and Indexing.md +++ b/examples/parsing/Parsing With Geocoding and Indexing.md @@ -7,7 +7,7 @@ import com.textkernel.tx.exceptions.TxUsableResumeException; import com.textkernel.tx.models.Document; import com.textkernel.tx.models.api.geocoding.GeocodeOptions; import com.textkernel.tx.models.api.geocoding.GeocodeProvider; -import com.textkernel.tx.models.api.indexes.IndexSingleDocumentInfo; +import com.textkernel.tx.models.api.indexes.IndexingOptionsGeneric; import com.textkernel.tx.models.api.parsing.ParseOptions; import com.textkernel.tx.models.api.parsing.ParseRequest; import com.textkernel.tx.models.api.parsing.ParseResumeResponse; @@ -15,7 +15,11 @@ import java.io.IOException; public class ParsingExample { public static void main(String[] args) throws IOException { - TxClient client = new TxClient("12345678", "abcdefghijklmnopqrstuvwxyz", DataCenter.US); + TxClientSettings settings = new TxClientSettings(); + settings.AccountId = "12345678"; + settings.ServiceKey = "abcdefghijklmnopqrstuvwxyz"; + settings.DataCenter = DataCenter.US; + TxClient client = new TxClient(settings); //A Document is an unparsed File (PDF, Word Doc, etc) Document doc = new Document("resume.docx"); @@ -24,15 +28,13 @@ public class ParsingExample { options.GeocodeOptions = new GeocodeOptions(); options.GeocodeOptions.IncludeGeocoding = true; - options.IndexingOptions = new IndexSingleDocumentInfo(); - options.IndexingOptions.IndexId = "myResumes"; - options.IndexingOptions.DocumentId = "abc-123"; + options.IndexingOptions = new IndexingOptionsGeneric("abc-123", "myResumes", null); //create a request to send ParseRequest request = new ParseRequest(doc, options); try { - ParseResumeResponse response = client.parseResume(request); + ParseResumeResponse response = client.parser().parseResume(request); //if we get here, it was 200-OK and all operations succeeded System.out.println("Success!"); diff --git a/pom.xml b/pom.xml index 33870be42..084791f3b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@+ * Only use when {@link #SearchAndMatchVersion} = {@link SearchAndMatchVersion#V1} + *
+ */ + public String IndexId; + + /** The user-defined tags the document should have + *+ * Only use when {@link #SearchAndMatchVersion} = {@link SearchAndMatchVersion#V1} + *
+ */ + public List+ * Only use when {@link #SearchAndMatchVersion} = {@link SearchAndMatchVersion#V2} + *
+ */ + public MatchV2Environment SearchAndMatchEnvironment; + + /** + * The list of roles that are allowed to retrieve the document. If not set,["all"] will be used.
+ * + * Only use when {@link #SearchAndMatchVersion} = {@link SearchAndMatchVersion#V2} + *
+ */ + public List+ * Only use when {@link #SearchAndMatchVersion} = {@link SearchAndMatchVersion#V2} + *
+ */ + public Map["all"] will be used.
+ * @param customFields (optional) A key-value collection of custom fields.
+ */
+ public IndexingOptionsGeneric(
+ MatchV2Environment env,
+ String documentId,
+ List