FindSimilarOptionalParameter Class

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

public class FindSimilarOptionalParameter

The FindSimilarOptionalParameter model.

Method Summary

Modifier and Type Method and Description
List<UUID> faceIds()

Get the faceIds value.

String faceListId()

Get the faceListId value.

Integer maxNumOfCandidatesReturned()

Get the maxNumOfCandidatesReturned value.

FindSimilarMatchMode mode()

Get the mode value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

FindSimilarOptionalParameter withFaceIds(List<UUID> faceIds)

Set the faceIds value.

FindSimilarOptionalParameter withFaceListId(String faceListId)

Set the faceListId value.

FindSimilarOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

Set the maxNumOfCandidatesReturned value.

FindSimilarOptionalParameter withMode(FindSimilarMatchMode mode)

Set the mode value.

FindSimilarOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

faceIds

public List faceIds()

Get the faceIds value.

Returns:

the faceIds value

faceListId

public String faceListId()

Get the faceListId value.

Returns:

the faceListId value

maxNumOfCandidatesReturned

public Integer maxNumOfCandidatesReturned()

Get the maxNumOfCandidatesReturned value.

Returns:

the maxNumOfCandidatesReturned value

mode

public FindSimilarMatchMode mode()

Get the mode value.

Returns:

the mode value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withFaceIds

public FindSimilarOptionalParameter withFaceIds(List faceIds)

Set the faceIds value.

Parameters:

faceIds - the faceIds value to set

Returns:

the FindSimilarOptionalParameter object itself.

withFaceListId

public FindSimilarOptionalParameter withFaceListId(String faceListId)

Set the faceListId value.

Parameters:

faceListId - the faceListId value to set

Returns:

the FindSimilarOptionalParameter object itself.

withMaxNumOfCandidatesReturned

public FindSimilarOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

Set the maxNumOfCandidatesReturned value.

Parameters:

maxNumOfCandidatesReturned - the maxNumOfCandidatesReturned value to set

Returns:

the FindSimilarOptionalParameter object itself.

withMode

public FindSimilarOptionalParameter withMode(FindSimilarMatchMode mode)

Set the mode value.

Parameters:

mode - the mode value to set

Returns:

the FindSimilarOptionalParameter object itself.

withThisclientacceptLanguage

public FindSimilarOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the FindSimilarOptionalParameter object itself.

Applies to