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 v1 API class BatchProcessMetadata.Types.IndividualProcessStatus.
The status of a each individual document in the batch process.
Implements
IMessageBatchProcessMetadataTypesIndividualProcessStatus, IEquatableBatchProcessMetadataTypesIndividualProcessStatus, IDeepCloneableBatchProcessMetadataTypesIndividualProcessStatus, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
IndividualProcessStatus()
public IndividualProcessStatus()
IndividualProcessStatus(IndividualProcessStatus)
public IndividualProcessStatus(BatchProcessMetadata.Types.IndividualProcessStatus other)
Parameter | |
---|---|
Name | Description |
other |
BatchProcessMetadataTypesIndividualProcessStatus |
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][google.cloud.documentai.v1.BatchProcessMetadata.IndividualProcessStatus.input_gcs_source] field in the request when the batch process started.
Property Value | |
---|---|
Type | Description |
string |
OutputGcsDestination
public string OutputGcsDestination { get; set; }
The Cloud Storage output destination (in the request as [DocumentOutputConfig.GcsOutputConfig.gcs_uri][google.cloud.documentai.v1.DocumentOutputConfig.GcsOutputConfig.gcs_uri]) of the processed document if it was successful, otherwise empty.
Property Value | |
---|---|
Type | Description |
string |
Status
public Status Status { get; set; }
The status processing the document.
Property Value | |
---|---|
Type | Description |
Status |