Class: Xberg::LayoutRegion
- Inherits:
-
Object
- Object
- Xberg::LayoutRegion
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#area_fraction ⇒ Float?
Returns the value of attribute area_fraction.
-
#bounding_box ⇒ BoundingBox?
Returns the value of attribute bounding_box.
-
#class_name ⇒ String?
Returns the value of attribute class_name.
-
#confidence ⇒ Float?
Returns the value of attribute confidence.
Instance Method Summary collapse
-
#initialize ⇒ LayoutRegion
constructor
A new instance of LayoutRegion.
Constructor Details
#initialize ⇒ LayoutRegion
Returns a new instance of LayoutRegion.
1591 |
# File 'sig/types.rbs', line 1591
def initialize: (?class_name: String, ?confidence: Float, ?bounding_box: BoundingBox, ?area_fraction: Float) -> void
|
Instance Attribute Details
#area_fraction ⇒ Float?
Returns the value of attribute area_fraction.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def area_fraction @area_fraction end |
#bounding_box ⇒ BoundingBox?
Returns the value of attribute bounding_box.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def bounding_box @bounding_box end |
#class_name ⇒ String?
Returns the value of attribute class_name.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def class_name @class_name end |
#confidence ⇒ Float?
Returns the value of attribute confidence.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def confidence @confidence end |