Enum BatchProcessMetadata.Types.State (3.0.0)

public enum State

Possible states of the batch processing operation.

Namespace

Google.Cloud.DocumentAI.V1

Assembly

Google.Cloud.DocumentAI.V1.dll

Fields

NameDescription
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.