Cloud Document AI v1beta3 API - Class BatchProcessMetadata.Types.IndividualProcessStatus (2.0.0-beta19)

public sealed class BatchProcessMetadata.Types.IndividualProcessStatus : IMessage<BatchProcessMetadata.Types.IndividualProcessStatus>, IEquatable<BatchProcessMetadata.Types.IndividualProcessStatus>, IDeepCloneable<BatchProcessMetadata.Types.IndividualProcessStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Document AI v1beta3 API class BatchProcessMetadata.Types.IndividualProcessStatus.

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

Inheritance

object > BatchProcessMetadata.Types.IndividualProcessStatus

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Constructors

IndividualProcessStatus()

public IndividualProcessStatus()

IndividualProcessStatus(IndividualProcessStatus)

public IndividualProcessStatus(BatchProcessMetadata.Types.IndividualProcessStatus other)
Parameter
Name Description
other BatchProcessMetadataTypesIndividualProcessStatus

Properties

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 will be empty. It has the same response type and metadata as the long-running operation returned by the [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument] method.

Property Value
Type Description
string

HumanReviewStatus

public HumanReviewStatus HumanReviewStatus { get; set; }

The status of human review on the processed document.

Property Value
Type Description
HumanReviewStatus

InputGcsSource

public string InputGcsSource { get; set; }

The source of the document, same as the [input_gcs_source][google.cloud.documentai.v1beta3.BatchProcessMetadata.IndividualProcessStatus.input_gcs_source] field in the request when the batch process started.

Property Value
Type Description
string

OutputGcsDestination

public string OutputGcsDestination { get; set; }

The Cloud Storage output destination (in the request as [DocumentOutputConfig.GcsOutputConfig.gcs_uri][google.cloud.documentai.v1beta3.DocumentOutputConfig.GcsOutputConfig.gcs_uri]) of the processed document if it was successful, otherwise empty.

Property Value
Type Description
string

Status

public Status Status { get; set; }

The status processing the document.

Property Value
Type Description
Status