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.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java