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

public enum IndexingStatus.Types.State

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

State enum for this asset's indexing.

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Fields

Name Description
Failed

The process failed.

InProgress

The indexing is in progress.

Succeeded

The process is successfully done.

Unspecified

The default process state should never happen.