Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::OutputAudioConfig.
Instructs the speech synthesizer on how to generate the output audio content. If this audio config is supplied in a request, it overrides all existing text-to-speech settings applied to the agent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#audio_encoding
def audio_encoding() -> ::Google::Cloud::Dialogflow::V2::OutputAudioEncoding
Returns
- (::Google::Cloud::Dialogflow::V2::OutputAudioEncoding) — Required. Audio encoding of the synthesized audio content.
#audio_encoding=
def audio_encoding=(value) -> ::Google::Cloud::Dialogflow::V2::OutputAudioEncoding
Parameter
- value (::Google::Cloud::Dialogflow::V2::OutputAudioEncoding) — Required. Audio encoding of the synthesized audio content.
Returns
- (::Google::Cloud::Dialogflow::V2::OutputAudioEncoding) — Required. Audio encoding of the synthesized audio content.
#sample_rate_hertz
def sample_rate_hertz() -> ::Integer
Returns
- (::Integer) — The synthesis sample rate (in hertz) for this audio. If not provided, then the synthesizer will use the default sample rate based on the audio encoding. If this is different from the voice's natural sample rate, then the synthesizer will honor this request by converting to the desired sample rate (which might result in worse audio quality).
#sample_rate_hertz=
def sample_rate_hertz=(value) -> ::Integer
Parameter
- value (::Integer) — The synthesis sample rate (in hertz) for this audio. If not provided, then the synthesizer will use the default sample rate based on the audio encoding. If this is different from the voice's natural sample rate, then the synthesizer will honor this request by converting to the desired sample rate (which might result in worse audio quality).
Returns
- (::Integer) — The synthesis sample rate (in hertz) for this audio. If not provided, then the synthesizer will use the default sample rate based on the audio encoding. If this is different from the voice's natural sample rate, then the synthesizer will honor this request by converting to the desired sample rate (which might result in worse audio quality).
#synthesize_speech_config
def synthesize_speech_config() -> ::Google::Cloud::Dialogflow::V2::SynthesizeSpeechConfig
Returns
- (::Google::Cloud::Dialogflow::V2::SynthesizeSpeechConfig) — Configuration of how speech should be synthesized.
#synthesize_speech_config=
def synthesize_speech_config=(value) -> ::Google::Cloud::Dialogflow::V2::SynthesizeSpeechConfig
Parameter
- value (::Google::Cloud::Dialogflow::V2::SynthesizeSpeechConfig) — Configuration of how speech should be synthesized.
Returns
- (::Google::Cloud::Dialogflow::V2::SynthesizeSpeechConfig) — Configuration of how speech should be synthesized.