AIVisionFaceModelFactory.FaceGroupingResult 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 FaceGroupingResult.
public static Azure.AI.Vision.Face.FaceGroupingResult FaceGroupingResult (System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<Guid>> groups = default, System.Collections.Generic.IEnumerable<Guid> messyGroup = default);
static member FaceGroupingResult : seq<System.Collections.Generic.IList<Guid>> * seq<Guid> -> Azure.AI.Vision.Face.FaceGroupingResult
Public Shared Function FaceGroupingResult (Optional groups As IEnumerable(Of IList(Of Guid)) = Nothing, Optional messyGroup As IEnumerable(Of Guid) = Nothing) As FaceGroupingResult
Parameters
- groups
- IEnumerable<IList<Guid>>
A partition of the original faces based on face similarity. Groups are ranked by number of faces.
- messyGroup
- IEnumerable<Guid>
Face ids array of faces that cannot find any similar faces from original faces.
Returns
A new FaceGroupingResult instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET