Compartir a través de


IdentifyOptionalParameter Clase

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

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.

IdentifyOptionalParameter withConfidenceThreshold(Double confidenceThreshold)

Establezca el valor confidenceThreshold.

IdentifyOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

Establezca el valor maxNumOfCandidatesReturned.

IdentifyOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Detalles del método

confidenceThreshold

public Double confidenceThreshold()

Obtenga el valor confidenceThreshold.

Returns:

el valor confidenceThreshold

maxNumOfCandidatesReturned

public Integer maxNumOfCandidatesReturned()

Obtenga el valor maxNumOfCandidatesReturned.

Returns:

el valor maxNumOfCandidatesReturned

thisclientacceptLanguage

public String thisclientacceptLanguage()

Obtenga el valor thisclientacceptLanguage.

Returns:

el valor thisclientacceptLanguage

withConfidenceThreshold

public IdentifyOptionalParameter withConfidenceThreshold(Double confidenceThreshold)

Establezca el valor confidenceThreshold.

Parameters:

confidenceThreshold - el valor confidenceThreshold que se va a establecer

Returns:

El propio objeto IdentifyOptionalParameter.

withMaxNumOfCandidatesReturned

public IdentifyOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

Establezca el valor maxNumOfCandidatesReturned.

Parameters:

maxNumOfCandidatesReturned - El valor maxNumOfCandidatesReturned que se va a establecer

Returns:

El propio objeto IdentifyOptionalParameter.

withThisclientacceptLanguage

public IdentifyOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Establezca el valor thisclientacceptLanguage.

Parameters:

thisclientacceptLanguage - el valor thisclientacceptLanguage que se va a establecer

Returns:

El propio objeto IdentifyOptionalParameter.

Se aplica a