Learn R Programming

oaii (version 0.5.0)

images_fech_set: 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)

Value

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

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