Uses of Class
com.google.genai.gaos.models.interactions.ImageResponseFormat
Packages that use ImageResponseFormat
-
Uses of ImageResponseFormat in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return ImageResponseFormatModifier and TypeMethodDescriptionImageResponseFormat.Builder.build()ImageResponseFormat.withAspectRatio(ImageResponseFormatAspectRatio aspectRatio) The aspect ratio for the image output.ImageResponseFormat.withDelivery(ImageResponseFormatDelivery delivery) The delivery mode for the image output.ImageResponseFormat.withImageSize(ImageResponseFormatImageSize imageSize) The size of the image output.ImageResponseFormat.withMimeType(ImageResponseFormatMimeType mimeType) The MIME type of the image output.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ImageResponseFormatMethods in com.google.genai.gaos.models.interactions with parameters of type ImageResponseFormatModifier and TypeMethodDescriptionstatic ResponseFormatResponseFormat.of(ImageResponseFormat value)