Class: Google::Cloud::DocumentAI::V1beta3::ProcessOptions::IndividualPageSelector

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#pages::Array<::Integer>

Returns Optional. Indices of the pages (starting from 1).

Returns:

  • (::Array<::Integer>)

    Optional. Indices of the pages (starting from 1).



54
55
56
57
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 54

class IndividualPageSelector
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end