public sealed class Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan : IMessage<Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan>, IEquatable<Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan>, IDeepCloneable<Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan.
Represents where the chunk starts and ends in the document.
[[["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-24 UTC."],[[["This page provides reference documentation for the `Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan` class in the Cloud Document AI v1beta3 API, specifically within the .NET library."],["The `ChunkPageSpan` class is used to define the start and end points of a chunk within a document, representing where it begins and ends across pages."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Protobuf message structure and its ability to be cloned and compared."],["The class includes two properties, `PageStart` and `PageEnd`, which are both integers that represent the page numbers where a chunk begins and ends, respectively."],["The document also offers API versioning, with links provided for the latest version `2.0.0-beta23`, along with previous versions `2.0.0-beta22` and `1.0.0-beta04`, showing the evolution of the API class."]]],[]]