Class: Google::Cloud::Dialogflow::V2::InputAudioConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/audio_config.rb

Overview

Instructs the speech recognizer how to process the audio content.

Instance Attribute Summary collapse

Instance Attribute Details

#audio_encodingGoogle::Cloud::Dialogflow::V2::AudioEncoding

Returns Required. Audio encoding of the audio content to process.

Returns:



154
155
156
157
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 154

class InputAudioConfig
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#enable_word_infoBoolean

Returns 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.

Returns:

  • (Boolean)

    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.



154
155
156
157
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 154

class InputAudioConfig
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#language_codeString

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.

Returns:

  • (String)

    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.



154
155
156
157
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 154

class InputAudioConfig
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#modelString

Returns Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details.

Returns:

  • (String)

    Which Speech model to select for the given request. Select the model best suited to your domain to get best results. If a model is not explicitly specified, then we auto-select a model based on the parameters in the InputAudioConfig. If enhanced speech model is enabled for the agent and an enhanced version of the specified model for the language does not exist, then the speech is recognized using the standard version of the specified model. Refer to Cloud Speech API documentation for more details.



154
155
156
157
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 154

class InputAudioConfig
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#model_variantGoogle::Cloud::Dialogflow::V2::SpeechModelVariant

Returns Which variant of the [Speech model][google.cloud.dialogflow.v2.InputAudioConfig.model] to use.

Returns:



154
155
156
157
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 154

class InputAudioConfig
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#phrase_hintsArray<String>

Returns 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.

This field is deprecated. Please use speech_contexts instead. If you specify both phrase_hints and speech_contexts, Dialogflow will treat the phrase_hints as a single additional SpeechContext.

Returns:



154
155
156
157
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 154

class InputAudioConfig
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#sample_rate_hertzInteger

Returns Required. Sample rate (in Hertz) of the audio content sent in the query. Refer to Cloud Speech API documentation for more details.

Returns:



154
155
156
157
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 154

class InputAudioConfig
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#single_utteranceBoolean

Returns 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. Note: When specified, InputAudioConfig.single_utterance takes precedence over StreamingDetectIntentRequest.single_utterance.

Returns:

  • (Boolean)

    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. Note: When specified, InputAudioConfig.single_utterance takes precedence over StreamingDetectIntentRequest.single_utterance.



154
155
156
157
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 154

class InputAudioConfig
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end

#speech_contextsArray<Google::Cloud::Dialogflow::V2::SpeechContext>

Returns Context information to assist speech recognition.

See the Cloud Speech documentation for more details.

Returns:



154
155
156
157
# File 'proto_docs/google/cloud/dialogflow/v2/audio_config.rb', line 154

class InputAudioConfig
  include Google::Protobuf::MessageExts
  extend Google::Protobuf::MessageExts::ClassMethods
end