images_fech_set {oaii}R Documentation

Fetch image set from response content

Description

To get more details, visit https://platform.openai.com/docs/api-reference/images/create https://platform.openai.com/docs/api-reference/images/edits

Usage

images_fech_set(res_content, prompt = NULL, size = NULL)

Arguments

res_content

response object returned by images_generator_request or images_edit_request

prompt

NULL/string additional info put into the image set object

size

NULL/string additional info put into the image set object

Value

Image set as a list consisting of three elements: 'data', 'prompt' and 'size'


[Package oaii version 0.5.0 Index]