Class: Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchInputConfig Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchInputConfig
- 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
-
#gcs_source ⇒ ::String
The Cloud Storage location as the source of the document.
-
#mime_type ⇒ ::String
An IANA published media type (MIME type) of the input.
Instance Attribute Details
#gcs_source ⇒ ::String
Returns The Cloud Storage location as the source of the document.
289 290 291 292 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 289 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
.
289 290 291 292 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 289 class BatchInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |