Package ai.extend.types
Interface ChunkMetadataPageRange.StartStage
-
- All Known Implementing Classes:
ChunkMetadataPageRange.Builder
- Enclosing class:
- ChunkMetadataPageRange
public static interface ChunkMetadataPageRange.StartStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChunkMetadataPageRange.Builderfrom(ChunkMetadataPageRange other)ChunkMetadataPageRange.EndStagestart(int start)The starting page number (inclusive).
-
-
-
Method Detail
-
start
ChunkMetadataPageRange.EndStage start(int start)
The starting page number (inclusive).
-
from
ChunkMetadataPageRange.Builder from(ChunkMetadataPageRange other)
-
-