public sealed class IndexingStatus : IMessage<IndexingStatus>, IEquatable<IndexingStatus>, IDeepCloneable<IndexingStatus>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class IndexingStatus.
The status of indexing for the asset.
Implements
IMessageIndexingStatus, IEquatableIndexingStatus, IDeepCloneableIndexingStatus, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
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 |
|