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