Reference documentation and code samples for the Cloud AutoML V1 API class Google::Cloud::AutoML::V1::DocumentInputConfig.
Input configuration of a Document.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_source
def gcs_source() -> ::Google::Cloud::AutoML::V1::GcsSource
Returns
-
(::Google::Cloud::AutoML::V1::GcsSource) — The Google Cloud Storage location of the document file. Only a single path
should be given.
Max supported size: 512MB.
Supported extensions: .PDF.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::AutoML::V1::GcsSource
Parameter
-
value (::Google::Cloud::AutoML::V1::GcsSource) — The Google Cloud Storage location of the document file. Only a single path
should be given.
Max supported size: 512MB.
Supported extensions: .PDF.
Returns
-
(::Google::Cloud::AutoML::V1::GcsSource) — The Google Cloud Storage location of the document file. Only a single path
should be given.
Max supported size: 512MB.
Supported extensions: .PDF.