List of images bytes or gcs uris of the generated images.
| JSON representation |
|---|
{
"images": [
{
object ( |
Image
mimeTypestring
The MIME type of the content of the image. Only the images in below listed MIME types are supported. - image/jpeg - image/gif - image/png - image/webp - image/bmp - image/tiff - image/vnd.microsoft.icon
promptstring
The rewritten prompt used for the image generation.
dataUnion type
The image bytes or Cloud Storage URI to make the prediction on.
data can be only one of the following:bytesBase64Encodedstring
Base64 encoded bytes string representing the image.
gcsUristring
raiFilteredReasonstring
The reason generated images get filtered.
contentTypestring
Input object content type
Semantic filter results. This will report to users when semantic filter is turned on in editConfig and used for image inpainting.
Safety attributes scores of the content.
| JSON representation |
|---|
{ "mimeType": string, "prompt": string, // data "bytesBase64Encoded": string, "gcsUri": string, "raiFilteredReason": string, "contentType": string // Union type "semanticFilterResponse": { object ( |