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)


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

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


2063
2064
2065
# File 'sig/types.rbs', line 2063

def cells
  @cells
end

#detection_bboxBBox (readonly)

Returns the value of attribute detection_bbox.

Returns:



2062
2063
2064
# File 'sig/types.rbs', line 2062

def detection_bbox
  @detection_bbox
end

#markdownString (readonly)

Returns the value of attribute markdown.

Returns:

  • (String)


2064
2065
2066
# File 'sig/types.rbs', line 2064

def markdown
  @markdown
end