次の方法で共有


DocumentModelAdministrationClient.ComposeDocumentModelAsync メソッド

定義

既存のモデルのコレクションからモデルを作成します。 コンポジションによって構築されたモデルを使用すると、1 つのモデル ID で複数のモデルを呼び出すことができます。 ドキュメントがモデル ID で分析されるように送信されると、最初に分類ステップが実行され、正しいカスタム モデルにルーティングされます。

public virtual System.Threading.Tasks.Task<Azure.AI.FormRecognizer.DocumentAnalysis.ComposeDocumentModelOperation> ComposeDocumentModelAsync (Azure.WaitUntil waitUntil, System.Collections.Generic.IEnumerable<string> componentModelIds, string modelId = default, string description = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ComposeDocumentModelAsync : Azure.WaitUntil * seq<string> * string * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.AI.FormRecognizer.DocumentAnalysis.ComposeDocumentModelOperation>
override this.ComposeDocumentModelAsync : Azure.WaitUntil * seq<string> * string * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.AI.FormRecognizer.DocumentAnalysis.ComposeDocumentModelOperation>
Public Overridable Function ComposeDocumentModelAsync (waitUntil As WaitUntil, componentModelIds As IEnumerable(Of String), Optional modelId As String = Nothing, Optional description As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ComposeDocumentModelOperation)

パラメーター

waitUntil
WaitUntil

Completed メソッドがサービスで実行時間の長い操作が完了するまで戻るのを待機する必要がある場合。 Started 操作を開始した後に が返される場合は 。

componentModelIds
IEnumerable<String>

コンポジションで使用するモデル ID の一覧。

modelId
String

モデルの一意の ID。 指定しない場合は、モデル ID が自動的に作成されます。

description
String

モデルに追加する説明 (省略可能)。

tags
IDictionary<String,String>

モデルに関連付けられているユーザー定義のキー値タグ属性の一覧。

cancellationToken
CancellationToken

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

戻り値

ComposeDocumentModelOperationこの実行時間の長い操作を待機する 。 正常に完了すると、その値には、構築されたモデルに関するメタデータが含まれます。

適用対象