Class GeocodeAndIndexRequest
Request body for geocoding a document and then adding into an index
Inheritance
System.Object
GeocodeAndIndexRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Geocoding
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class GeocodeAndIndexRequest
Properties
| Improve this Doc View SourceGeocodeOptions
Geocoding settings
Declaration
public GeocodeOptionsBase GeocodeOptions { get; set; }
Property Value
Type | Description |
---|---|
GeocodeOptionsBase |
IndexIfGeocodeFails
Indicates whether or not the document should still be added to the index if the geocode request fails.
Declaration
public bool IndexIfGeocodeFails { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IndexingOptions
Where to index the resume
Declaration
public IndexingOptionsGeneric IndexingOptions { get; set; }
Property Value
Type | Description |
---|---|
IndexingOptionsGeneric |