Class: Google::Cloud::DocumentAI::V1::ProcessOptions::IndividualPageSelector
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1::ProcessOptions::IndividualPageSelector
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1/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).
      80 81 82 83  | 
    
      # File 'proto_docs/google/cloud/documentai/v1/document_processor_service.rb', line 80 class IndividualPageSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |