你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IdentifyRequest 类

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

public class IdentifyRequest

用于识别人脸操作的请求正文。

方法摘要

修饰符和类型 方法和描述
Double confidenceThreshold()

获取 confidenceThreshold 值。

List<UUID> faceIds()

获取 faceIds 值。

Integer maxNumOfCandidatesReturned()

获取 maxNumOfCandidatesReturned 值。

String personGroupId()

获取 personGroupId 值。

IdentifyRequest withConfidenceThreshold(Double confidenceThreshold)

设置 confidenceThreshold 值。

IdentifyRequest withFaceIds(List<UUID> faceIds)

设置 faceIds 值。

IdentifyRequest withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

设置 maxNumOfCandidatesReturned 值。

IdentifyRequest withPersonGroupId(String personGroupId)

设置 personGroupId 值。

方法详细信息

confidenceThreshold

public Double confidenceThreshold()

获取 confidenceThreshold 值。

Returns:

confidenceThreshold 值

faceIds

public List faceIds()

获取 faceIds 值。

Returns:

faceIds 值

maxNumOfCandidatesReturned

public Integer maxNumOfCandidatesReturned()

获取 maxNumOfCandidatesReturned 值。

Returns:

maxNumOfCandidatesReturned 值

personGroupId

public String personGroupId()

获取 personGroupId 值。

Returns:

personGroupId 值

withConfidenceThreshold

public IdentifyRequest withConfidenceThreshold(Double confidenceThreshold)

设置 confidenceThreshold 值。

Parameters:

confidenceThreshold - 要设置的 confidenceThreshold 值

Returns:

IdentifyRequest 对象本身。

withFaceIds

public IdentifyRequest withFaceIds(List faceIds)

设置 faceIds 值。

Parameters:

faceIds - 要设置的 faceIds 值

Returns:

IdentifyRequest 对象本身。

withMaxNumOfCandidatesReturned

public IdentifyRequest withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

设置 maxNumOfCandidatesReturned 值。

Parameters:

maxNumOfCandidatesReturned - 要设置的 maxNumOfCandidatesReturned 值

Returns:

IdentifyRequest 对象本身。

withPersonGroupId

public IdentifyRequest withPersonGroupId(String personGroupId)

设置 personGroupId 值。

Parameters:

personGroupId - 要设置的 personGroupId 值

Returns:

IdentifyRequest 对象本身。

适用于