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

IdentifyOptionalParameter 类

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

public class IdentifyOptionalParameter

IdentifyOptionalParameter 模型。

方法摘要

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

获取 confidenceThreshold 值。

Integer maxNumOfCandidatesReturned()

获取 maxNumOfCandidatesReturned 值。

String thisclientacceptLanguage()

获取 thisclientacceptLanguage 值。

IdentifyOptionalParameter withConfidenceThreshold(Double confidenceThreshold)

设置 confidenceThreshold 值。

IdentifyOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

设置 maxNumOfCandidatesReturned 值。

IdentifyOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

设置 thisclientacceptLanguage 值。

方法详细信息

confidenceThreshold

public Double confidenceThreshold()

获取 confidenceThreshold 值。

Returns:

confidenceThreshold 值

maxNumOfCandidatesReturned

public Integer maxNumOfCandidatesReturned()

获取 maxNumOfCandidatesReturned 值。

Returns:

maxNumOfCandidatesReturned 值

thisclientacceptLanguage

public String thisclientacceptLanguage()

获取 thisclientacceptLanguage 值。

Returns:

thisclientacceptLanguage 值

withConfidenceThreshold

public IdentifyOptionalParameter withConfidenceThreshold(Double confidenceThreshold)

设置 confidenceThreshold 值。

Parameters:

confidenceThreshold - 要设置的 confidenceThreshold 值

Returns:

IdentifyOptionalParameter 对象本身。

withMaxNumOfCandidatesReturned

public IdentifyOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)

设置 maxNumOfCandidatesReturned 值。

Parameters:

maxNumOfCandidatesReturned - 要设置的 maxNumOfCandidatesReturned 值

Returns:

IdentifyOptionalParameter 对象本身。

withThisclientacceptLanguage

public IdentifyOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

设置 thisclientacceptLanguage 值。

Parameters:

thisclientacceptLanguage - 要设置的 thisclientacceptLanguage 值

Returns:

IdentifyOptionalParameter 对象本身。

适用于