Uses of Class
com.google.genai.types.RagChunkPageSpan
Packages that use RagChunkPageSpan
- 
Uses of RagChunkPageSpan in com.google.genai.typesMethods in com.google.genai.types that return RagChunkPageSpanModifier and TypeMethodDescriptionabstract RagChunkPageSpanRagChunkPageSpan.Builder.build()static RagChunkPageSpanDeserializes a JSON string to a RagChunkPageSpan object.Methods in com.google.genai.types that return types with arguments of type RagChunkPageSpanModifier and TypeMethodDescriptionabstract Optional<RagChunkPageSpan>RagChunk.pageSpan()If populated, represents where the chunk starts and ends in the document.Methods in com.google.genai.types with parameters of type RagChunkPageSpanModifier and TypeMethodDescriptionabstract RagChunk.BuilderRagChunk.Builder.pageSpan(RagChunkPageSpan pageSpan) Setter for pageSpan.