IPersonGroupPerson.DeleteFaceWithHttpMessagesAsync メソッド

定義

人から顔を削除します。 永続化された顔の相対機能も削除されます。

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse> DeleteFaceWithHttpMessagesAsync (string personGroupId, Guid personId, Guid persistedFaceId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteFaceWithHttpMessagesAsync : string * Guid * Guid * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse>
Public Function DeleteFaceWithHttpMessagesAsync (personGroupId As String, personId As Guid, persistedFaceId As Guid, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse)

パラメーター

personGroupId
String

特定のユーザー グループを参照する ID。

personId
Guid

特定のユーザーを参照している ID。

persistedFaceId
Guid

既存の顔の特定の persistedFaceId を参照する ID。

customHeaders
Dictionary<String,List<String>>

要求に追加されるヘッダー。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

操作が無効な状態コードを返したときにスローされます

必須パラメーターが null の場合にスローされます

適用対象