azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.formrecognizer...

101 строка
6.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.formrecognizer.models.FormTable"
fullName: "com.azure.ai.formrecognizer.models.FormTable"
name: "FormTable"
nameWithType: "FormTable"
summary: "Represents a table recognized from the input document."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **FormTable**"
constructors:
- uid: "com.azure.ai.formrecognizer.models.FormTable.FormTable(int,int,java.util.List<com.azure.ai.formrecognizer.models.FormTableCell>,int)"
fullName: "com.azure.ai.formrecognizer.models.FormTable.FormTable(int rowCount, int columnCount, List<FormTableCell> cells, int pageNumber)"
name: "FormTable(int rowCount, int columnCount, List<FormTableCell> cells, int pageNumber)"
nameWithType: "FormTable.FormTable(int rowCount, int columnCount, List<FormTableCell> cells, int pageNumber)"
summary: "Constructs a Form<wbr>Table object."
parameters:
- description: "the number of rows in the table."
name: "rowCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- description: "the number of columns in the table."
name: "columnCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- description: "the list of cells contained in the table."
name: "cells"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.ai.formrecognizer.models.FormTableCell?alt=com.azure.ai.formrecognizer.models.FormTableCell&text=FormTableCell\" data-throw-if-not-resolved=\"False\" />&gt;"
- description: "the 1-based page number in the input document."
name: "pageNumber"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FormTable(int rowCount, int columnCount, List<FormTableCell> cells, int pageNumber)"
desc: "Constructs a FormTable object."
methods:
- uid: "com.azure.ai.formrecognizer.models.FormTable.getBoundingBox()"
fullName: "com.azure.ai.formrecognizer.models.FormTable.getBoundingBox()"
name: "getBoundingBox()"
nameWithType: "FormTable.getBoundingBox()"
summary: "Get the bounding box information for the the form table."
syntax: "public FieldBoundingBox getBoundingBox()"
desc: "Get the bounding box information for the the form table."
returns:
description: "the bounding box information for the the form table."
type: "<xref href=\"com.azure.ai.formrecognizer.models.FieldBoundingBox?alt=com.azure.ai.formrecognizer.models.FieldBoundingBox&text=FieldBoundingBox\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.formrecognizer.models.FormTable.getCells()"
fullName: "com.azure.ai.formrecognizer.models.FormTable.getCells()"
name: "getCells()"
nameWithType: "FormTable.getCells()"
summary: "Get the list of cells contained in the table."
syntax: "public List<FormTableCell> getCells()"
desc: "Get the list of cells contained in the table."
returns:
description: "the unmodifiable list of cells in the table."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.ai.formrecognizer.models.FormTableCell?alt=com.azure.ai.formrecognizer.models.FormTableCell&text=FormTableCell\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.ai.formrecognizer.models.FormTable.getColumnCount()"
fullName: "com.azure.ai.formrecognizer.models.FormTable.getColumnCount()"
name: "getColumnCount()"
nameWithType: "FormTable.getColumnCount()"
summary: "Get the number of columns in the table."
syntax: "public int getColumnCount()"
desc: "Get the number of columns in the table."
returns:
description: "the number of columns in the table."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.formrecognizer.models.FormTable.getPageNumber()"
fullName: "com.azure.ai.formrecognizer.models.FormTable.getPageNumber()"
name: "getPageNumber()"
nameWithType: "FormTable.getPageNumber()"
summary: "Get the 1-based page number in the input document."
syntax: "public int getPageNumber()"
desc: "Get the 1-based page number in the input document."
returns:
description: "the 1-based page number in the input document."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.formrecognizer.models.FormTable.getRowCount()"
fullName: "com.azure.ai.formrecognizer.models.FormTable.getRowCount()"
name: "getRowCount()"
nameWithType: "FormTable.getRowCount()"
summary: "Get the number of rows in the table."
syntax: "public int getRowCount()"
desc: "Get the number of rows in the table."
returns:
description: "the number of rows in the table."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents a table recognized from the input document."
metadata: {}
package: "com.azure.ai.formrecognizer.models"
artifact: com.azure:azure-ai-formrecognizer:4.1.11