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

LivenessModel Struct

Definition

The model version used for liveness classification.

public readonly struct LivenessModel : IEquatable<Azure.AI.Vision.Face.LivenessModel>
type LivenessModel = struct
Public Structure LivenessModel
Implements IEquatable(Of LivenessModel)
Inheritance
LivenessModel
Implements

Constructors

LivenessModel(String)

Initializes a new instance of LivenessModel.

Properties

V20221015Preview04

2022-10-15-preview.04.

V20231220Preview06

2023-12-20-preview.06.

Methods

Equals(LivenessModel)

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(LivenessModel, LivenessModel)

Determines if two LivenessModel values are the same.

Implicit(String to LivenessModel)

Converts a String to a LivenessModel.

Inequality(LivenessModel, LivenessModel)

Determines if two LivenessModel values are not the same.

Applies to