java.lang.Object | |||
↳ | com.sap.cloud.mobile.fiori.ocr.FioriOcrObservation.Base | ||
↳ | com.sap.cloud.mobile.fiori.ocr.FioriOcrObservation.Element | ||
↳ | com.sap.cloud.mobile.fiori.ocr.FioriOcrObservation.Row |
A class for representing a row in the TextBlockTopology
. A row consists of all the elements detected in the image.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Row(List<FioriOcrObservation.Element> elements, Point[] bounds, PointD[] scaledBounds) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
List<FioriOcrObservation.Element> | getElements() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |