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.
Implements
IMessageBatchProcessMetadataTypesIndividualProcessStatus, IEquatableBatchProcessMetadataTypesIndividualProcessStatus, IDeepCloneableBatchProcessMetadataTypesIndividualProcessStatus, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DocumentAIV1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
IndividualProcessStatus()
public IndividualProcessStatus()
IndividualProcessStatus(IndividualProcessStatus)
public IndividualProcessStatus(BatchProcessMetadata.Types.IndividualProcessStatus other)
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 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.
Type | Description |
string |
HumanReviewStatus
public HumanReviewStatus HumanReviewStatus { get; set; }
The status of human review on the processed document.
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.
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.
Type | Description |
string |
Status
public Status Status { get; set; }
The status processing the document.
Type | Description |
Status |