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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java