Class: Iguvium::CV::Recognized
- Inherits:
-
Struct
- Object
- Struct
- Iguvium::CV::Recognized
- Defined in:
- lib/iguvium/cv.rb
Overview
Keeps recognized data
Instance Attribute Summary collapse
-
#boxes ⇒ Object
Returns the value of attribute boxes.
-
#lines ⇒ Object
Returns the value of attribute lines.
Instance Attribute Details
#boxes ⇒ Object
Returns the value of attribute boxes
37 38 39 |
# File 'lib/iguvium/cv.rb', line 37 def boxes @boxes end |
#lines ⇒ Object
Returns the value of attribute lines
37 38 39 |
# File 'lib/iguvium/cv.rb', line 37 def lines @lines end |