Class: Google::Cloud::DocumentAI::V1beta3::FetchProcessorTypesResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The list of processor types.

Returns:



341
342
343
344
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 341

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