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)


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

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


2237
2238
2239
# File 'sig/types.rbs', line 2237

def cells
  @cells
end

#detection_bboxBBox (readonly)

Returns the value of attribute detection_bbox.

Returns:



2236
2237
2238
# File 'sig/types.rbs', line 2236

def detection_bbox
  @detection_bbox
end

#markdownString (readonly)

Returns the value of attribute markdown.

Returns:

  • (String)


2238
2239
2240
# File 'sig/types.rbs', line 2238

def markdown
  @markdown
end