public sealed class RunStatus : IMessage<RunStatus>, IEquatable<RunStatus>, IDeepCloneable<RunStatus>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class RunStatus.
Message describing the status of the Process.
Implements
IMessageRunStatus, IEquatableRunStatus, IDeepCloneableRunStatus, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
RunStatus()
public RunStatus()RunStatus(RunStatus)
public RunStatus(RunStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
RunStatus |
Properties
Reason
public string Reason { get; set; }The reason of becoming the state.
| Property Value | |
|---|---|
| Type | Description |
string |
|
State
public RunStatus.Types.State State { get; set; }The state of the Process.
| Property Value | |
|---|---|
| Type | Description |
RunStatusTypesState |
|