GroupResult Class
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.
An array of face groups based on face similarity.
public class GroupResult
type GroupResult = class
Public Class GroupResult
- Inheritance
-
GroupResult
Constructors
GroupResult() |
Initializes a new instance of the GroupResult class. |
GroupResult(IList<IList<Guid>>, IList<Guid>) |
Initializes a new instance of the GroupResult class. |
Properties
Groups |
Gets or sets a partition of the original faces based on face similarity. Groups are ranked by number of faces |
MessyGroup |
Gets or sets face ids array of faces that cannot find any similar faces from original faces. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET