Share via


FormTrainingClient.GetCustomModelAsync(String, CancellationToken) メソッド

定義

認識できるフォームの種類や、フォームの種類ごとに抽出されるフィールドなど、カスタム モデルの説明を取得します。

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.AI.FormRecognizer.Training.CustomFormModel>> GetCustomModelAsync (string modelId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCustomModelAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.AI.FormRecognizer.Training.CustomFormModel>>
override this.GetCustomModelAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.AI.FormRecognizer.Training.CustomFormModel>>
Public Overridable Function GetCustomModelAsync (modelId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CustomFormModel))

パラメーター

modelId
String

取得するモデルの ID。

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

戻り値

Response<T>操作の結果を表す 。 要求されたモデルに CustomFormModel 関する情報を含む にキャストできます。

適用対象