Freigeben über


DocumentAnalysisModelFactory.DocumentTable Methode

Definition

Initialisiert eine neue instance von 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

Parameter

rowCount
Int32

Anzahl der Zeilen in der Tabelle

columnCount
Int32

Anzahl der Spalten in der Tabelle.

cells
IEnumerable<DocumentTableCell>

Zellen, die in der Tabelle enthalten sind.

boundingRegions
IEnumerable<BoundingRegion>

Begrenzungsregionen, die die Tabelle abdecken.

spans
IEnumerable<DocumentSpan>

Speicherort der Tabelle in der Lesereihenfolge verketteter Inhalte.

Gibt zurück

Eine neue DocumentTable instance zum Mocking.

Gilt für: