FaceDetectionModel Struct

Definition

The detection model for the face.

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

Constructors

FaceDetectionModel(String)

Initializes a new instance of FaceDetectionModel.

Properties

Detection01

The default detection model. Recommend for near frontal face detection. For scenarios with exceptionally large angle (head-pose) faces, occluded faces or wrong image orientation, the faces in such cases may not be detected.

Detection02

Detection model released in 2019 May with improved accuracy especially on small, side and blurry faces.

Detection03

Detection model released in 2021 February with improved accuracy especially on small faces.

Methods

Equals(FaceDetectionModel)

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

Determines if two FaceDetectionModel values are the same.

Implicit(String to FaceDetectionModel)

Converts a string to a FaceDetectionModel.

Inequality(FaceDetectionModel, FaceDetectionModel)

Determines if two FaceDetectionModel values are not the same.

Applies to