Class: Google::Cloud::DocumentAI::V1beta3::ProcessOptions::IndividualPageSelector
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::ProcessOptions::IndividualPageSelector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb
Overview
A list of individual page numbers.
Instance Attribute Summary collapse
-
#pages ⇒ ::Array<::Integer>
Optional.
Instance Attribute Details
#pages ⇒ ::Array<::Integer>
Returns Optional. Indices of the pages (starting from 1).
89 90 91 92 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 89 class IndividualPageSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |