TextActionState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of the task at the mentioned last update time.
public readonly struct TextActionState : IEquatable<Azure.AI.Language.Text.TextActionState>
type TextActionState = struct
Public Structure TextActionState
Implements IEquatable(Of TextActionState)
- Inheritance
-
TextActionState
- Implements
Constructors
TextActionState(String) |
Initializes a new instance of TextActionState. |
Properties
Cancelled |
Cancelled status. |
Cancelling |
Cancelling status. |
Failed |
Failed status. |
NotStarted |
Not started status. |
PartiallyCompleted |
Partially completed status. |
Running |
Running status. |
Succeeded |
Succeeded status. |
Methods
Equals(TextActionState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(TextActionState, TextActionState) |
Determines if two TextActionState values are the same. |
Implicit(String to TextActionState) |
Converts a string to a TextActionState. |
Inequality(TextActionState, TextActionState) |
Determines if two TextActionState values are not the same. |
Applies to
Azure SDK for .NET