Class: Google::Cloud::DocumentAI::V1beta3::BatchProcessRequest::BatchInputConfig
- 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
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
Mimetype of the input.
Instance Attribute Details
#gcs_source ⇒ ::String
Returns The Cloud Storage location as the source of the document.
137 138 139 140 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 137 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.
137 138 139 140 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_processor_service.rb', line 137 class BatchInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |