Partager via


FormRecognizerModelFactory.FormTable Méthode

Définition

Initialise une nouvelle instance de la classe FormTable.

public static Azure.AI.FormRecognizer.Models.FormTable FormTable (int pageNumber, int columnCount, int rowCount, System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormTableCell> cells, Azure.AI.FormRecognizer.Models.FieldBoundingBox boundingBox);
static member FormTable : int * int * int * System.Collections.Generic.IReadOnlyList<Azure.AI.FormRecognizer.Models.FormTableCell> * Azure.AI.FormRecognizer.Models.FieldBoundingBox -> Azure.AI.FormRecognizer.Models.FormTable
Public Shared Function FormTable (pageNumber As Integer, columnCount As Integer, rowCount As Integer, cells As IReadOnlyList(Of FormTableCell), boundingBox As FieldBoundingBox) As FormTable

Paramètres

pageNumber
Int32

Numéro de base 1 de la page dans laquelle cette table est présente.

columnCount
Int32

Nombre de colonnes dans cette table.

rowCount
Int32

Nombre de lignes dans ce tableau.

cells
IReadOnlyList<FormTableCell>

Liste des cellules contenues dans ce tableau.

boundingBox
FieldBoundingBox

Cadre englobant quadrilatéral qui présente le tableau.

Retours

Une nouvelle FormTable instance pour se moquer.

S’applique à