Cloud Document AI v1beta3 API - Class ProcessResponse (2.0.0-beta18)

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

Reference documentation and code samples for the Cloud Document AI v1beta3 API class ProcessResponse.

Response message for the [ProcessDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ProcessDocument] method.

Inheritance

object > ProcessResponse

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.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

HumanReviewOperation

[Obsolete]
public string HumanReviewOperation { get; set; }

The name of the operation triggered by the processed document. If the human review process isn't triggered, this field is empty. It has the same response type and metadata as the long-running operation returned by [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument].

Property Value
TypeDescription
string

HumanReviewStatus

public HumanReviewStatus HumanReviewStatus { get; set; }

The status of human review on the processed document.

Property Value
TypeDescription
HumanReviewStatus