Uses of Class
com.oracle.bmc.aivision.model.TableRow
-
Packages that use TableRow Package Description com.oracle.bmc.aivision.model -
-
Uses of TableRow in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return TableRow Modifier and Type Method Description TableRow
TableRow.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type TableRow Modifier and Type Method Description List<TableRow>
Table. getBodyRows()
The body rows.List<TableRow>
Table. getFooterRows()
the footer rows.List<TableRow>
Table. getHeaderRows()
The header rows.Methods in com.oracle.bmc.aivision.model with parameters of type TableRow Modifier and Type Method Description TableRow.Builder
TableRow.Builder. copy(TableRow model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type TableRow Modifier and Type Method 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 parameters in com.oracle.bmc.aivision.model with type arguments of type TableRow Constructor Description Table(Integer rowCount, Integer columnCount, List<TableRow> headerRows, List<TableRow> bodyRows, List<TableRow> footerRows, Float confidence, BoundingPolygon boundingPolygon)
Deprecated.
-