Class: Google::Cloud::Dialogflow::CX::V3::InputAudioConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::InputAudioConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb
Overview
Instructs the speech recognizer on how to process the audio content.
Instance Attribute Summary collapse
-
#audio_encoding ⇒ ::Google::Cloud::Dialogflow::CX::V3::AudioEncoding
Required.
-
#barge_in_config ⇒ ::Google::Cloud::Dialogflow::CX::V3::BargeInConfig
Configuration of barge-in behavior during the streaming of input audio.
-
#enable_word_info ⇒ ::Boolean
Optional.
-
#model ⇒ ::String
Optional.
-
#model_variant ⇒ ::Google::Cloud::Dialogflow::CX::V3::SpeechModelVariant
Optional.
-
#opt_out_conformer_model_migration ⇒ ::Boolean
If
true
, the request will opt out for STT conformer model migration. -
#phrase_hints ⇒ ::Array<::String>
Optional.
-
#sample_rate_hertz ⇒ ::Integer
Sample rate (in Hertz) of the audio content sent in the query.
-
#single_utterance ⇒ ::Boolean
Optional.
Instance Attribute Details
#audio_encoding ⇒ ::Google::Cloud::Dialogflow::CX::V3::AudioEncoding
Returns Required. Audio encoding of the audio content to process.
145 146 147 148 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 145 class InputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#barge_in_config ⇒ ::Google::Cloud::Dialogflow::CX::V3::BargeInConfig
Returns Configuration of barge-in behavior during the streaming of input audio.
145 146 147 148 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 145 class InputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_word_info ⇒ ::Boolean
Returns Optional. If true
, Dialogflow returns
SpeechWordInfo in
StreamingRecognitionResult
with information about the recognized speech words, e.g. start and end time
offsets. If false or unspecified, Speech doesn't return any word-level
information.
145 146 147 148 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 145 class InputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model ⇒ ::String
Returns Optional. Which Speech model to select for the given request. For more information, see Speech models.
145 146 147 148 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 145 class InputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_variant ⇒ ::Google::Cloud::Dialogflow::CX::V3::SpeechModelVariant
Returns Optional. Which variant of the [Speech model][google.cloud.dialogflow.cx.v3.InputAudioConfig.model] to use.
145 146 147 148 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 145 class InputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#opt_out_conformer_model_migration ⇒ ::Boolean
Returns If true
, the request will opt out for STT conformer model migration.
This field will be deprecated once force migration takes place in June
- Please refer to Dialogflow CX Speech model migration.
145 146 147 148 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 145 class InputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phrase_hints ⇒ ::Array<::String>
Returns Optional. A list of strings containing words and phrases that the speech recognizer should recognize with higher likelihood.
See the Cloud Speech documentation for more details.
145 146 147 148 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 145 class InputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sample_rate_hertz ⇒ ::Integer
Returns Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.
145 146 147 148 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 145 class InputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#single_utterance ⇒ ::Boolean
Returns Optional. If false
(default), recognition does not cease until the
client closes the stream.
If true
, the recognizer will detect a single spoken utterance in input
audio. Recognition ceases when it detects the audio's voice has
stopped or paused. In this case, once a detected intent is received, the
client should close the stream and start a new request with a new stream as
needed.
Note: This setting is relevant only for streaming methods.
145 146 147 148 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/audio_config.rb', line 145 class InputAudioConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |