你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FaceListOperationsExtensions.DeleteFaceAsync 方法

定义

从 persistedFaceId 和 faceListId) 提供的 (人脸列表中删除现有人脸。 与人脸相关的持久化图像也将被删除。

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

参数

operations
IFaceListOperations

此扩展方法的操作组。

faceListId
String

引用特定人脸列表的 ID。

persistedFaceId
Guid

引用现有人脸的特定 persistedFaceId 的 ID。

cancellationToken
CancellationToken

取消标记。

返回

适用于