Class: Google::Cloud::TextToSpeech::V1::MultiSpeakerVoiceConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb

Overview

Configuration for a multi-speaker text-to-speech setup. Enables the use of up to two distinct voices in a single synthesis request.

Instance Attribute Summary collapse

Instance Attribute Details

#speaker_voice_configs::Array<::Google::Cloud::TextToSpeech::V1::MultispeakerPrebuiltVoice>

Returns Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.

Returns:



205
206
207
208
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 205

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