Cloud Document AI v1 API - Class BatchProcessMetadata.Types.IndividualProcessStatus (3.3.0)

public sealed class 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 v1 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.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

IndividualProcessStatus()

public IndividualProcessStatus()

IndividualProcessStatus(BatchProcessMetadata.Types.IndividualProcessStatus)

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

Properties

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 processing the document.

Property Value
TypeDescription
Status