IdentifyOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. IdentifyOptionalParameter
- com.
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. |
Identify |
withConfidenceThreshold(Double confidenceThreshold)
Set the confidenceThreshold value. |
Identify |
withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
Set the maxNumOfCandidatesReturned value. |
Identify |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
confidenceThreshold
public Double confidenceThreshold()
Get the confidenceThreshold value.
Returns:
maxNumOfCandidatesReturned
public Integer maxNumOfCandidatesReturned()
Get the maxNumOfCandidatesReturned value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withConfidenceThreshold
public IdentifyOptionalParameter withConfidenceThreshold(Double confidenceThreshold)
Set the confidenceThreshold value.
Parameters:
Returns:
withMaxNumOfCandidatesReturned
public IdentifyOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
Set the maxNumOfCandidatesReturned value.
Parameters:
Returns:
withThisclientacceptLanguage
public IdentifyOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java