GroupRequest Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. GroupRequest
- com.
public class GroupRequest
Request body for group request.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<UUID> |
faceIds()
Get the faceIds value. |
Group |
withFaceIds(List<UUID> faceIds)
Set the faceIds value. |
Method Details
faceIds
public List
Get the faceIds value.
Returns:
the faceIds value
withFaceIds
public GroupRequest withFaceIds(List
Set the faceIds value.
Parameters:
faceIds
- the faceIds value to set
Returns:
the GroupRequest object itself.