Uses of Class
com.google.genai.gaos.models.interactions.ImageContent
Packages that use ImageContent
-
Uses of ImageContent in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return ImageContentModifier and TypeMethodDescriptionImageContent.Builder.build()The image content.ImageContent.withMimeType(ImageContentMimeType mimeType) The mime type of the image.ImageContent.withResolution(MediaResolution resolution) The URI of the image.Methods in com.google.genai.gaos.models.interactions that return types with arguments of type ImageContentMethods in com.google.genai.gaos.models.interactions with parameters of type ImageContentModifier and TypeMethodDescriptionInteraction.Builder.outputImage(ImageContent outputImage) An image content block.Interaction.withOutputImage(ImageContent outputImage) An image content block.Constructors in com.google.genai.gaos.models.interactions with parameters of type ImageContentModifierConstructorDescriptionInteraction(AgentOption agent, InteractionAgentConfig agentConfig, String created, InteractionEnvironment environment, String environmentId, List<Error> errors, GenerationConfig generationConfig, String id, InteractionsInput input, Map<String, String> labels, Model model, AudioContent outputAudio, ImageContent outputImage, String outputText, VideoContent outputVideo, String previousInteractionId, InteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, InteractionStatus status, List<Step> steps, String systemInstruction, List<Tool> tools, String updated, Usage usage, WebhookConfig webhookConfig)