Google Cloud Vision Ai V1 Client - Class State (0.1.0)

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

State enum for this asset's indexing.

Protobuf type google.cloud.visionai.v1.IndexingStatus.State

Namespace

Google \ Cloud \ VisionAI \ V1 \ IndexingStatus

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The default process state should never happen.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

IN_PROGRESS

Value: 1

The indexing is in progress.

Generated from protobuf enum IN_PROGRESS = 1;

SUCCEEDED

Value: 2

The process is successfully done.

Generated from protobuf enum SUCCEEDED = 2;

FAILED

Value: 3

The process failed.

Generated from protobuf enum FAILED = 3;