public sealed class ProcessResponse : IMessage<ProcessResponse>, IEquatable<ProcessResponse>, IDeepCloneable<ProcessResponse>, IBufferMessage, IMessage
Response message for the process document method.
Implements
IMessage<ProcessResponse>, IEquatable<ProcessResponse>, IDeepCloneable<ProcessResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
ProcessResponse()
public ProcessResponse()
ProcessResponse(ProcessResponse)
public ProcessResponse(ProcessResponse other)
Parameter | |
---|---|
Name | Description |
other | ProcessResponse |
Properties
Document
public Document Document { get; set; }
The document payload, will populate fields based on the processor's behavior.
Property Value | |
---|---|
Type | Description |
Document |
HumanReviewOperation
[Obsolete]
public string HumanReviewOperation { get; set; }
The name of the operation triggered by the processed document. If the human review process is not triggered, this field will be empty. It has the same response type and metadata as the long running operation returned by ReviewDocument method.
Property Value | |
---|---|
Type | Description |
String |
HumanReviewStatus
public HumanReviewStatus HumanReviewStatus { get; set; }
The status of human review on the processed document.
Property Value | |
---|---|
Type | Description |
HumanReviewStatus |