Class: Google::Cloud::TextToSpeech::V1beta1::VoiceCloneParams

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

The configuration of Voice Clone feature.

Instance Attribute Summary collapse

Instance Attribute Details

#voice_cloning_key::String

Returns Required. Created by GenerateVoiceCloningKey.

Returns:

  • (::String)

    Required. Created by GenerateVoiceCloningKey.



330
331
332
333
# File 'proto_docs/google/cloud/texttospeech/v1beta1/cloud_tts.rb', line 330

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