Uses of Class
com.google.genai.types.GroundingChunkImage
Packages that use GroundingChunkImage
-
Uses of GroundingChunkImage in com.google.genai.types
Methods in com.google.genai.types that return GroundingChunkImageModifier and TypeMethodDescriptionabstract GroundingChunkImageGroundingChunkImage.Builder.build()static GroundingChunkImageDeserializes a JSON string to a GroundingChunkImage object.Methods in com.google.genai.types that return types with arguments of type GroundingChunkImageModifier and TypeMethodDescriptionabstract Optional<GroundingChunkImage>GroundingChunk.image()A grounding chunk from an image search result.Methods in com.google.genai.types with parameters of type GroundingChunkImageModifier and TypeMethodDescriptionabstract GroundingChunk.BuilderGroundingChunk.Builder.image(GroundingChunkImage image) Setter for image.