Vision AI v1 API - Enum AnalyzeAssetMetadata.Types.AnalysisStatus.Types.State (1.0.0-beta01)

public enum AnalyzeAssetMetadata.Types.AnalysisStatus.Types.State

Reference documentation and code samples for the Vision AI v1 API enum AnalyzeAssetMetadata.Types.AnalysisStatus.Types.State.

The state of the search capability.

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Fields

Name Description
Failed

The ml model analysis failed.

InProgress

The ml model analysis is in progress.

Succeeded

The ml model analysis is successfully done.

Unspecified

The default process state should never happen.