GroupResult Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. GroupResult
- com.
public class GroupResult
An array of face groups based on face similarity.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<List<UUID>> |
groups()
Get the groups value. |
List<UUID> |
messyGroup()
Get the messyGroup value. |
Group |
withGroups(List<List<UUID>> groups)
Set the groups value. |
Group |
withMessyGroup(List<UUID> messyGroup)
Set the messyGroup value. |
Method Details
groups
public List> groups()
Get the groups value.
Returns:
the groups value
messyGroup
public List
Get the messyGroup value.
Returns:
the messyGroup value
withGroups
public GroupResult withGroups(List> groups)
Set the groups value.
Parameters:
groups
- the groups value to set
Returns:
the GroupResult object itself.
withMessyGroup
public GroupResult withMessyGroup(List
Set the messyGroup value.
Parameters:
messyGroup
- the messyGroup value to set
Returns:
the GroupResult object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java