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

FaceRecognitionModel Struct

Definition

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