Class: Google::Cloud::Ces::V1beta::OutputAudioConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::OutputAudioConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/session_service.rb
Overview
OutputAudioConfig configures how the CES agent should synthesize outgoing audio responses.
Instance Attribute Summary collapse
-
#audio_encoding ⇒ ::Google::Cloud::Ces::V1beta::AudioEncoding
Required.
-
#sample_rate_hertz ⇒ ::Integer
Required.
Instance Attribute Details
#audio_encoding ⇒ ::Google::Cloud::Ces::V1beta::AudioEncoding
Returns Required. The encoding of the output audio data.
75 76 77 78 |
# File 'proto_docs/google/cloud/ces/v1beta/session_service.rb', line 75 class OutputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sample_rate_hertz ⇒ ::Integer
Returns Required. The sample rate (in Hertz) of the output audio data.
75 76 77 78 |
# File 'proto_docs/google/cloud/ces/v1beta/session_service.rb', line 75 class OutputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |