Table of Contents

Class GeocodeAndIndexJobRequest

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 GeocodeAndIndexJobRequest : GeocodeAndIndexRequest
Inheritance
GeocodeAndIndexJobRequest
Inherited Members

Properties

JobData

The job you wish to be geocoded/indexed

public ParsedJob JobData { get; set; }

Property Value

ParsedJob