FaceSessionStatus 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 current status of the session.
public readonly struct FaceSessionStatus : IEquatable<Azure.AI.Vision.Face.FaceSessionStatus>
type FaceSessionStatus = struct
Public Structure FaceSessionStatus
Implements IEquatable(Of FaceSessionStatus)
- Inheritance
-
FaceSessionStatus
- Implements
Constructors
FaceSessionStatus(String) |
Initializes a new instance of FaceSessionStatus. |
Properties
NotStarted |
Session has not started. |
ResultAvailable |
Session has available result. |
Started |
Session has started. |
Methods
Equals(FaceSessionStatus) |
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(FaceSessionStatus, FaceSessionStatus) |
Determines if two FaceSessionStatus values are the same. |
Implicit(String to FaceSessionStatus) |
Converts a String to a FaceSessionStatus. |
Inequality(FaceSessionStatus, FaceSessionStatus) |
Determines if two FaceSessionStatus values are not the same. |
Applies to
Azure SDK for .NET