VerifyFaceToPersonRequest Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. VerifyFaceToPersonRequest
- com.
public class VerifyFaceToPersonRequest
Request body for verify operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
UUID |
faceId()
Get the faceId value. |
String |
personGroupId()
Get the personGroupId value. |
UUID |
personId()
Get the personId value. |
Verify |
withFaceId(UUID faceId)
Set the faceId value. |
Verify |
withPersonGroupId(String personGroupId)
Set the personGroupId value. |
Verify |
withPersonId(UUID personId)
Set the personId value. |
Method Details
faceId
public UUID faceId()
Get the faceId value.
Returns:
personGroupId
public String personGroupId()
Get the personGroupId value.
Returns:
personId
public UUID personId()
Get the personId value.
Returns:
withFaceId
public VerifyFaceToPersonRequest withFaceId(UUID faceId)
Set the faceId value.
Parameters:
Returns:
withPersonGroupId
public VerifyFaceToPersonRequest withPersonGroupId(String personGroupId)
Set the personGroupId value.
Parameters:
Returns:
withPersonId
public VerifyFaceToPersonRequest withPersonId(UUID personId)
Set the personId value.
Parameters:
Returns:
Applies to
Azure SDK for Java