AIVisionFaceModelFactory.LivenessWithVerifyOutputs Method
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.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET