Cloud Document AI v1 API - Class BatchProcessMetadata (3.14.0)

public sealed class BatchProcessMetadata : IMessage<BatchProcessMetadata>, IEquatable<BatchProcessMetadata>, IDeepCloneable<BatchProcessMetadata>, IBufferMessage, IMessage

Reference 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].

Inheritance

object > BatchProcessMetadata

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Constructors

BatchProcessMetadata()

public BatchProcessMetadata()

BatchProcessMetadata(BatchProcessMetadata)

public BatchProcessMetadata(BatchProcessMetadata other)
Parameter
NameDescription
otherBatchProcessMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

The creation time of the operation.

Property Value
TypeDescription
Timestamp

IndividualProcessStatuses

public RepeatedField<BatchProcessMetadata.Types.IndividualProcessStatus> IndividualProcessStatuses { get; }

The list of response details of each document.

Property Value
TypeDescription
RepeatedFieldBatchProcessMetadataTypesIndividualProcessStatus

State

public BatchProcessMetadata.Types.State State { get; set; }

The state of the current batch processing.

Property Value
TypeDescription
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
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

The last update time of the operation.

Property Value
TypeDescription
Timestamp