Uses of Class
com.oracle.bmc.aivision.model.Cell.Builder
-
Packages that use Cell.Builder Package Description com.oracle.bmc.aivision.model -
-
Uses of Cell.Builder in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return Cell.Builder Modifier and Type Method Description Cell.Builder
Cell.Builder. boundingPolygon(BoundingPolygon boundingPolygon)
static Cell.Builder
Cell. builder()
Create a new builder.Cell.Builder
Cell.Builder. columnIndex(Integer columnIndex)
The index of the cell inside the column.Cell.Builder
Cell.Builder. confidence(Float confidence)
The confidence score between 0 and 1.Cell.Builder
Cell.Builder. copy(Cell model)
Cell.Builder
Cell.Builder. rowIndex(Integer rowIndex)
The index of the cell inside the row.Cell.Builder
Cell.Builder. text(String text)
The text recognized in the cell.Cell.Builder
Cell. toBuilder()
Cell.Builder
Cell.Builder. wordIndexes(List<Integer> wordIndexes)
The words detected in the cell.
-