Class: Xberg::LayoutDetection
- Inherits:
-
Object
- Object
- Xberg::LayoutDetection
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#bbox ⇒ BBox
readonly
Returns the value of attribute bbox.
-
#class_name ⇒ enum_LayoutClass
readonly
Returns the value of attribute class_name.
-
#confidence ⇒ Float
readonly
Returns the value of attribute confidence.
Instance Method Summary collapse
-
#initialize ⇒ LayoutDetection
constructor
A new instance of LayoutDetection.
Constructor Details
#initialize ⇒ LayoutDetection
Returns a new instance of LayoutDetection.
1441 |
# File 'sig/types.rbs', line 1441 def initialize: (class_name: enum_LayoutClass, confidence: Float, bbox: BBox) -> void |
Instance Attribute Details
#bbox ⇒ BBox (readonly)
Returns the value of attribute bbox.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def bbox @bbox end |
#class_name ⇒ enum_LayoutClass (readonly)
Returns the value of attribute class_name.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def class_name @class_name end |
#confidence ⇒ Float (readonly)
Returns the value of attribute confidence.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def confidence @confidence end |