Uses of Class
com.oracle.bmc.aidocument.model.Line
-
Packages that use Line Package Description com.oracle.bmc.aidocument.model -
-
Uses of Line in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return Line Modifier and Type Method Description Line
Line.Builder. build()
Methods in com.oracle.bmc.aidocument.model that return types with arguments of type Line Modifier and Type Method Description List<Line>
Page. getLines()
The lines of text detected on the page.Methods in com.oracle.bmc.aidocument.model with parameters of type Line Modifier and Type Method Description Line.Builder
Line.Builder. copy(Line model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type Line Modifier and Type Method Description Page.Builder
Page.Builder. lines(List<Line> lines)
The lines of text detected on the page.
-