Group
Show / Hide Table of Contents

Class GeocodeAndIndexJobRequest

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

Inheritance
System.Object
GeocodeAndIndexRequest
GeocodeAndIndexJobRequest
Inherited Members
GeocodeAndIndexRequest.IndexIfGeocodeFails
GeocodeAndIndexRequest.GeocodeOptions
GeocodeAndIndexRequest.IndexingOptions
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 GeocodeAndIndexJobRequest : GeocodeAndIndexRequest

Properties

| Improve this Doc View Source

JobData

The job you wish to be geocoded/indexed

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