Class GeocodeAndIndexRequest
- Namespace
- Textkernel.Tx.Models.API.Geocoding
- Assembly
- Textkernel.Tx.SDK.dll
Request body for geocoding a document and then adding into an index
public class GeocodeAndIndexRequest
- Inheritance
-
GeocodeAndIndexRequest
- Derived
- Inherited Members
Properties
GeocodeOptions
Geocoding settings
public GeocodeOptionsBase GeocodeOptions { get; set; }
Property Value
IndexIfGeocodeFails
Indicates whether or not the document should still be added to the index if the geocode request fails.
public bool IndexIfGeocodeFails { get; set; }
Property Value
IndexingOptions
Where to index the resume
public IndexingOptionsGeneric IndexingOptions { get; set; }