Document AI V1beta3 API - Module Google::Cloud::DocumentAI::V1beta3::Processor::State (v0.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Document AI V1beta3 API module Google::Cloud::DocumentAI::V1beta3::Processor::State.
The possible states of the processor.
Constants
STATE_UNSPECIFIED
value: 0
The processor is in an unspecified state.
ENABLED
value: 1
The processor is enabled.
DISABLED
value: 2
The processor is disabled.
ENABLING
value: 3
The processor is being enabled, will become ENABLED if successful.
DISABLING
value: 4
The processor is being disabled, will become DISABLED if successful.
CREATING
value: 5
The processor is being created.
FAILED
value: 6
The processor failed during creation.
DELETING
value: 7
The processor is being deleted, will be removed if successful.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-07 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]