GroupResult Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.faceapi.models.GroupResult

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.

GroupResult withGroups(List<List<UUID>> groups)

Set the groups value.

GroupResult 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 messyGroup()

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 messyGroup)

Set the messyGroup value.

Parameters:

messyGroup - the messyGroup value to set

Returns:

the GroupResult object itself.

Applies to