IdentifyOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. IdentifyOptionalParameter
- com.
public class IdentifyOptionalParameter
The IdentifyOptionalParameter model.
Modifier and Type | Method and Description |
---|---|
Double |
confidence Get the confidenceThreshold value. |
Integer |
max Get the maxNumOfCandidatesReturned value. |
String |
thisclientaccept Get the thisclientacceptLanguage value. |
Identify |
with Set the confidenceThreshold value. |
Identify |
with Set the maxNumOfCandidatesReturned value. |
Identify |
with Set the thisclientacceptLanguage value. |
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:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: