IdentifyOptionalParameter Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. IdentifyOptionalParameter
- com.
public class IdentifyOptionalParameter
O modelo IdentifyOptionalParameter.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
Double |
confidenceThreshold()
Obtenha o valor de confidenceThreshold. |
Integer |
maxNumOfCandidatesReturned()
Obtenha o valor maxNumOfCandidatesReturned. |
String |
thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage. |
Identify |
withConfidenceThreshold(Double confidenceThreshold)
Defina o valor de confidenceThreshold. |
Identify |
withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
Defina o valor maxNumOfCandidatesReturned. |
Identify |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage. |
Detalhes do método
confidenceThreshold
public Double confidenceThreshold()
Obtenha o valor de confidenceThreshold.
Returns:
maxNumOfCandidatesReturned
public Integer maxNumOfCandidatesReturned()
Obtenha o valor maxNumOfCandidatesReturned.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage.
Returns:
withConfidenceThreshold
public IdentifyOptionalParameter withConfidenceThreshold(Double confidenceThreshold)
Defina o valor de confidenceThreshold.
Parameters:
Returns:
withMaxNumOfCandidatesReturned
public IdentifyOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
Defina o valor maxNumOfCandidatesReturned.
Parameters:
Returns:
withThisclientacceptLanguage
public IdentifyOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java