Class: Google::Cloud::DocumentAI::V1beta3::DocumentOutputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DocumentAI::V1beta3::DocumentOutputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/documentai/v1beta3/document_io.rb
Overview
Config that controls the output of documents. All documents will be written as a JSON file.
Defined Under Namespace
Classes: GcsOutputConfig
Instance Attribute Summary collapse
-
#gcs_output_config ⇒ ::Google::Cloud::DocumentAI::V1beta3::DocumentOutputConfig::GcsOutputConfig
Output config to write the results to Cloud Storage.
Instance Attribute Details
#gcs_output_config ⇒ ::Google::Cloud::DocumentAI::V1beta3::DocumentOutputConfig::GcsOutputConfig
Returns Output config to write the results to Cloud Storage.
84 85 86 87 88 89 90 91 92 93 94 95 96 |
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 84 class DocumentOutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The configuration used when outputting documents. # @!attribute [rw] gcs_uri # @return [::String] # The Cloud Storage uri (a directory) of the output. class GcsOutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |