LargeFaceListOperationsExtensions.GetFaceAsync メソッド

定義

永続化された顔 (persistedFaceId とその属する largeFaceListId で指定) に関する情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersistedFace> GetFaceAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.ILargeFaceListOperations operations, string largeFaceListId, Guid persistedFaceId, System.Threading.CancellationToken cancellationToken = default);
static member GetFaceAsync : Microsoft.Azure.CognitiveServices.Vision.Face.ILargeFaceListOperations * string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.Vision.Face.Models.PersistedFace>
<Extension()>
Public Function GetFaceAsync (operations As ILargeFaceListOperations, largeFaceListId As String, persistedFaceId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PersistedFace)

パラメーター

operations
ILargeFaceListOperations

この拡張メソッドの操作グループ。

largeFaceListId
String

特定の大きな顔リストを参照する ID。

persistedFaceId
Guid

既存の顔の特定の永続化されたFaceIdを参照する ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象