Package ai.extend.types
Interface ChunkMetadata.PageRangeStage
-
- All Known Implementing Classes:
ChunkMetadata.Builder
- Enclosing class:
- ChunkMetadata
public static interface ChunkMetadata.PageRangeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChunkMetadata.Builderfrom(ChunkMetadata other)ChunkMetadata._FinalStagepageRange(ChunkMetadataPageRange pageRange)The page range this chunk covers.
-
-
-
Method Detail
-
pageRange
ChunkMetadata._FinalStage pageRange(@NotNull ChunkMetadataPageRange pageRange)
The page range this chunk covers. Often will just be a partial page, in which cases
startandendwill be the same.
-
from
ChunkMetadata.Builder from(ChunkMetadata other)
-
-