IdentifyOptionalParameter Class

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

public class IdentifyOptionalParameter

The IdentifyOptionalParameter model.

Method Summary

Modifier and Type Method and Description
Double confidenceThreshold()

Get the confidenceThreshold value.

Integer maxNumOfCandidatesReturned()

Get the maxNumOfCandidatesReturned value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

IdentifyOptionalParameter withConfidenceThreshold(Double confidenceThreshold)

Set the confidenceThreshold value.

IdentifyOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

Set the maxNumOfCandidatesReturned value.

IdentifyOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

confidenceThreshold

public Double confidenceThreshold()

Get the confidenceThreshold value.

Returns:

the confidenceThreshold value

maxNumOfCandidatesReturned

public Integer maxNumOfCandidatesReturned()

Get the maxNumOfCandidatesReturned value.

Returns:

the maxNumOfCandidatesReturned value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withConfidenceThreshold

public IdentifyOptionalParameter withConfidenceThreshold(Double confidenceThreshold)

Set the confidenceThreshold value.

Parameters:

confidenceThreshold - the confidenceThreshold value to set

Returns:

the IdentifyOptionalParameter object itself.

withMaxNumOfCandidatesReturned

public IdentifyOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

Set the maxNumOfCandidatesReturned value.

Parameters:

maxNumOfCandidatesReturned - the maxNumOfCandidatesReturned value to set

Returns:

the IdentifyOptionalParameter object itself.

withThisclientacceptLanguage

public IdentifyOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the IdentifyOptionalParameter object itself.

Applies to