IdentifyCandidate Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. IdentifyCandidate
- com.
public class IdentifyCandidate
All possible faces that may qualify.
Method Summary
Modifier and Type | Method and Description |
---|---|
double |
confidence()
Get the confidence value. |
UUID |
personId()
Get the personId value. |
Identify |
withConfidence(double confidence)
Set the confidence value. |
Identify |
withPersonId(UUID personId)
Set the personId value. |
Method Details
confidence
public double confidence()
Get the confidence value.
Returns:
the confidence value
personId
public UUID personId()
Get the personId value.
Returns:
the personId value
withConfidence
public IdentifyCandidate withConfidence(double confidence)
Set the confidence value.
Parameters:
confidence
- the confidence value to set
Returns:
the IdentifyCandidate object itself.
withPersonId
public IdentifyCandidate withPersonId(UUID personId)
Set the personId value.
Parameters:
personId
- the personId value to set
Returns:
the IdentifyCandidate object itself.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java