Class: Google::Cloud::DocumentAI::V1beta3::DocumentOutputConfig::GcsOutputConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/documentai/v1beta3/document_io.rb

Overview

The configuration used when outputting documents.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_uri::String

Returns The Cloud Storage uri (a directory) of the output.

Returns:

  • (::String)

    The Cloud Storage uri (a directory) of the output.



92
93
94
95
# File 'proto_docs/google/cloud/documentai/v1beta3/document_io.rb', line 92

class GcsOutputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end