ChunkingOptions.OverlapSize
ChunkingOptions.OverlapSize property
Gets or sets the number of tokens to overlap between consecutive chunks.
public int OverlapSize { get; set; }
Property Value
The overlap size in tokens. Must be non-negative and less than MaxChunkSize. Default is DefaultOverlapSize.
Exceptions
| exception | condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when the value is negative. |
See Also
- class ChunkingOptions
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF