你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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