Class GeocodeAndIndexResponseValue
- Namespace
- Textkernel.Tx.Models.API.Geocoding
- Assembly
- Textkernel.Tx.SDK.dll
The Value from a geocode and index response
public class GeocodeAndIndexResponseValue
- Inheritance
-
GeocodeAndIndexResponseValue
- Derived
- Inherited Members
Properties
GeocodeResponse
If geocoding was requested, the status of the geocode transaction will be output here
public ApiResponseInfoLite GeocodeResponse { get; set; }
Property Value
IndexingResponse
If indexing was requested, the status of the index transaction will be output here
public ApiResponseInfoLite IndexingResponse { get; set; }