LargeFaceListOperationsExtensions.DeleteFaceAsync メソッド

定義

大きな顔リスト (persistedFaceId と largeFaceListId によって指定) から既存の顔を削除します。 顔に関連する永続化された画像も削除されます。

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

パラメーター

operations
ILargeFaceListOperations

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

largeFaceListId
String

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

persistedFaceId
Guid

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象