Class ProcessDocumentResponse (1.0.0-beta03)

public sealed class ProcessDocumentResponse : IMessage<ProcessDocumentResponse>, IEquatable<ProcessDocumentResponse>, IDeepCloneable<ProcessDocumentResponse>, IBufferMessage, IMessage

Response to a single document processing request.

Inheritance

Object > ProcessDocumentResponse

Namespace

Google.Cloud.DocumentAI.V1Beta2

Assembly

Google.Cloud.DocumentAI.V1Beta2.dll

Constructors

ProcessDocumentResponse()

public ProcessDocumentResponse()

ProcessDocumentResponse(ProcessDocumentResponse)

public ProcessDocumentResponse(ProcessDocumentResponse other)
Parameter
NameDescription
otherProcessDocumentResponse

Properties

InputConfig

public InputConfig InputConfig { get; set; }

Information about the input file. This is the same as the corresponding input config in the request.

Property Value
TypeDescription
InputConfig

OutputConfig

public OutputConfig OutputConfig { get; set; }

The output location of the parsed responses. The responses are written to this location as JSON-serialized Document objects.

Property Value
TypeDescription
OutputConfig