FaceRecognitionModel 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 recognition model for the face.
public readonly struct FaceRecognitionModel : IEquatable<Azure.AI.Vision.Face.FaceRecognitionModel>
type FaceRecognitionModel = struct
Public Structure FaceRecognitionModel
Implements IEquatable(Of FaceRecognitionModel)
- Inheritance
-
FaceRecognitionModel
- Implements
Constructors
FaceRecognitionModel(String) |
Initializes a new instance of FaceRecognitionModel. |
Properties
Recognition01 |
The default recognition model for "Detect". All those faceIds created before 2019 March are bonded with this recognition model. |
Recognition02 |
Recognition model released in 2019 March. |
Recognition03 |
Recognition model released in 2020 May. |
Recognition04 |
Recognition model released in 2021 February. It's recommended to use this recognition model for better recognition accuracy. |
Methods
Equals(FaceRecognitionModel) |
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(FaceRecognitionModel, FaceRecognitionModel) |
Determines if two FaceRecognitionModel values are the same. |
Implicit(String to FaceRecognitionModel) |
Converts a String to a FaceRecognitionModel. |
Inequality(FaceRecognitionModel, FaceRecognitionModel) |
Determines if two FaceRecognitionModel values are not the same. |
Applies to
Azure SDK for .NET