Class: Xberg::OcrTableBoundingBox
- Inherits:
-
Object
- Object
- Xberg::OcrTableBoundingBox
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#bottom ⇒ Integer
readonly
Returns the value of attribute bottom.
-
#left ⇒ Integer
readonly
Returns the value of attribute left.
-
#right ⇒ Integer
readonly
Returns the value of attribute right.
-
#top ⇒ Integer
readonly
Returns the value of attribute top.
Instance Method Summary collapse
-
#initialize ⇒ OcrTableBoundingBox
constructor
A new instance of OcrTableBoundingBox.
Constructor Details
#initialize ⇒ OcrTableBoundingBox
Returns a new instance of OcrTableBoundingBox.
1817 |
# File 'sig/types.rbs', line 1817 def initialize: (left: Integer, top: Integer, right: Integer, bottom: Integer) -> void |
Instance Attribute Details
#bottom ⇒ Integer (readonly)
Returns the value of attribute bottom.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def bottom @bottom end |
#left ⇒ Integer (readonly)
Returns the value of attribute left.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def left @left end |
#right ⇒ Integer (readonly)
Returns the value of attribute right.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def right @right end |
#top ⇒ Integer (readonly)
Returns the value of attribute top.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def top @top end |