IdentifyRequest Clase
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. IdentifyRequest
- com.
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. |
Identify |
withConfidenceThreshold(Double confidenceThreshold)
Establezca el valor confidenceThreshold. |
Identify |
withFaceIds(List<UUID> faceIds)
Establezca el valor faceIds. |
Identify |
withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
Establezca el valor maxNumOfCandidatesReturned. |
Identify |
withPersonGroupId(String personGroupId)
Establezca el valor personGroupId. |
Detalles del método
confidenceThreshold
public Double confidenceThreshold()
Obtenga el valor confidenceThreshold.
Returns:
faceIds
public List
Obtenga el valor faceIds.
Returns:
maxNumOfCandidatesReturned
public Integer maxNumOfCandidatesReturned()
Obtenga el valor maxNumOfCandidatesReturned.
Returns:
personGroupId
public String personGroupId()
Obtenga el valor personGroupId.
Returns:
withConfidenceThreshold
public IdentifyRequest withConfidenceThreshold(Double confidenceThreshold)
Establezca el valor confidenceThreshold.
Parameters:
Returns:
withFaceIds
public IdentifyRequest withFaceIds(List
Establezca el valor faceIds.
Parameters:
Returns:
withMaxNumOfCandidatesReturned
public IdentifyRequest withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
Establezca el valor maxNumOfCandidatesReturned.
Parameters:
Returns:
withPersonGroupId
public IdentifyRequest withPersonGroupId(String personGroupId)
Establezca el valor personGroupId.
Parameters:
Returns:
Se aplica a
Azure SDK for Java