Class BatchProcessMetadata.Types.IndividualProcessStatus (1.0.0-beta04)

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

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(BatchProcessMetadata.Types.IndividualProcessStatus)

public IndividualProcessStatus(BatchProcessMetadata.Types.IndividualProcessStatus other)
Parameter
NameDescription
otherBatchProcessMetadata.Types.IndividualProcessStatus

Properties

HumanReviewOperation

[Obsolete]
public string HumanReviewOperation { get; set; }

The name of the operation triggered by the processed document. If the human review process is not triggered, this field will be empty. It has the same response type and metadata as the long running operation returned by ReviewDocument method.

Property Value
TypeDescription
String

HumanReviewStatus

public HumanReviewStatus HumanReviewStatus { get; set; }

The status of human review on the processed document.

Property Value
TypeDescription
HumanReviewStatus

InputGcsSource

public string InputGcsSource { get; set; }

The source of the document, same as the [input_gcs_source] field in the request when the batch process started. The batch process is started by take snapshot of that document, since a user can move or change that document during the process.

Property Value
TypeDescription
String

OutputGcsDestination

public string OutputGcsDestination { get; set; }

The output_gcs_destination (in the request as 'output_gcs_destination') of the processed document if it was successful, otherwise empty.

Property Value
TypeDescription
String

Status

public Status Status { get; set; }

The status of the processing of the document.

Property Value
TypeDescription
Status