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 v1beta 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-21 UTC."],[[["This documentation provides reference information for the `Chunk.Types.PageSpan` class, a part of the Discovery Engine v1beta API within the Google Cloud ecosystem."],["`Chunk.Types.PageSpan` represents the page span of a chunk and inherits from the `object` class, while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`PageSpan()`) and a copy constructor (`PageSpan(Chunk.Types.PageSpan other)`), which takes another `PageSpan` object as a parameter."],["The `PageSpan` class has two key properties: `PageEnd` which determines the final page of the chunk, and `PageStart` which indicates the initial page of the chunk, both of which are integers."],["The latest version of this class is 1.0.0-beta18, and an older version, 1.0.0-beta17, is also available for reference."]]],[]]