Class State (3.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
State(value)
The possible states of the processor.
Enums
Name
Description
STATE_UNSPECIFIED
The processor is in an unspecified state.
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.
DISABLED
The processor is disabled.
ENABLING
The processor is being enabled, will become `ENABLED` if successful.
DISABLING
The processor is being disabled, will become `DISABLED` if successful.
CREATING
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.
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.
DELETING
The processor is being deleted, will be removed if successful.
[[["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 2026-04-03 UTC."],[],[]]