Package com.oracle.bmc.aidocument.model
Class Table.Builder
- java.lang.Object
-
- com.oracle.bmc.aidocument.model.Table.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
rowCount
public Table.Builder rowCount(Integer rowCount)
The number of rows.- Parameters:
rowCount
- the value to set- Returns:
- this builder
-
columnCount
public Table.Builder columnCount(Integer columnCount)
The number of columns.- Parameters:
columnCount
- the value to set- Returns:
- this builder
-
headerRows
public Table.Builder headerRows(List<TableRow> headerRows)
The header rows.- Parameters:
headerRows
- the value to set- Returns:
- this builder
-
bodyRows
public Table.Builder bodyRows(List<TableRow> bodyRows)
The body rows.- Parameters:
bodyRows
- the value to set- Returns:
- this builder
-
footerRows
public Table.Builder footerRows(List<TableRow> footerRows)
the footer rows.- Parameters:
footerRows
- the value to set- Returns:
- this builder
-
confidence
public Table.Builder confidence(Float confidence)
The confidence score between 0 and 1.- Parameters:
confidence
- the value to set- Returns:
- this builder
-
boundingPolygon
public Table.Builder boundingPolygon(BoundingPolygon boundingPolygon)
-
build
public Table build()
-
copy
public Table.Builder copy(Table model)
-
-