public sealed class DocumentPageRange : IMessage<DocumentPageRange>, IEquatable<DocumentPageRange>, IDeepCloneable<DocumentPageRange>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class DocumentPageRange.
[[["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."],[[["The `DocumentPageRange` class, part of the Cloud Document AI v1beta3 API, defines a range of pages within a document."],["This class has two constructors, one default and another that accepts an existing `DocumentPageRange` object for copying."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffer management."],["`DocumentPageRange` has two key properties, `Start` and `End`, which are integers representing the first and last page numbers in the range, respectively, using a one-based index."],["Three different versions of this `DocumentPageRange` class are available, with version `2.0.0-beta23` being the latest release."]]],[]]