Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class State.
The state of the search capability.
Protobuf type google.cloud.visionai.v1.AnalyzeAssetMetadata.AnalysisStatus.State
Namespace
Google \ Cloud \ VisionAI \ V1 \ AnalyzeAssetMetadata \ AnalysisStatusMethods
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 ml model analysis is in progress.
Generated from protobuf enum IN_PROGRESS = 1;
SUCCEEDED
Value: 2The ml model analysis is successfully done.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3The ml model analysis failed.
Generated from protobuf enum FAILED = 3;