次の方法で共有


CustomFormModel.Submodels プロパティ

定義

このモデルの一部であるサブモデルの一覧。各サブモデルは、異なる種類のフォームからフィールドを認識および抽出できます。

public System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Training.CustomFormSubmodel> Submodels { get; }
member this.Submodels : System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Training.CustomFormSubmodel>
Public ReadOnly Property Submodels As IReadOnlyList(Of CustomFormSubmodel)

プロパティ値

適用対象