IdentifyOptionalParameter Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. IdentifyOptionalParameter
- com.
public class IdentifyOptionalParameter
El modelo IdentifyOptionalParameter.
Resumen del método
Modificador y tipo | Método y descripción |
---|---|
Double |
confidenceThreshold()
Obtenga el valor confidenceThreshold. |
Integer |
maxNumOfCandidatesReturned()
Obtenga el valor maxNumOfCandidatesReturned. |
String |
thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage. |
Identify |
withConfidenceThreshold(Double confidenceThreshold)
Establezca el valor confidenceThreshold. |
Identify |
withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
Establezca el valor maxNumOfCandidatesReturned. |
Identify |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage. |
Detalles del método
confidenceThreshold
public Double confidenceThreshold()
Obtenga el valor confidenceThreshold.
Returns:
maxNumOfCandidatesReturned
public Integer maxNumOfCandidatesReturned()
Obtenga el valor maxNumOfCandidatesReturned.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenga el valor thisclientacceptLanguage.
Returns:
withConfidenceThreshold
public IdentifyOptionalParameter withConfidenceThreshold(Double confidenceThreshold)
Establezca el valor confidenceThreshold.
Parameters:
Returns:
withMaxNumOfCandidatesReturned
public IdentifyOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
Establezca el valor maxNumOfCandidatesReturned.
Parameters:
Returns:
withThisclientacceptLanguage
public IdentifyOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Establezca el valor thisclientacceptLanguage.
Parameters:
Returns:
Se aplica a
Azure SDK for Java