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
Returns Required. Audio encoding of the audio content to process.
368 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 368 class InputAudioConfig; end |
#language_code ⇒ String
Returns Required. The language of the supplied audio. Dialogflow does not do translations. See Language Support for a list of the currently supported language codes. Note that queries in the same session do not necessarily need to specify the same language.
368 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 368 class InputAudioConfig; end |
#phrase_hints ⇒ Array<String>
Returns Optional. The collection of phrase hints which are used to boost accuracy of speech recognition. Refer to Cloud Speech API documentation for more details.
368 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 368 class InputAudioConfig; end |
#sample_rate_hertz ⇒ Integer
Returns Required. Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
368 |
# File 'lib/google/cloud/dialogflow/v2/doc/google/cloud/dialogflow/v2/session.rb', line 368 class InputAudioConfig; end |