| Package | Description |
|---|---|
| com.textkernel.tx.services |
| Modifier and Type | Method and Description |
|---|---|
GeocodeAndIndexJobResponse |
GeocoderService.geocodeAndIndex(ParsedJob job,
IndexingOptionsGeneric 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 |
GeocoderService.geocodeAndIndex(ParsedJob job,
IndexingOptionsGeneric 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 |
GeocoderService.geocodeAndIndex(ParsedJob job,
IndexingOptionsGeneric 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 © 2025. All rights reserved.