Class: Iguvium::CV::Recognized

Inherits:
Struct
  • Object
show all
Defined in:
lib/iguvium/cv.rb

Overview

Keeps recognized data

Instance Attribute Summary collapse

Instance Attribute Details

#boxesObject

Returns the value of attribute boxes

Returns:

  • (Object)

    the current value of boxes



37
38
39
# File 'lib/iguvium/cv.rb', line 37

def boxes
  @boxes
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



37
38
39
# File 'lib/iguvium/cv.rb', line 37

def lines
  @lines
end