Uses of Class
com.google.genai.types.GroundingChunk
Packages that use GroundingChunk
-
Uses of GroundingChunk in com.google.genai.types
Methods in com.google.genai.types that return GroundingChunkModifier and TypeMethodDescriptionabstract GroundingChunkGroundingChunk.Builder.build()static GroundingChunkDeserializes a JSON string to a GroundingChunk object.Methods in com.google.genai.types that return types with arguments of type GroundingChunkModifier and TypeMethodDescriptionabstract Optional<List<GroundingChunk>>GroundingMetadata.groundingChunks()List of supporting references retrieved from specified grounding source.Methods in com.google.genai.types with parameters of type GroundingChunkModifier and TypeMethodDescriptionGroundingMetadata.Builder.groundingChunks(GroundingChunk... groundingChunks) Setter for groundingChunks.Method parameters in com.google.genai.types with type arguments of type GroundingChunkModifier and TypeMethodDescriptionabstract GroundingMetadata.BuilderGroundingMetadata.Builder.groundingChunks(List<GroundingChunk> groundingChunks) Setter for groundingChunks.