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.

The state of the search capability.

Protobuf type google.cloud.visionai.v1.AnalyzeAssetMetadata.AnalysisStatus.State

Namespace

Google \ Cloud \ VisionAI \ V1 \ AnalyzeAssetMetadata \ AnalysisStatus

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 ml model analysis is in progress.

Generated from protobuf enum IN_PROGRESS = 1;

SUCCEEDED

Value: 2

The ml model analysis is successfully done.

Generated from protobuf enum SUCCEEDED = 2;

FAILED

Value: 3

The ml model analysis failed.

Generated from protobuf enum FAILED = 3;