Class: Google::Cloud::Ces::V1::OutputAudioConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::OutputAudioConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/session_service.rb
Overview
OutputAudioConfig configures how the CES agent should synthesize outgoing audio responses.
Instance Attribute Summary collapse
-
#audio_encoding ⇒ ::Google::Cloud::Ces::V1::AudioEncoding
Required.
-
#sample_rate_hertz ⇒ ::Integer
Required.
Instance Attribute Details
#audio_encoding ⇒ ::Google::Cloud::Ces::V1::AudioEncoding
Returns Required. The encoding of the output audio data.
49 50 51 52 |
# File 'proto_docs/google/cloud/ces/v1/session_service.rb', line 49 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.
49 50 51 52 |
# File 'proto_docs/google/cloud/ces/v1/session_service.rb', line 49 class OutputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |