Unreal OpenAI API 1.0.0
|
#include <ImageTypes.h>
Public Attributes | |
FString | B64_JSON |
FString | URL |
FString | Revised_Prompt |
Represents the url or the content of an image generated by the OpenAI API.
FString FImageObject::B64_JSON |
The base64 - encoded JSON of the generated image, if response_format is b64_json.
FString FImageObject::Revised_Prompt |
The prompt that was used to generate the image, if there was any revision to the prompt.
FString FImageObject::URL |
The URL of the generated image, if response_format is url (default).