Class: Google::Cloud::Speech::V2::GcsOutputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::GcsOutputConfig
- 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
-
#uri ⇒ ::String
The Cloud Storage URI prefix with which recognition results will be written.
Instance Attribute Details
#uri ⇒ ::String
Returns The Cloud Storage URI prefix with which recognition results will be written.
943 944 945 946 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 943 class GcsOutputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |