Class: Xberg::OcrMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOcrMetadata

Returns a new instance of OcrMetadata.

Parameters:

  • language: (String)
  • psm: (Integer)
  • output_format: (String)
  • table_count: (Integer)
  • table_rows: (Integer)
  • table_cols: (Integer)


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

#languageString?

Returns the value of attribute language.

Returns:

  • (String, nil)


1365
1366
1367
# File 'sig/types.rbs', line 1365

def language
  @language
end

#output_formatString?

Returns the value of attribute output_format.

Returns:

  • (String, nil)


1367
1368
1369
# File 'sig/types.rbs', line 1367

def output_format
  @output_format
end

#psmInteger?

Returns the value of attribute psm.

Returns:

  • (Integer, nil)


1366
1367
1368
# File 'sig/types.rbs', line 1366

def psm
  @psm
end

#table_colsInteger?

Returns the value of attribute table_cols.

Returns:

  • (Integer, nil)


1370
1371
1372
# File 'sig/types.rbs', line 1370

def table_cols
  @table_cols
end

#table_countInteger?

Returns the value of attribute table_count.

Returns:

  • (Integer, nil)


1368
1369
1370
# File 'sig/types.rbs', line 1368

def table_count
  @table_count
end

#table_rowsInteger?

Returns the value of attribute table_rows.

Returns:

  • (Integer, nil)


1369
1370
1371
# File 'sig/types.rbs', line 1369

def table_rows
  @table_rows
end