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

FaceOperationStatus Struct

Definition

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