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.
2065 |
# File 'sig/types.rbs', line 2065
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.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def cells @cells end |
#detection_bbox ⇒ BBox (readonly)
Returns the value of attribute detection_bbox.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def detection_bbox @detection_bbox end |
#markdown ⇒ String (readonly)
Returns the value of attribute markdown.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def markdown @markdown end |