IdentifyOptionalParameter クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. IdentifyOptionalParameter
- com.
public class IdentifyOptionalParameter
IdentifyOptionalParameter モデル。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Double |
confidenceThreshold()
confidenceThreshold 値を取得します。 |
Integer |
maxNumOfCandidatesReturned()
maxNumOfCandidatesReturned 値を取得します。 |
String |
thisclientacceptLanguage()
thisclientacceptLanguage 値を取得します。 |
Identify |
withConfidenceThreshold(Double confidenceThreshold)
confidenceThreshold 値を設定します。 |
Identify |
withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
maxNumOfCandidatesReturned 値を設定します。 |
Identify |
withThisclientacceptLanguage(String thisclientacceptLanguage)
thisclientacceptLanguage 値を設定します。 |
メソッドの詳細
confidenceThreshold
public Double confidenceThreshold()
confidenceThreshold 値を取得します。
Returns:
maxNumOfCandidatesReturned
public Integer maxNumOfCandidatesReturned()
maxNumOfCandidatesReturned 値を取得します。
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
thisclientacceptLanguage 値を取得します。
Returns:
withConfidenceThreshold
public IdentifyOptionalParameter withConfidenceThreshold(Double confidenceThreshold)
confidenceThreshold 値を設定します。
Parameters:
Returns:
withMaxNumOfCandidatesReturned
public IdentifyOptionalParameter withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
maxNumOfCandidatesReturned 値を設定します。
Parameters:
Returns:
withThisclientacceptLanguage
public IdentifyOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
thisclientacceptLanguage 値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java