RagChunk Stay organized with collections Save and categorize content based on your preferences.
A RagChunk includes the content of a chunk of a RagFile, and associated metadata.
textstringThe content of the chunk.
pageSpanobject (PageSpan)If populated, represents where the chunk starts and ends in the document.
| JSON representation |
|---|
{"text":string,"pageSpan":{object ( |
PageSpan
Represents where the chunk starts and ends in the document.
firstPageintegerPage where chunk starts in the document. Inclusive. 1-indexed.
lastPageintegerPage where chunk ends in the document. Inclusive. 1-indexed.
| JSON representation |
|---|
{"firstPage":integer,"lastPage":integer} |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-27 UTC.