Class ImageResponseFormat.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.ImageResponseFormat.Builder
- Enclosing class:
- ImageResponseFormat
-
Method Summary
Modifier and TypeMethodDescriptionaspectRatio(ImageResponseFormatAspectRatio aspectRatio) The aspect ratio for the image output.build()delivery(ImageResponseFormatDelivery delivery) The delivery mode for the image output.imageSize(ImageResponseFormatImageSize imageSize) The size of the image output.mimeType(ImageResponseFormatMimeType mimeType) The MIME type of the image output.
-
Method Details
-
aspectRatio
public ImageResponseFormat.Builder aspectRatio(@Nullable ImageResponseFormatAspectRatio aspectRatio) The aspect ratio for the image output. -
delivery
The delivery mode for the image output. -
imageSize
The size of the image output. -
mimeType
The MIME type of the image output. -
build
-