FaceOperationStatus 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 long running operation.
public readonly struct FaceOperationStatus : IEquatable<Azure.AI.Vision.Face.FaceOperationStatus>
type FaceOperationStatus = struct
Public Structure FaceOperationStatus
Implements IEquatable(Of FaceOperationStatus)
- Inheritance
-
FaceOperationStatus
- Implements
Constructors
FaceOperationStatus(String) |
Initializes a new instance of FaceOperationStatus. |
Properties
Failed |
The operation is failed. |
NotStarted |
The operation is not started. |
Running |
The operation is still running. |
Succeeded |
The operation is succeeded. |
Methods
Equals(FaceOperationStatus) |
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(FaceOperationStatus, FaceOperationStatus) |
Determines if two FaceOperationStatus values are the same. |
Implicit(String to FaceOperationStatus) |
Converts a String to a FaceOperationStatus. |
Inequality(FaceOperationStatus, FaceOperationStatus) |
Determines if two FaceOperationStatus values are not the same. |
Applies to
Azure SDK for .NET