Group
Show / Hide Table of Contents

Class BatchResult

A single parse result from the batch parser

Inheritance
System.Object
BatchResult
BatchErrorResult
JobBatchSuccessResult
ResumeBatchSuccessResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Batches
Assembly: Textkernel.Tx.SDK.dll
Syntax
public abstract class BatchResult

Properties

| Improve this Doc View Source

DocumentId

The DocumentId that was assigned for this file by you or automatically (if you did not provide your own logic to the BatchParser)

Declaration
public string DocumentId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

File

The file path for this file

Declaration
public string File { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾