次の方法で共有


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

適用対象