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 \ IndexingStatusMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The default process state should never happen.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
IN_PROGRESS
Value: 1The indexing is in progress.
Generated from protobuf enum IN_PROGRESS = 1;
SUCCEEDED
Value: 2The process is successfully done.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3The process failed.
Generated from protobuf enum FAILED = 3;