Package com.oracle.bmc.aidocument.model
Class Cell.Builder
- java.lang.Object
- 
- com.oracle.bmc.aidocument.model.Cell.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Cell.BuilderboundingPolygon(BoundingPolygon boundingPolygon)Cellbuild()Cell.BuildercolumnIndex(Integer columnIndex)The index of the cell inside the column.Cell.Builderconfidence(Float confidence)The confidence score between 0 and 1.Cell.Buildercopy(Cell model)Cell.BuilderrowIndex(Integer rowIndex)The index of the cell inside the row.Cell.Buildertext(String text)The text recognized in the cell.Cell.BuilderwordIndexes(List<Integer> wordIndexes)The words detected in the cell.
 
- 
- 
- 
Method Detail- 
textpublic Cell.Builder text(String text) The text recognized in the cell.- Parameters:
- text- the value to set
- Returns:
- this builder
 
 - 
rowIndexpublic Cell.Builder rowIndex(Integer rowIndex) The index of the cell inside the row.- Parameters:
- rowIndex- the value to set
- Returns:
- this builder
 
 - 
columnIndexpublic Cell.Builder columnIndex(Integer columnIndex) The index of the cell inside the column.- Parameters:
- columnIndex- the value to set
- Returns:
- this builder
 
 - 
confidencepublic Cell.Builder confidence(Float confidence) The confidence score between 0 and 1.- Parameters:
- confidence- the value to set
- Returns:
- this builder
 
 - 
boundingPolygonpublic Cell.Builder boundingPolygon(BoundingPolygon boundingPolygon) 
 - 
wordIndexespublic Cell.Builder wordIndexes(List<Integer> wordIndexes) The words detected in the cell.- Parameters:
- wordIndexes- the value to set
- Returns:
- this builder
 
 - 
buildpublic Cell build() 
 - 
copypublic Cell.Builder copy(Cell model) 
 
- 
 
-