Class: Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchInputConfig

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

The message for input config in batch process.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_source::String

Returns The Cloud Storage location as the source of the document.

Returns:

  • (::String)

    The Cloud Storage location as the source of the document.



221
222
223
224
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 221

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

#mime_type::String

Returns An IANA published media type (MIME type) of the input. If the input is a raw document, refer to supported file types for the list of media types. If the input is a Document, the type should be application/json.

Returns:



221
222
223
224
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 221

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