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.
1199 |
# File 'sig/types.rbs', line 1199
def initialize: (left: Integer, top: Integer, right: Integer, bottom: Integer) -> void
|
Instance Attribute Details
#bottom ⇒ Integer (readonly)
Returns the value of attribute bottom.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def bottom @bottom end |
#left ⇒ Integer (readonly)
Returns the value of attribute left.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def left @left end |
#right ⇒ Integer (readonly)
Returns the value of attribute right.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def right @right end |
#top ⇒ Integer (readonly)
Returns the value of attribute top.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def top @top end |