public sealed class ProcessResponse : IMessage<ProcessResponse>, IEquatable<ProcessResponse>, IDeepCloneable<ProcessResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class ProcessResponse.
Response message for the [ProcessDocument][google.cloud.documentai.v1.DocumentProcessorService.ProcessDocument] method.
Implements
IMessageProcessResponse, IEquatableProcessResponse, IDeepCloneableProcessResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.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 | |
HumanReviewStatus
public HumanReviewStatus HumanReviewStatus { get; set; }The status of human review on the processed document.
| Property Value | |
|---|---|
| Type | Description | 
| HumanReviewStatus | |