Uses of Class
com.google.genai.gaos.models.interactions.ImageResponseFormatAspectRatio
Packages that use ImageResponseFormatAspectRatio
-
Uses of ImageResponseFormatAspectRatio in com.google.genai.gaos.models.interactions
Fields in com.google.genai.gaos.models.interactions declared as ImageResponseFormatAspectRatioModifier and TypeFieldDescriptionstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.EIGHTEENstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.EIGHTY_ONEstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.ELEVENstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.FIFTY_FOURstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.FORTY_FIVEstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.FORTY_ONEstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.FORTY_THREEstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.FOURTEENstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.NINE_HUNDRED_AND_SIXTEENstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.ONE_HUNDRED_AND_SIXTY_NINEstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.THIRTY_FOURstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.THIRTY_TWOstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.TWENTY_THREEstatic final ImageResponseFormatAspectRatioImageResponseFormatAspectRatio.TWO_HUNDRED_AND_NINETEENMethods in com.google.genai.gaos.models.interactions that return ImageResponseFormatAspectRatioModifier and TypeMethodDescriptionReturns a ImageResponseFormatAspectRatio with the given value.static ImageResponseFormatAspectRatio[]ImageResponseFormatAspectRatio.values()Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ImageResponseFormatAspectRatioModifier and TypeMethodDescriptionImageResponseFormat.aspectRatio()The aspect ratio for the image output.Methods in com.google.genai.gaos.models.interactions with parameters of type ImageResponseFormatAspectRatioModifier and TypeMethodDescriptionImageResponseFormat.Builder.aspectRatio(ImageResponseFormatAspectRatio aspectRatio) The aspect ratio for the image output.ImageResponseFormat.withAspectRatio(ImageResponseFormatAspectRatio aspectRatio) The aspect ratio for the image output.Constructors in com.google.genai.gaos.models.interactions with parameters of type ImageResponseFormatAspectRatioModifierConstructorDescriptionImageResponseFormat(ImageResponseFormatAspectRatio aspectRatio, ImageResponseFormatDelivery delivery, ImageResponseFormatImageSize imageSize, ImageResponseFormatMimeType mimeType)