VerifyFaceToFaceRequest Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.faceapi.models.VerifyFaceToFaceRequest

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.

VerifyFaceToFaceRequest withFaceId1(UUID faceId1)

Set the faceId1 value.

VerifyFaceToFaceRequest 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