| 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.