DocumentAnalysisModelFactory.DocumentTable メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DocumentTable の新しいインスタンスを初期化します。
public static Azure.AI.FormRecognizer.DocumentAnalysis.DocumentTable DocumentTable (int rowCount = 0, int columnCount = 0, System.Collections.Generic.IEnumerable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentTableCell> cells = default, System.Collections.Generic.IEnumerable<Azure.AI.FormRecognizer.DocumentAnalysis.BoundingRegion> boundingRegions = default, System.Collections.Generic.IEnumerable<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan> spans = default);
static member DocumentTable : int * int * seq<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentTableCell> * seq<Azure.AI.FormRecognizer.DocumentAnalysis.BoundingRegion> * seq<Azure.AI.FormRecognizer.DocumentAnalysis.DocumentSpan> -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentTable
Public Shared Function DocumentTable (Optional rowCount As Integer = 0, Optional columnCount As Integer = 0, Optional cells As IEnumerable(Of DocumentTableCell) = Nothing, Optional boundingRegions As IEnumerable(Of BoundingRegion) = Nothing, Optional spans As IEnumerable(Of DocumentSpan) = Nothing) As DocumentTable
パラメーター
- rowCount
- Int32
テーブル内の行数。
- columnCount
- Int32
テーブル内の列の数。
- cells
- IEnumerable<DocumentTableCell>
テーブル内に含まれるセル。
- boundingRegions
- IEnumerable<BoundingRegion>
テーブルをカバーする境界領域。
- spans
- IEnumerable<DocumentSpan>
読み取り順序の連結されたコンテンツ内のテーブルの場所。
戻り値
モック作成用の新しい DocumentTable インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET