struct OpenAI::ImageRespData

Included Modules

Extended Modules

Defined in:

openai/api/image.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String | Nil, b64_json : String | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def b64_json : String | Nil #

def clone #

[View source]
def copy_with(url _url = @url, b64_json _b64_json = @b64_json) #

[View source]
def url : String | Nil #