GroupResult Constructors
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.
Overloads
GroupResult() |
Initializes a new instance of the GroupResult class. |
GroupResult(IList<IList<Guid>>, IList<Guid>) |
Initializes a new instance of the GroupResult class. |
GroupResult()
- Source:
- GroupResult.cs
Initializes a new instance of the GroupResult class.
public GroupResult ();
Public Sub New ()
Applies to
GroupResult(IList<IList<Guid>>, IList<Guid>)
- Source:
- GroupResult.cs
Initializes a new instance of the GroupResult class.
public GroupResult (System.Collections.Generic.IList<System.Collections.Generic.IList<Guid>> groups, System.Collections.Generic.IList<Guid> messyGroup = default);
new Microsoft.Azure.CognitiveServices.Vision.Face.Models.GroupResult : System.Collections.Generic.IList<System.Collections.Generic.IList<Guid>> * System.Collections.Generic.IList<Guid> -> Microsoft.Azure.CognitiveServices.Vision.Face.Models.GroupResult
Public Sub New (groups As IList(Of IList(Of Guid)), Optional messyGroup As IList(Of Guid) = Nothing)
Parameters
A partition of the original faces based on face similarity. Groups are ranked by number of faces
Face ids array of faces that cannot find any similar faces from original faces.
Applies to
Azure SDK for .NET