Class: Phaseo::Gen::Image
- Inherits:
-
Struct
- Object
- Struct
- Phaseo::Gen::Image
- Defined in:
- lib/gen/models.rb
Instance Attribute Summary collapse
Instance Attribute Details
#b64_json ⇒ String?
1080 |
# File 'lib/gen/models.rb', line 1080 Image = Struct.new(:b64_json, :revised_prompt, :url, keyword_init: true) |
#revised_prompt ⇒ String?
1080 |
# File 'lib/gen/models.rb', line 1080 Image = Struct.new(:b64_json, :revised_prompt, :url, keyword_init: true) |
#url ⇒ String?
1080 |
# File 'lib/gen/models.rb', line 1080 Image = Struct.new(:b64_json, :revised_prompt, :url, keyword_init: true) |