The processor is being created, will become either ENABLED (for
successful creation) or FAILED (for failed ones).
Once a processor is in this state, it can then be used for document
processing, but the feature dependencies of the processor might not be
fully created yet.
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, 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 ENABLED if successful.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["The document details the different versions of the `Processor.Types.State` enum for the Google Cloud Document AI v1 API, ranging from version 1.0.0 to the latest version 3.19.0."],["The `Processor.Types.State` enum represents the possible states of a processor in Document AI, including `Creating`, `Deleting`, `Disabled`, `Disabling`, `Enabled`, `Enabling`, `Failed`, and `Unspecified`."],["Each version number links to the corresponding documentation for that specific version of `Processor.Types.State`."],["The description of each field within `Processor.Types.State` outlines the status and functionality associated with each state a document processor can have."]]],[]]