Group
Show / Hide Table of Contents

Class ResumeBatchSuccessResult

A result indicating the file was parsed successfully (and if specified, the file was also geocoded/indexed successfully)

Inheritance
System.Object
BatchResult
ResumeBatchSuccessResult
ResumeBatchPartialSuccessResult
Inherited Members
BatchResult.DocumentId
BatchResult.File
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 class ResumeBatchSuccessResult : BatchResult

Properties

| Improve this Doc View Source

Response

The response from the Tx API when parsing this file

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