Class: Google::Cloud::Ces::V1::InputAudioConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1::InputAudioConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1/session_service.rb
Overview
InputAudioConfig configures how the CES agent should interpret the incoming audio data.
Instance Attribute Summary collapse
-
#audio_encoding ⇒ ::Google::Cloud::Ces::V1::AudioEncoding
Required.
-
#noise_suppression_level ⇒ ::String
Optional.
-
#sample_rate_hertz ⇒ ::Integer
Required.
Instance Attribute Details
#audio_encoding ⇒ ::Google::Cloud::Ces::V1::AudioEncoding
Returns Required. The encoding of the input audio data.
36 37 38 39 |
# File 'proto_docs/google/cloud/ces/v1/session_service.rb', line 36 class InputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#noise_suppression_level ⇒ ::String
Returns Optional. Whether to enable noise suppression on the input audio. Available values are "low", "moderate", "high", "very_high".
36 37 38 39 |
# File 'proto_docs/google/cloud/ces/v1/session_service.rb', line 36 class InputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sample_rate_hertz ⇒ ::Integer
Returns Required. The sample rate (in Hertz) of the input audio data.
36 37 38 39 |
# File 'proto_docs/google/cloud/ces/v1/session_service.rb', line 36 class InputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |