VerifyFaceToPersonRequest Class

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

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.

VerifyFaceToPersonRequest withFaceId(UUID faceId)

Set the faceId value.

VerifyFaceToPersonRequest withPersonGroupId(String personGroupId)

Set the personGroupId value.

VerifyFaceToPersonRequest withPersonId(UUID personId)

Set the personId value.

Method Details

faceId

public UUID faceId()

Get the faceId value.

Returns:

the faceId value

personGroupId

public String personGroupId()

Get the personGroupId value.

Returns:

the personGroupId value

personId

public UUID personId()

Get the personId value.

Returns:

the personId value

withFaceId

public VerifyFaceToPersonRequest withFaceId(UUID faceId)

Set the faceId value.

Parameters:

faceId - the faceId value to set

Returns:

the VerifyFaceToPersonRequest object itself.

withPersonGroupId

public VerifyFaceToPersonRequest withPersonGroupId(String personGroupId)

Set the personGroupId value.

Parameters:

personGroupId - the personGroupId value to set

Returns:

the VerifyFaceToPersonRequest object itself.

withPersonId

public VerifyFaceToPersonRequest withPersonId(UUID personId)

Set the personId value.

Parameters:

personId - the personId value to set

Returns:

the VerifyFaceToPersonRequest object itself.

Applies to