public sealed class Chunk.Types.PageSpan : IMessage<Chunk.Types.PageSpan>, IEquatable<Chunk.Types.PageSpan>, IDeepCloneable<Chunk.Types.PageSpan>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class Chunk.Types.PageSpan.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["This document provides reference documentation for the `Chunk.Types.PageSpan` class within the Discovery Engine v1 API, specifically for version 1.3.0."],["The `Chunk.Types.PageSpan` class represents the page span of a chunk and inherits from the `object` class while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, a default `PageSpan()` and another `PageSpan(Chunk.Types.PageSpan other)`, which accepts a `Chunk.Types.PageSpan` object."],["The `PageSpan` class includes properties `PageEnd` and `PageStart`, both of type `int`, to define the end and start page numbers of the chunk."],["There are multiple versions of the documentation, and 1.6.0 is the latest."]]],[]]