Google Cloud Vision Ai V1 Client - Class ProcessorState (0.3.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class ProcessorState.

Protobuf type google.cloud.visionai.v1.Processor.ProcessorState

Namespace

Google \ Cloud \ VisionAI \ V1 \ Processor

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PROCESSOR_STATE_UNSPECIFIED

Value: 0

Unspecified Processor state.

Generated from protobuf enum PROCESSOR_STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Processor is being created (not ready for use).

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

Processor is and ready for use.

Generated from protobuf enum ACTIVE = 2;

DELETING

Value: 3

Processor is being deleted (not ready for use).

Generated from protobuf enum DELETING = 3;

FAILED

Value: 4

Processor deleted or creation failed .

Generated from protobuf enum FAILED = 4;

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 2026年03月30日 UTC.