Show / Hide Table of Contents

Enum OperationMetadata.Types.State

Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public enum State

Fields

Name Description
Accepted

Request is received.

Cancelled

The batch processing was 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.

Back to top