Class: Xberg::OcrMetadata
- Inherits:
-
Object
- Object
- Xberg::OcrMetadata
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#language ⇒ String?
Returns the value of attribute language.
-
#output_format ⇒ String?
Returns the value of attribute output_format.
-
#psm ⇒ Integer?
Returns the value of attribute psm.
-
#table_cols ⇒ Integer?
Returns the value of attribute table_cols.
-
#table_count ⇒ Integer?
Returns the value of attribute table_count.
-
#table_rows ⇒ Integer?
Returns the value of attribute table_rows.
Instance Method Summary collapse
-
#initialize ⇒ OcrMetadata
constructor
A new instance of OcrMetadata.
Constructor Details
#initialize ⇒ OcrMetadata
Returns a new instance of OcrMetadata.
1372 |
# File 'sig/types.rbs', line 1372
def initialize: (?language: String, ?psm: Integer, ?output_format: String, ?table_count: Integer, ?table_rows: Integer, ?table_cols: Integer) -> void
|
Instance Attribute Details
#language ⇒ String?
Returns the value of attribute language.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def language @language end |
#output_format ⇒ String?
Returns the value of attribute output_format.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def output_format @output_format end |
#psm ⇒ Integer?
Returns the value of attribute psm.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def psm @psm end |
#table_cols ⇒ Integer?
Returns the value of attribute table_cols.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def table_cols @table_cols end |
#table_count ⇒ Integer?
Returns the value of attribute table_count.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def table_count @table_count end |
#table_rows ⇒ Integer?
Returns the value of attribute table_rows.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def table_rows @table_rows end |