Enum Processor.Types.State (1.0.0-beta04)

public enum State

The possible states of the processor.

Namespace

Google.Cloud.DocumentAI.V1Beta3

Assembly

Google.Cloud.DocumentAI.V1Beta3.dll

Fields

NameDescription
Creating

The processor is being created.

Deleting

The processor is being deleted, will be removed if successful.

Disabled

The processor is disabled.

Disabling

The processor is being disabled, will become DISABLED if successful.

Enabled

The processor is enabled.

Enabling

The processor is being enabled, will become ENABLED if successful.

Failed

The processor failed during creation.

Unspecified

The processor is in an unspecified state.