Show / Hide Table of Contents

Class GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus

The status of a each individual document in the batch process.

Inheritance
object
GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Document.v1.Data
Assembly: Google.Apis.Document.v1.dll
Syntax
public class GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HumanReviewStatus

The status of human review on the processed document.

Declaration
[JsonProperty("humanReviewStatus")]
public virtual GoogleCloudDocumentaiV1HumanReviewStatus HumanReviewStatus { get; set; }
Property Value
Type Description
GoogleCloudDocumentaiV1HumanReviewStatus

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX