Cloud Document AI v1 API - Class BatchProcessMetadata (3.16.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
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