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.
Implements
IMessage<BatchProcessMetadata.Types.IndividualProcessStatus>, IEquatable<BatchProcessMetadata.Types.IndividualProcessStatus>, IDeepCloneable<BatchProcessMetadata.Types.IndividualProcessStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
IndividualProcessStatus()
public IndividualProcessStatus()
IndividualProcessStatus(BatchProcessMetadata.Types.IndividualProcessStatus)
public IndividualProcessStatus(BatchProcessMetadata.Types.IndividualProcessStatus other)
Parameter | |
---|---|
Name | Description |
other | BatchProcessMetadata.Types.IndividualProcessStatus |
Properties
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] 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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
Status
public Status Status { get; set; }
The status of the processing of the document.
Property Value | |
---|---|
Type | Description |
Status |