Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.