Class: LiterLlm::OcrImage
- Inherits:
-
Object
- Object
- LiterLlm::OcrImage
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#id ⇒ String
readonly
Returns the value of attribute id.
-
#image_base64 ⇒ String
readonly
Returns the value of attribute image_base64.
Instance Method Summary collapse
-
#initialize ⇒ OcrImage
constructor
A new instance of OcrImage.
Constructor Details
#initialize ⇒ OcrImage
Returns a new instance of OcrImage.
499 |
# File 'sig/types.rbs', line 499
def initialize: (id: String, ?image_base64: String) -> void
|
Instance Attribute Details
#id ⇒ String (readonly)
Returns the value of attribute id.
496 497 498 |
# File 'sig/types.rbs', line 496 def id @id end |
#image_base64 ⇒ String (readonly)
Returns the value of attribute image_base64.
497 498 499 |
# File 'sig/types.rbs', line 497 def image_base64 @image_base64 end |