| Package | Description |
|---|---|
| com.sovren | |
| com.sovren.models.api.geocoding |
| Modifier and Type | Method and Description |
|---|---|
GeocodeJobResponse |
SovrenClient.geocode(ParsedJob job,
Address address)
Use this if you would like to provide an address for geocoding instead of using the one in the parsed
job.
|
GeocodeResumeResponse |
SovrenClient.geocode(ParsedResume resume,
Address address)
Use this if you would like to provide an address for geocoding instead of using the one in the parsed
resume.
|
GeocodeAndIndexJobResponse |
SovrenClient.geocodeAndIndex(ParsedJob job,
IndexSingleDocumentInfo indexingOptions,
Address address,
boolean indexIfGeocodeFails)
Use this if you would like to provide an address for geocoding instead of using the one in the parsed
rjobesume.
|
GeocodeAndIndexResumeResponse |
SovrenClient.geocodeAndIndex(ParsedResume resume,
IndexSingleDocumentInfo indexingOptions,
Address address,
boolean indexIfGeocodeFails)
Use this if you would like to provide an address for geocoding instead of using the one in the parsed
resume.
|
| Modifier and Type | Field and Description |
|---|---|
Address |
GeocodeOptionsBase.PostalAddress
The address you wish to geocode.
|
Copyright © 2020. All rights reserved.