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.
1171 |
# File 'sig/types.rbs', line 1171
def initialize: (left: Integer, top: Integer, right: Integer, bottom: Integer) -> void
|
Instance Attribute Details
#bottom ⇒ Integer (readonly)
Returns the value of attribute bottom.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def bottom @bottom end |
#left ⇒ Integer (readonly)
Returns the value of attribute left.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def left @left end |
#right ⇒ Integer (readonly)
Returns the value of attribute right.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def right @right end |
#top ⇒ Integer (readonly)
Returns the value of attribute top.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def top @top end |