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.



151
152
153
154
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 151

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

#mime_type::String

Returns Mimetype of the input. If the input is a raw document, the supported mimetypes are application/pdf, image/tiff, and image/gif. If the input is a [Document] proto, the type should be application/json.

Returns:

  • (::String)

    Mimetype of the input. If the input is a raw document, the supported mimetypes are application/pdf, image/tiff, and image/gif. If the input is a [Document] proto, the type should be application/json.



151
152
153
154
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 151

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