public sealed class ProcessOptions.Types.IndividualPageSelector : IMessage<ProcessOptions.Types.IndividualPageSelector>, IEquatable<ProcessOptions.Types.IndividualPageSelector>, IDeepCloneable<ProcessOptions.Types.IndividualPageSelector>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class ProcessOptions.Types.IndividualPageSelector.
[[["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 reference documentation for the `ProcessOptions.Types.IndividualPageSelector` class within the Google Cloud Document AI v1 API, spanning multiple versions from 1.0.0 to the latest 3.19.0."],["The `IndividualPageSelector` class is used to specify a list of individual page numbers for processing in the Document AI API."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and efficient buffer handling."],["The class includes a `Pages` property, which is a `RepeatedField` of integers, representing the indices of the pages to be processed, starting from 1."],["The page has a constructor to create new instances of the class, and a version that creates a new instance from an existing `ProcessOptions.Types.IndividualPageSelector`."]]],[]]