Class: Google::Cloud::DocumentAI::V1beta3::ListProcessorVersionsResponse

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 ListProcessorVersions 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.



476
477
478
479
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 476

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

#processor_versions::Array<::Google::Cloud::DocumentAI::V1beta3::ProcessorVersion>

Returns The list of processors.

Returns:



476
477
478
479
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 476

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