Class: Google::Cloud::Speech::V2::GcsOutputConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v2/cloud_speech.rb

Overview

Output configurations for Cloud Storage.

Instance Attribute Summary collapse

Instance Attribute Details

#uri::String

Returns The Cloud Storage URI prefix with which recognition results will be written.

Returns:

  • (::String)

    The Cloud Storage URI prefix with which recognition results will be written.



993
994
995
996
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 993

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