你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IdentifyResult 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. IdentifyResult
- com.
public class IdentifyResult
用于识别人脸操作的响应正文。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
List<Identify |
candidates()
获取候选项值。 |
UUID |
faceId()
获取 faceId 值。 |
Identify |
withCandidates(List<IdentifyCandidate> candidates)
设置候选项值。 |
Identify |
withFaceId(UUID faceId)
设置 faceId 值。 |
方法详细信息
candidates
public List
获取候选项值。
Returns:
候选项值
faceId
public UUID faceId()
获取 faceId 值。
Returns:
faceId 值
withCandidates
public IdentifyResult withCandidates(List
设置候选项值。
Parameters:
candidates
- 要设置的候选项值
Returns:
IdentifyResult 对象本身。
withFaceId
public IdentifyResult withFaceId(UUID faceId)
设置 faceId 值。
Parameters:
faceId
- 要设置的 faceId 值
Returns:
IdentifyResult 对象本身。