AIVisionFaceModelFactory.FaceIdentificationResult 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 FaceIdentificationResult.
public static Azure.AI.Vision.Face.FaceIdentificationResult FaceIdentificationResult (Guid faceId = default, System.Collections.Generic.IEnumerable<Azure.AI.Vision.Face.FaceIdentificationCandidate> candidates = default);
static member FaceIdentificationResult : Guid * seq<Azure.AI.Vision.Face.FaceIdentificationCandidate> -> Azure.AI.Vision.Face.FaceIdentificationResult
Public Shared Function FaceIdentificationResult (Optional faceId As Guid = Nothing, Optional candidates As IEnumerable(Of FaceIdentificationCandidate) = Nothing) As FaceIdentificationResult
Parameters
- faceId
- Guid
faceId of the query face.
- candidates
- IEnumerable<FaceIdentificationCandidate>
Identified person candidates for that face (ranked by confidence). Array size should be no larger than input maxNumOfCandidatesReturned. If no person is identified, will return an empty array.
Returns
A new FaceIdentificationResult 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