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)


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

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]])


2191
2192
2193
# File 'sig/types.rbs', line 2191

def cells
  @cells
end

#detection_bboxBBox (readonly)

Returns the value of attribute detection_bbox.

Returns:



2190
2191
2192
# File 'sig/types.rbs', line 2190

def detection_bbox
  @detection_bbox
end

#markdownString (readonly)

Returns the value of attribute markdown.

Returns:

  • (String)


2192
2193
2194
# File 'sig/types.rbs', line 2192

def markdown
  @markdown
end