Class: Xberg::RecognizedTable

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeRecognizedTable

Returns a new instance of RecognizedTable.

Parameters:

  • detection_bbox: (BBox)
  • cells: (Array[Array[String]])
  • markdown: (String)


2158
# File 'sig/types.rbs', line 2158

def initialize: (detection_bbox: BBox, cells: Array[Array[String]], markdown: String) -> void

Instance Attribute Details

#cellsArray[Array[String]] (readonly)

Returns the value of attribute cells.

Returns:

  • (Array[Array[String]])


2155
2156
2157
# File 'sig/types.rbs', line 2155

def cells
  @cells
end

#detection_bboxBBox (readonly)

Returns the value of attribute detection_bbox.

Returns:



2154
2155
2156
# File 'sig/types.rbs', line 2154

def detection_bbox
  @detection_bbox
end

#markdownString (readonly)

Returns the value of attribute markdown.

Returns:

  • (String)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def markdown
  @markdown
end