Class: Google::Cloud::TextToSpeech::V1::VoiceCloneParams
- Inherits:
-
Object
- Object
- Google::Cloud::TextToSpeech::V1::VoiceCloneParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb
Overview
The configuration of Voice Clone feature.
Instance Attribute Summary collapse
-
#voice_cloning_key ⇒ ::String
Required.
Instance Attribute Details
#voice_cloning_key ⇒ ::String
Returns Required. Created by GenerateVoiceCloningKey.
318 319 320 321 |
# File 'proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb', line 318 class VoiceCloneParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |