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 document provides reference information for the `Chunk.Types.PageSpan` class within the Discovery Engine v1beta API, specifically for versions 1.0.0-beta17 and 1.0.0-beta18."],["`Chunk.Types.PageSpan` represents the page span of a chunk, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PageSpan` class has two constructors: a default `PageSpan()` constructor and a `PageSpan(Chunk.Types.PageSpan other)` constructor for creating a copy."],["It includes properties `PageEnd` and `PageStart`, both of type `int`, which denote the ending and starting pages of a specific chunk, respectively."],["The class is found in the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is part of the `Google.Cloud.DiscoveryEngine.V1Beta.dll` assembly."]]],[]]