Class: LiterLlm::OcrImage

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOcrImage

Returns a new instance of OcrImage.

Parameters:

  • id: (String)
  • image_base64: (String)


499
# File 'sig/types.rbs', line 499

def initialize: (id: String, ?image_base64: String) -> void

Instance Attribute Details

#idString (readonly)

Returns the value of attribute id.

Returns:

  • (String)


496
497
498
# File 'sig/types.rbs', line 496

def id
  @id
end

#image_base64String (readonly)

Returns the value of attribute image_base64.

Returns:

  • (String)


497
498
499
# File 'sig/types.rbs', line 497

def image_base64
  @image_base64
end