Partager via


FormRecognizerClientExtensions.DeleteCustomModelAsync Méthode

Définition

Suppression de modèle

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

Paramètres

operations
IFormRecognizerClient

Groupe d’opérations pour cette méthode d’extension.

id
Guid

Identificateur du modèle à supprimer.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Supprime les artefacts de modèle.

S’applique à