public sealed class BatchProcessMetadata : IMessage<BatchProcessMetadata>, IEquatable<BatchProcessMetadata>, IDeepCloneable<BatchProcessMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Document AI v1 API class BatchProcessMetadata.
The long-running operation metadata for [BatchProcessDocuments][google.cloud.documentai.v1.DocumentProcessorService.BatchProcessDocuments].
Implements
IMessageBatchProcessMetadata, IEquatableBatchProcessMetadata, IDeepCloneableBatchProcessMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DocumentAI.V1Assembly
Google.Cloud.DocumentAI.V1.dll
Constructors
BatchProcessMetadata()
public BatchProcessMetadata()BatchProcessMetadata(BatchProcessMetadata)
public BatchProcessMetadata(BatchProcessMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchProcessMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }The creation time of the operation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
IndividualProcessStatuses
public RepeatedField<BatchProcessMetadata.Types.IndividualProcessStatus> IndividualProcessStatuses { get; }The list of response details of each document.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldBatchProcessMetadataTypesIndividualProcessStatus |
|
State
public BatchProcessMetadata.Types.State State { get; set; }The state of the current batch processing.
| Property Value | |
|---|---|
| Type | Description |
BatchProcessMetadataTypesState |
|
StateMessage
public string StateMessage { get; set; }A message providing more details about the current state of processing. For example, the error message if the operation is failed.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }The last update time of the operation.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|