public enum BatchProcessMetadata.Types.State
Reference documentation and code samples for the Cloud Document AI v1beta3 API enum BatchProcessMetadata.Types.State.
Possible states of the batch processing operation.
Namespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Fields |
|
---|---|
Name | Description |
Cancelled |
The batch processing was cancelled. |
Cancelling |
The batch processing was being cancelled. |
Failed |
The batch processing has failed. |
Running |
Request is being processed. |
Succeeded |
The batch processing completed successfully. |
Unspecified |
The default value. This value is used if the state is omitted. |
Waiting |
Request operation is waiting for scheduling. |