Class: Google::Cloud::DocumentAI::V1beta3::ListProcessorsResponse

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

Response message for the ListProcessors method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Points to the next processor, otherwise empty.

Returns:

  • (::String)

    Points to the next processor, otherwise empty.



409
410
411
412
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 409

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

#processors::Array<::Google::Cloud::DocumentAI::V1beta3::Processor>

Returns The list of processors.

Returns:



409
410
411
412
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 409

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