Class BatchProcessMetadata (2.0.0)

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

The long running operation metadata for batch process method.

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
RepeatedField<BatchProcessMetadata.Types.IndividualProcessStatus>

State

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

The state of the current batch processing.

Property Value
TypeDescription
BatchProcessMetadata.Types.State

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