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.
mimeTypestring
The MIME type of the content of the image. Only the images in the MIME types below are supported. - image/jpeg - image/png
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
The Cloud Storage URI of the image.
raiFilteredReasonstring
The reason generated images get filtered.
| JSON representation |
|---|
{ "mimeType": string, // data "bytesBase64Encoded": string, "gcsUri": string, "raiFilteredReason": string // Union type } |