VerifyFaceToFaceRequest Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. VerifyFaceToFaceRequest
- com.
public class VerifyFaceToFaceRequest
Request body for verify operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
UUID |
faceId1()
Get the faceId1 value. |
UUID |
faceId2()
Get the faceId2 value. |
Verify |
withFaceId1(UUID faceId1)
Set the faceId1 value. |
Verify |
withFaceId2(UUID faceId2)
Set the faceId2 value. |
Method Details
faceId1
public UUID faceId1()
Get the faceId1 value.
Returns:
the faceId1 value
faceId2
public UUID faceId2()
Get the faceId2 value.
Returns:
the faceId2 value
withFaceId1
public VerifyFaceToFaceRequest withFaceId1(UUID faceId1)
Set the faceId1 value.
Parameters:
faceId1
- the faceId1 value to set
Returns:
the VerifyFaceToFaceRequest object itself.
withFaceId2
public VerifyFaceToFaceRequest withFaceId2(UUID faceId2)
Set the faceId2 value.
Parameters:
faceId2
- the faceId2 value to set
Returns:
the VerifyFaceToFaceRequest object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java