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.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
IndividualProcessStatus()
public IndividualProcessStatus()
IndividualProcessStatus(BatchProcessMetadata.Types.IndividualProcessStatus)
public IndividualProcessStatus(BatchProcessMetadata.Types.IndividualProcessStatus other)
Parameter | |
---|---|
Name | Description |
other | BatchProcessMetadata.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 | |
---|---|
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] 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 |