Class: Google::Cloud::AutoML::V1beta1::DocumentInputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1beta1::DocumentInputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1beta1/io.rb
Overview
Input configuration of a Document.
Instance Attribute Summary collapse
-
#gcs_source ⇒ ::Google::Cloud::AutoML::V1beta1::GcsSource
The Google Cloud Storage location of the document file.
Instance Attribute Details
#gcs_source ⇒ ::Google::Cloud::AutoML::V1beta1::GcsSource
Returns The Google Cloud Storage location of the document file. Only a single path should be given. Max supported size: 512MB. Supported extensions: .PDF.
644 645 646 647 |
# File 'proto_docs/google/cloud/automl/v1beta1/io.rb', line 644 class DocumentInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |