次の方法で共有


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 オブジェクト自体。

適用対象