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 implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DocumentPageRange` includes two constructors: a default constructor and one that copies data from another `DocumentPageRange` object."],["It has two properties, `Start` and `End`, which represent the first and last page numbers (one-based index) of the desired range, respectively."],["The latest version available is `2.0.0-beta23`, with previous versions including `2.0.0-beta22` and `1.0.0-beta04`."]]],[]]