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.
509 |
# File 'sig/types.rbs', line 509
def initialize: (id: String, ?image_base64: String) -> void
|
Instance Attribute Details
#id ⇒ String (readonly)
Returns the value of attribute id.
506 507 508 |
# File 'sig/types.rbs', line 506 def id @id end |
#image_base64 ⇒ String? (readonly)
Returns the value of attribute image_base64.
507 508 509 |
# File 'sig/types.rbs', line 507 def image_base64 @image_base64 end |