LivenessModel Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET