public enum Processor.Types.State
Reference documentation and code samples for the Cloud Document AI v1beta3 API enum Processor.Types.State.
The possible states of the processor.
Namespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Fields |
|
---|---|
Name | Description |
Creating |
The processor is being created, will become either |
Deleting |
The processor is being deleted, will be removed if successful. |
Disabled |
The processor is disabled. |
Disabling |
The processor is being disabled, will become |
Enabled |
The processor is enabled, i.e., has an enabled version which can currently serve processing requests and all the feature dependencies have been successfully initialized. |
Enabling |
The processor is being enabled, will become |
Failed |
The processor failed during creation or initialization of feature dependencies. The user should delete the processor and recreate one as all the functionalities of the processor are disabled. |
Unspecified |
The processor is in an unspecified state. |