Uses of Record Class
dev.langchain4j.model.googleai.GroundingMetadata.Segment
Packages that use GroundingMetadata.Segment
-
Uses of GroundingMetadata.Segment in dev.langchain4j.model.googleai
Methods in dev.langchain4j.model.googleai that return GroundingMetadata.SegmentModifier and TypeMethodDescriptionGroundingMetadata.GroundingSupport.segment()Returns the value of thesegmentrecord component.Constructors in dev.langchain4j.model.googleai with parameters of type GroundingMetadata.SegmentModifierConstructorDescriptionGroundingSupport(List<Integer> groundingChunkIndices, List<Double> confidenceScores, GroundingMetadata.Segment segment) Creates an instance of aGroundingSupportrecord class.