Uses of Class
com.google.genai.types.GroundingSupport.Builder
Packages that use GroundingSupport.Builder
-
Uses of GroundingSupport.Builder in com.google.genai.types
Methods in com.google.genai.types that return GroundingSupport.BuilderModifier and TypeMethodDescriptionstatic GroundingSupport.BuilderGroundingSupport.builder()Instantiates a builder for GroundingSupport.abstract GroundingSupport.BuilderGroundingSupport.Builder.confidenceScores(List<Float> confidenceScores) abstract GroundingSupport.BuilderGroundingSupport.Builder.groundingChunkIndices(List<Integer> groundingChunkIndices) abstract GroundingSupport.Builderabstract GroundingSupport.BuilderGroundingSupport.toBuilder()Creates a builder with the same values as this instance.