Class: Google::Cloud::Dialogflow::V2::InputAudioConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::InputAudioConfig
- Defined in:
- lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb
Overview
Instructs the speech recognizer how to process the audio content.
Instance Attribute Summary collapse
-
#audio_encoding ⇒ Google::Cloud::Dialogflow::V2::AudioEncoding
Required.
-
#language_code ⇒ String
Required.
-
#phrase_hints ⇒ Array<String>
Optional.
-
#sample_rate_hertz ⇒ Integer
Required.
Instance Attribute Details
#audio_encoding ⇒ Google::Cloud::Dialogflow::V2::AudioEncoding
358 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 358 class InputAudioConfig; end |
#language_code ⇒ String
358 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 358 class InputAudioConfig; end |
#phrase_hints ⇒ Array<String>
358 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 358 class InputAudioConfig; end |
#sample_rate_hertz ⇒ Integer
358 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 358 class InputAudioConfig; end |