次の方法で共有


FormRecognizerClientExtensions.DeleteCustomModelAsync メソッド

定義

モデルの削除

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

パラメーター

operations
IFormRecognizerClient

この拡張メソッドの操作グループ。

id
Guid

削除するモデルの識別子。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

モデルの成果物を削除します。

適用対象