AIVisionFaceModelFactory.LivenessWithVerifyOutputs Method

Definition

Initializes a new instance of LivenessWithVerifyOutputs.

public static Azure.AI.Vision.Face.LivenessWithVerifyOutputs LivenessWithVerifyOutputs (Azure.AI.Vision.Face.LivenessWithVerifyImage verifyImage = default, float matchConfidence = 0, bool isIdentical = false);
static member LivenessWithVerifyOutputs : Azure.AI.Vision.Face.LivenessWithVerifyImage * single * bool -> Azure.AI.Vision.Face.LivenessWithVerifyOutputs
Public Shared Function LivenessWithVerifyOutputs (Optional verifyImage As LivenessWithVerifyImage = Nothing, Optional matchConfidence As Single = 0, Optional isIdentical As Boolean = false) As LivenessWithVerifyOutputs

Parameters

verifyImage
LivenessWithVerifyImage

The detail of face for verification.

matchConfidence
Single

The target face liveness face and comparison image face verification confidence.

isIdentical
Boolean

Whether the target liveness face and comparison image face match.

Returns

A new LivenessWithVerifyOutputs instance for mocking.

Applies to