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
permalink #gcs_documents ⇒ ::Google::Cloud::DocumentAI::V1beta3::GcsDocuments
Returns The set of documents individually specified on Cloud Storage.
Note: The following fields are mutually exclusive: gcs_documents
, gcs_prefix
. If a field in that set is populated, all other fields in the set will automatically be cleared.
85 86 87 88 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 85 class BatchDocumentsInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
permalink #gcs_prefix ⇒ ::Google::Cloud::DocumentAI::V1beta3::GcsPrefix
Returns The set of documents that match the specified Cloud Storage gcs_prefix
.
Note: The following fields are mutually exclusive: gcs_prefix
, gcs_documents
. If a field in that set is populated, all other fields in the set will automatically be cleared.
85 86 87 88 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 85 class BatchDocumentsInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |