LargeFaceListOperationsExtensions.DeleteFaceAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Exclua um rosto existente de uma grande lista de rostos (fornecida por um persistedFaceId e um largeFaceListId). A imagem persistente relacionada ao rosto também será excluída.
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
Parâmetros
- operations
- ILargeFaceListOperations
O grupo de operações para esse método de extensão.
- largeFaceListId
- String
Id referenciando uma lista de rostos grande específica.
- persistedFaceId
- Guid
Id que faz referência a um persistedFaceId específico de um rosto existente.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET