Compartir a través de


IdentifyRequest Clase

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

public class IdentifyRequest

Cuerpo de la solicitud para identificar la operación facial.

Resumen del método

Modificador y tipo Método y descripción
Double confidenceThreshold()

Obtenga el valor confidenceThreshold.

List<UUID> faceIds()

Obtenga el valor faceIds.

Integer maxNumOfCandidatesReturned()

Obtenga el valor maxNumOfCandidatesReturned.

String personGroupId()

Obtenga el valor personGroupId.

IdentifyRequest withConfidenceThreshold(Double confidenceThreshold)

Establezca el valor confidenceThreshold.

IdentifyRequest withFaceIds(List<UUID> faceIds)

Establezca el valor faceIds.

IdentifyRequest withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

Establezca el valor maxNumOfCandidatesReturned.

IdentifyRequest withPersonGroupId(String personGroupId)

Establezca el valor personGroupId.

Detalles del método

confidenceThreshold

public Double confidenceThreshold()

Obtenga el valor confidenceThreshold.

Returns:

el valor confidenceThreshold

faceIds

public List faceIds()

Obtenga el valor faceIds.

Returns:

el valor faceIds

maxNumOfCandidatesReturned

public Integer maxNumOfCandidatesReturned()

Obtenga el valor maxNumOfCandidatesReturned.

Returns:

el valor maxNumOfCandidatesReturned

personGroupId

public String personGroupId()

Obtenga el valor personGroupId.

Returns:

el valor personGroupId

withConfidenceThreshold

public IdentifyRequest withConfidenceThreshold(Double confidenceThreshold)

Establezca el valor confidenceThreshold.

Parameters:

confidenceThreshold - el valor confidenceThreshold que se va a establecer

Returns:

el propio objeto IdentifyRequest.

withFaceIds

public IdentifyRequest withFaceIds(List faceIds)

Establezca el valor faceIds.

Parameters:

faceIds - valor faceIds que se va a establecer

Returns:

el propio objeto IdentifyRequest.

withMaxNumOfCandidatesReturned

public IdentifyRequest withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

Establezca el valor maxNumOfCandidatesReturned.

Parameters:

maxNumOfCandidatesReturned - el valor maxNumOfCandidatesReturned que se va a establecer.

Returns:

el propio objeto IdentifyRequest.

withPersonGroupId

public IdentifyRequest withPersonGroupId(String personGroupId)

Establezca el valor personGroupId.

Parameters:

personGroupId - valor personGroupId que se va a establecer

Returns:

el propio objeto IdentifyRequest.

Se aplica a