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)


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

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


2051
2052
2053
# File 'sig/types.rbs', line 2051

def cells
  @cells
end

#detection_bboxBBox (readonly)

Returns the value of attribute detection_bbox.

Returns:



2050
2051
2052
# File 'sig/types.rbs', line 2050

def detection_bbox
  @detection_bbox
end

#markdownString (readonly)

Returns the value of attribute markdown.

Returns:

  • (String)


2052
2053
2054
# File 'sig/types.rbs', line 2052

def markdown
  @markdown
end