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