Share via


FaceSessionStatus Struct

Definition

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