Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Table.Builder |
bodyRows(List<TableRow> bodyRows)
The body rows.
|
Table.Builder |
boundingPolygon(BoundingPolygon boundingPolygon) |
Table |
build() |
Table.Builder |
columnCount(Integer columnCount)
The number of columns.
|
Table.Builder |
confidence(Float confidence)
The confidence score between 0 and 1.
|
Table.Builder |
copy(Table model) |
Table.Builder |
footerRows(List<TableRow> footerRows)
the footer rows.
|
Table.Builder |
headerRows(List<TableRow> headerRows)
The header rows.
|
Table.Builder |
rowCount(Integer rowCount)
The number of rows.
|
public Table.Builder rowCount(Integer rowCount)
The number of rows.
rowCount
- the value to setpublic Table.Builder columnCount(Integer columnCount)
The number of columns.
columnCount
- the value to setpublic Table.Builder headerRows(List<TableRow> headerRows)
The header rows.
headerRows
- the value to setpublic Table.Builder bodyRows(List<TableRow> bodyRows)
The body rows.
bodyRows
- the value to setpublic Table.Builder footerRows(List<TableRow> footerRows)
the footer rows.
footerRows
- the value to setpublic Table.Builder confidence(Float confidence)
The confidence score between 0 and 1.
confidence
- the value to setpublic Table.Builder boundingPolygon(BoundingPolygon boundingPolygon)
public Table build()
public Table.Builder copy(Table model)
Copyright © 2016–2024. All rights reserved.