Compartilhar via


FormRecognizerClientExtensions.DeleteCustomModelAsync Método

Definição

Excluir modelo

public static System.Threading.Tasks.Task DeleteCustomModelAsync (this Microsoft.Azure.CognitiveServices.FormRecognizer.IFormRecognizerClient operations, Guid id, System.Threading.CancellationToken cancellationToken = default);
static member DeleteCustomModelAsync : Microsoft.Azure.CognitiveServices.FormRecognizer.IFormRecognizerClient * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteCustomModelAsync (operations As IFormRecognizerClient, id As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task

Parâmetros

operations
IFormRecognizerClient

O grupo de operações para esse método de extensão.

id
Guid

O identificador do modelo a ser excluído.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Excluir artefatos de modelo.

Aplica-se a