Compartilhar via


IdentifyOptionalParameter Classe

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

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.

IdentifyOptionalParameter withConfidenceThreshold(Double confidenceThreshold)

Defina o valor de confidenceThreshold.

IdentifyOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

Defina o valor maxNumOfCandidatesReturned.

IdentifyOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Detalhes do método

confidenceThreshold

public Double confidenceThreshold()

Obtenha o valor de confidenceThreshold.

Returns:

o valor de confidenceThreshold

maxNumOfCandidatesReturned

public Integer maxNumOfCandidatesReturned()

Obtenha o valor maxNumOfCandidatesReturned.

Returns:

o valor maxNumOfCandidatesReturned

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenha o valor thisclientacceptLanguage.

Returns:

o valor thisclientacceptLanguage

withConfidenceThreshold

public IdentifyOptionalParameter withConfidenceThreshold(Double confidenceThreshold)

Defina o valor de confidenceThreshold.

Parameters:

confidenceThreshold - o valor de confidenceThreshold a ser definido

Returns:

o próprio objeto IdentifyOptionalParameter.

withMaxNumOfCandidatesReturned

public IdentifyOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

Defina o valor maxNumOfCandidatesReturned.

Parameters:

maxNumOfCandidatesReturned - o valor maxNumOfCandidatesReturned a ser definido

Returns:

o próprio objeto IdentifyOptionalParameter.

withThisclientacceptLanguage

public IdentifyOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Defina o valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - o valor thisclientacceptLanguage a ser definido

Returns:

o próprio objeto IdentifyOptionalParameter.

Aplica-se a