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.
1160 |
# File 'sig/types.rbs', line 1160
def initialize: (left: Integer, top: Integer, right: Integer, bottom: Integer) -> void
|
Instance Attribute Details
#bottom ⇒ Integer (readonly)
Returns the value of attribute bottom.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def bottom @bottom end |
#left ⇒ Integer (readonly)
Returns the value of attribute left.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def left @left end |
#right ⇒ Integer (readonly)
Returns the value of attribute right.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def right @right end |
#top ⇒ Integer (readonly)
Returns the value of attribute top.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def top @top end |