Prediction format for the Virtual Try On model.
List of images bytes or gcs uris of the generated images.
JSON representation |
---|
{
"images": [
{
object ( |
Image
The generated image and metadata.
mimeType
string
The MIME type of the content of the image. Only the images in the MIME types below are supported. - image/jpeg - image/png
data
Union type
The image bytes or Cloud Storage URI to make the prediction on.
data
can be only one of the following:bytesBase64Encoded
string
Base64 encoded bytes string representing the image.
gcsUri
string
The Cloud Storage URI of the image.
raiFilteredReason
string
The reason generated images get filtered.
JSON representation |
---|
{ "mimeType": string, // data "bytesBase64Encoded": string, "gcsUri": string, "raiFilteredReason": string // Union type } |