Class GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus
The status of a each individual document in the batch process.
Implements
Inherited Members
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus : IDirectResponseSchema
Properties
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 will be empty. It has the same response type and metadata as the long-running operation returned by the ReviewDocument method.
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 |
InputGcsSource
The source of the document, same as the input_gcs_source field in the request when the batch process started.
Declaration
[JsonProperty("inputGcsSource")]
public virtual string InputGcsSource { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputGcsDestination
The Cloud Storage output destination (in the request as DocumentOutputConfig.GcsOutputConfig.gcs_uri) of the processed document if it was successful, otherwise empty.
Declaration
[JsonProperty("outputGcsDestination")]
public virtual string OutputGcsDestination { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status processing the document.
Declaration
[JsonProperty("status")]
public virtual GoogleRpcStatus Status { get; set; }
Property Value
Type | Description |
---|---|
GoogleRpcStatus |