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.GroundingSupport.Builder.confidenceScores(Float... confidenceScores) Setter for confidenceScores.abstract GroundingSupport.BuilderGroundingSupport.Builder.confidenceScores(List<Float> confidenceScores) Setter for confidenceScores.GroundingSupport.Builder.groundingChunkIndices(Integer... groundingChunkIndices) Setter for groundingChunkIndices.abstract GroundingSupport.BuilderGroundingSupport.Builder.groundingChunkIndices(List<Integer> groundingChunkIndices) Setter for groundingChunkIndices.abstract GroundingSupport.BuilderSetter for segment.GroundingSupport.Builder.segment(Segment.Builder segmentBuilder) Setter for segment builder.abstract GroundingSupport.BuilderGroundingSupport.toBuilder()Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type GroundingSupport.BuilderModifier and TypeMethodDescriptionGroundingMetadata.Builder.groundingSupports(GroundingSupport.Builder... groundingSupportsBuilders) Setter for groundingSupports builder.