Class: Google::Cloud::DocumentAI::V1beta3::BatchDocumentsInputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::BatchDocumentsInputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_io.rb
Overview
The common config to specify a set of documents used as input.
Instance Attribute Summary collapse
-
#gcs_documents ⇒ ::Google::Cloud::DocumentAI::V1beta3::GcsDocuments
The set of documents individually specified on Cloud Storage.
-
#gcs_prefix ⇒ ::Google::Cloud::DocumentAI::V1beta3::GcsPrefix
The set of documents that match the specified Cloud Storage [gcs_prefix].
Instance Attribute Details
#gcs_documents ⇒ ::Google::Cloud::DocumentAI::V1beta3::GcsDocuments
Returns The set of documents individually specified on Cloud Storage.
74 75 76 77 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 74 class BatchDocumentsInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcs_prefix ⇒ ::Google::Cloud::DocumentAI::V1beta3::GcsPrefix
Returns The set of documents that match the specified Cloud Storage [gcs_prefix].
74 75 76 77 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 74 class BatchDocumentsInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |