Class JobBatchSuccessResult
- Namespace
- Textkernel.Tx.Batches
- Assembly
- Textkernel.Tx.SDK.dll
A result indicating the file was parsed successfully (and if specified, the file was also geocoded/indexed successfully)
public class JobBatchSuccessResult : BatchResult
- Inheritance
-
JobBatchSuccessResult
- Derived
- Inherited Members
Properties
Response
The response from the Tx API when parsing this file
public ParseJobResponse Response { get; protected set; }