IdentifyRequest クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. IdentifyRequest
- com.
public class IdentifyRequest
顔の識別操作の要求本文。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Double |
confidenceThreshold()
confidenceThreshold 値を取得します。 |
List<UUID> |
faceIds()
faceIds 値を取得します。 |
Integer |
maxNumOfCandidatesReturned()
maxNumOfCandidatesReturned 値を取得します。 |
String |
personGroupId()
personGroupId 値を取得します。 |
Identify |
withConfidenceThreshold(Double confidenceThreshold)
confidenceThreshold 値を設定します。 |
Identify |
withFaceIds(List<UUID> faceIds)
faceIds 値を設定します。 |
Identify |
withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
maxNumOfCandidatesReturned 値を設定します。 |
Identify |
withPersonGroupId(String personGroupId)
personGroupId 値を設定します。 |
メソッドの詳細
confidenceThreshold
public Double confidenceThreshold()
confidenceThreshold 値を取得します。
Returns:
faceIds
public List
faceIds 値を取得します。
Returns:
maxNumOfCandidatesReturned
public Integer maxNumOfCandidatesReturned()
maxNumOfCandidatesReturned 値を取得します。
Returns:
personGroupId
public String personGroupId()
personGroupId 値を取得します。
Returns:
withConfidenceThreshold
public IdentifyRequest withConfidenceThreshold(Double confidenceThreshold)
confidenceThreshold 値を設定します。
Parameters:
Returns:
withFaceIds
public IdentifyRequest withFaceIds(List
faceIds 値を設定します。
Parameters:
Returns:
withMaxNumOfCandidatesReturned
public IdentifyRequest withMaxNumOfCandidatesReturned(Integer maxNumOfCandidatesReturned)
maxNumOfCandidatesReturned 値を設定します。
Parameters:
Returns:
withPersonGroupId
public IdentifyRequest withPersonGroupId(String personGroupId)
personGroupId 値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java