Class GeocodeAndIndexJobResponseValue
- Namespace
- Textkernel.Tx.Models.API.Geocoding
- Assembly
- Textkernel.Tx.SDK.dll
The Value from a geocode and index response
public class GeocodeAndIndexJobResponseValue : GeocodeAndIndexResponseValue
- Inheritance
-
GeocodeAndIndexJobResponseValue
- Inherited Members
Properties
JobData
The job you sent to be geocoded/indexed with geolocation coordinates added
public ParsedJob JobData { get; set; }