Class: Google::Cloud::Dialogflow::V2::TextToSpeechSettings

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

Overview

Instructs the speech synthesizer on how to generate the output audio content.

Defined Under Namespace

Classes: SynthesizeSpeechConfigsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#enable_text_to_speech::Boolean



122
123
124
125
126
127
128
129
130
131
132
133
134
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 122

class TextToSpeechSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Dialogflow::V2::SynthesizeSpeechConfig]
  class SynthesizeSpeechConfigsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#output_audio_encoding::Google::Cloud::Dialogflow::V2::OutputAudioEncoding



122
123
124
125
126
127
128
129
130
131
132
133
134
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 122

class TextToSpeechSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Dialogflow::V2::SynthesizeSpeechConfig]
  class SynthesizeSpeechConfigsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#sample_rate_hertz::Integer



122
123
124
125
126
127
128
129
130
131
132
133
134
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 122

class TextToSpeechSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Dialogflow::V2::SynthesizeSpeechConfig]
  class SynthesizeSpeechConfigsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#synthesize_speech_configs::Google::Protobuf::Map{::String => ::Google::Cloud::Dialogflow::V2::SynthesizeSpeechConfig}



122
123
124
125
126
127
128
129
130
131
132
133
134
# File 'proto_docs/google/cloud/dialogflow/v2/environment.rb', line 122

class TextToSpeechSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Dialogflow::V2::SynthesizeSpeechConfig]
  class SynthesizeSpeechConfigsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end