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 v1 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-21 UTC."],[[["This webpage provides documentation for the `ChunkPageSpan` class within the Google Cloud Document AI v1 API, specifically for .NET development, covering versions from 1.0.0 up to the latest 3.19.0."],["The `ChunkPageSpan` class is used to define the start and end points of a chunk within a document, as represented by page numbers, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation includes information about the inheritance, implementation details, namespace (`Google.Cloud.DocumentAI.V1`), assembly, constructors, and properties (`PageEnd` and `PageStart`) of the `ChunkPageSpan` class."],["The `PageStart` and `PageEnd` properties of the `ChunkPageSpan` class are integers, defining the respective start and end page numbers of a given document chunk."]]],[]]