Unreal OpenAI API 1.0.0
Public Attributes | List of all members
FImageObject Struct Reference

#include <ImageTypes.h>

Public Attributes

FString B64_JSON
 
FString URL
 
FString Revised_Prompt
 

Detailed Description

Represents the url or the content of an image generated by the OpenAI API.

Member Data Documentation

◆ B64_JSON

FString FImageObject::B64_JSON

The base64 - encoded JSON of the generated image, if response_format is b64_json.

◆ Revised_Prompt

FString FImageObject::Revised_Prompt

The prompt that was used to generate the image, if there was any revision to the prompt.

◆ URL

FString FImageObject::URL

The URL of the generated image, if response_format is url (default).


The documentation for this struct was generated from the following file: