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.
2054 |
# File 'sig/types.rbs', line 2054
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.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def cells @cells end |
#detection_bbox ⇒ BBox (readonly)
Returns the value of attribute detection_bbox.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def detection_bbox @detection_bbox end |
#markdown ⇒ String (readonly)
Returns the value of attribute markdown.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def markdown @markdown end |