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