Class: Google::Cloud::TextToSpeech::V1beta1::MultiSpeakerVoiceConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/texttospeech/v1beta1/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::V1beta1::MultispeakerPrebuiltVoice>

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

Returns:



223
224
225
226
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 223

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