Vision AI v1 API - Class IndexingStatus (1.0.0-beta01)

public sealed class IndexingStatus : IMessage<IndexingStatus>, IEquatable<IndexingStatus>, IDeepCloneable<IndexingStatus>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class IndexingStatus.

The status of indexing for the asset.

Inheritance

object > IndexingStatus

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

IndexingStatus()

public IndexingStatus()

IndexingStatus(IndexingStatus)

public IndexingStatus(IndexingStatus other)
Parameter
Name Description
other IndexingStatus

Properties

State

public IndexingStatus.Types.State State { get; set; }

Output only. State of this asset's indexing.

Property Value
Type Description
IndexingStatusTypesState

StatusMessage

public string StatusMessage { get; set; }

Detailed message describing the state.

Property Value
Type Description
string