Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
TableRow |
TableRow.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<TableRow> |
Table.getBodyRows()
The body rows.
|
List<TableRow> |
Table.getFooterRows()
the footer rows.
|
List<TableRow> |
Table.getHeaderRows()
The header rows.
|
Modifier and Type | Method and Description |
---|---|
TableRow.Builder |
TableRow.Builder.copy(TableRow model) |
Modifier and Type | Method and Description |
---|---|
Table.Builder |
Table.Builder.bodyRows(List<TableRow> bodyRows)
The body rows.
|
Table.Builder |
Table.Builder.footerRows(List<TableRow> footerRows)
the footer rows.
|
Table.Builder |
Table.Builder.headerRows(List<TableRow> headerRows)
The header rows.
|
Constructor and Description |
---|
Table(Integer rowCount,
Integer columnCount,
List<TableRow> headerRows,
List<TableRow> bodyRows,
List<TableRow> footerRows,
Float confidence,
BoundingPolygon boundingPolygon)
Deprecated.
|
Table(Integer rowCount,
Integer columnCount,
List<TableRow> headerRows,
List<TableRow> bodyRows,
List<TableRow> footerRows,
Float confidence,
BoundingPolygon boundingPolygon)
Deprecated.
|
Table(Integer rowCount,
Integer columnCount,
List<TableRow> headerRows,
List<TableRow> bodyRows,
List<TableRow> footerRows,
Float confidence,
BoundingPolygon boundingPolygon)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.