Class ProcessResponse (1.2.0)

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

Response message for the process document method.

Inheritance

Object > ProcessResponse

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

ProcessResponse()

public ProcessResponse()

ProcessResponse(ProcessResponse)

public ProcessResponse(ProcessResponse other)
Parameter
NameDescription
otherProcessResponse

Properties

Document

public Document Document { get; set; }

The document payload, will populate fields based on the processor's behavior.

Property Value
TypeDescription
Document

HumanReviewStatus

public HumanReviewStatus HumanReviewStatus { get; set; }

The status of human review on the processed document.

Property Value
TypeDescription
HumanReviewStatus