Class BatchResult
- Namespace
- Textkernel.Tx.Batches
- Assembly
- Textkernel.Tx.SDK.dll
A single parse result from the batch parser
public abstract class BatchResult
- Inheritance
-
BatchResult
- Derived
- Inherited Members
Properties
DocumentId
The DocumentId that was assigned for this file by you or automatically (if you did not provide your own logic to the BatchParser)
public string DocumentId { get; protected set; }
Property Value
File
The file path for this file
public string File { get; protected set; }