images_fech_set: Fetch image set from response content

View source: R/api_images.R

images_fech_setR 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'


oaii documentation built on May 29, 2024, 5:25 a.m.

Related to images_fech_set in oaii...