Class: Google::Cloud::Speech::V2::CloudStorageResult

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

Final results written to Cloud Storage.

Instance Attribute Summary collapse

Instance Attribute Details

#uri::String

Returns The Cloud Storage URI to which recognition results were written.

Returns:

  • (::String)

    The Cloud Storage URI to which recognition results were written.



1063
1064
1065
1066
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1063

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