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 batch process method.
Implements
IMessage<BatchProcessMetadata>, IEquatable<BatchProcessMetadata>, IDeepCloneable<BatchProcessMetadata>, 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 |
RepeatedField<BatchProcessMetadata.Types.IndividualProcessStatus> |
State
public BatchProcessMetadata.Types.State State { get; set; }
The state of the current batch processing.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
The last update time of the operation.
Property Value | |
---|---|
Type | Description |
Timestamp |