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