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 document provides reference information for the `Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan` class in the Cloud Document AI v1beta3 API."],["The `ChunkPageSpan` class is used to define the start and end points of a chunk within a document."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ChunkPageSpan` class includes properties `PageEnd` and `PageStart`, which are integers representing the page numbers where a chunk begins and ends within the document."],["The class is available in the namespace `Google.Cloud.DocumentAI.V1Beta3`, within the Google.Cloud.DocumentAI.V1Beta3.dll assembly."]]],[]]