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 documentation is for the `Document.Types.ChunkedDocument.Types.Chunk.Types.ChunkPageSpan` class within the Google Cloud Document AI v1beta3 API."],["The `ChunkPageSpan` class represents the starting and ending points of a chunk within a document."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class provides two constructors, `ChunkPageSpan()` and `ChunkPageSpan(ChunkPageSpan other)`, which enables users to create a new object or a deep copy of an existing one."],["The class contains two main properties: `PageStart` and `PageEnd`, which are integers indicating the start and end page numbers of a chunk in the document."]]],[]]