Class: Xberg::RecognizedTable
- Inherits:
-
Object
- Object
- Xberg::RecognizedTable
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#cells ⇒ Array[Array[String]]
readonly
Returns the value of attribute cells.
-
#detection_bbox ⇒ BBox
readonly
Returns the value of attribute detection_bbox.
-
#markdown ⇒ String
readonly
Returns the value of attribute markdown.
Instance Method Summary collapse
-
#initialize ⇒ RecognizedTable
constructor
A new instance of RecognizedTable.
Constructor Details
#initialize ⇒ RecognizedTable
Returns a new instance of RecognizedTable.
2158 |
# File 'sig/types.rbs', line 2158
def initialize: (detection_bbox: BBox, cells: Array[Array[String]], markdown: String) -> void
|
Instance Attribute Details
#cells ⇒ Array[Array[String]] (readonly)
Returns the value of attribute cells.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def cells @cells end |
#detection_bbox ⇒ BBox (readonly)
Returns the value of attribute detection_bbox.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def detection_bbox @detection_bbox end |
#markdown ⇒ String (readonly)
Returns the value of attribute markdown.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def markdown @markdown end |