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

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

Deprecated.

This message is deprecated and may be removed in the next major version update.

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.



251
252
253
254
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 251

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:



251
252
253
254
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 251

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