Class GoogleCloudDocumentaiV1beta3ProcessResponse
Response message for the ProcessDocument method.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1beta3.Data
Assembly: Google.Apis.Document.v1beta3.dll
Syntax
public class GoogleCloudDocumentaiV1beta3ProcessResponse : IDirectResponseSchema
Properties
Document
The document payload, will populate fields based on the processor's behavior.
Declaration
[JsonProperty("document")]
public virtual GoogleCloudDocumentaiV1beta3Document Document { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3Document |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HumanReviewOperation
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.
Declaration
[JsonProperty("humanReviewOperation")]
public virtual string HumanReviewOperation { get; set; }
Property Value
Type | Description |
---|---|
string |
HumanReviewStatus
The status of human review on the processed document.
Declaration
[JsonProperty("humanReviewStatus")]
public virtual GoogleCloudDocumentaiV1beta3HumanReviewStatus HumanReviewStatus { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDocumentaiV1beta3HumanReviewStatus |