Class: Google::Cloud::DocumentAI::V1beta3::ListProcessorTypesResponse

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 ListProcessorTypes method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Points to the next page, otherwise empty.

Returns:

  • (::String)

    Points to the next page, otherwise empty.



376
377
378
379
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 376

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

#processor_types::Array<::Google::Cloud::DocumentAI::V1beta3::ProcessorType>

Returns The processor types.

Returns:



376
377
378
379
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 376

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