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)


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

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

Instance Attribute Details

#idString (readonly)

Returns the value of attribute id.

Returns:

  • (String)


625
626
627
# File 'sig/types.rbs', line 625

def id
  @id
end

#image_base64String? (readonly)

Returns the value of attribute image_base64.

Returns:

  • (String, nil)


626
627
628
# File 'sig/types.rbs', line 626

def image_base64
  @image_base64
end