Cloud Document AI v1beta3 API - Enum BatchProcessMetadata.Types.State (2.0.0-beta19)

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

Assembly

Google.Cloud.DocumentAI.V1Beta3.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.