Freigeben über


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

V20200215Preview01

2020-02-15-preview.01.

V20211112Preview03

2021-11-12-preview.03.

V20221015Preview04

2022-10-15-preview.04.

V20230302Preview05

2023-03-02-preview.05.

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