次の方法で共有


DocumentAnalysisModelFactory.DocumentTableCell メソッド

定義

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

パラメーター

kind
DocumentTableCellKind

テーブル のセルの種類。

rowIndex
Int32

セルの行インデックス。

columnIndex
Int32

セルの列インデックス。

rowSpan
Int32

このセルがまたがる行の数。

columnSpan
Int32

このセルがまたがる列の数。

content
String

表のセルの内容を読み取り順に連結しました。

boundingRegions
IEnumerable<BoundingRegion>

テーブル セルをカバーする境界領域。

spans
IEnumerable<DocumentSpan>

読み取り順序の連結されたコンテンツ内のテーブル セルの場所。

戻り値

モック作成用の新しい DocumentTableCell インスタンス。

適用対象