Group
Show / Hide Table of Contents

Class GeocodeAndIndexRequest

Request body for geocoding a document and then adding into an index

Inheritance
System.Object
GeocodeAndIndexRequest
GeocodeAndIndexJobRequest
GeocodeAndIndexResumeRequest
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 Source

GeocodeOptions

Geocoding settings

Declaration
public GeocodeOptionsBase GeocodeOptions { get; set; }
Property Value
Type Description
GeocodeOptionsBase
| Improve this Doc View Source

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
| Improve this Doc View Source

IndexingOptions

Where to index the resume

Declaration
public IndexingOptionsGeneric IndexingOptions { get; set; }
Property Value
Type Description
IndexingOptionsGeneric
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾