Class: Telnyx::Models::VoiceCloneCreateParams::Params::TelnyxDesignClone
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::VoiceCloneCreateParams::Params::TelnyxDesignClone
- Defined in:
- lib/telnyx/models/voice_clone_create_params.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#gender ⇒ Symbol, Telnyx::Models::VoiceCloneCreateParams::Params::TelnyxDesignClone::Gender
Gender of the voice clone.
-
#language ⇒ String
ISO 639-1 language code for the clone.
-
#name ⇒ String
Name for the voice clone.
-
#provider ⇒ Symbol, ...
Voice synthesis provider.
-
#voice_design_id ⇒ String
UUID of the source voice design to clone.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(gender:, language:, name:, voice_design_id:, provider: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see TelnyxDesignClone for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(gender:, language:, name:, voice_design_id:, provider: nil) ⇒ Object
Some parameter documentations has been truncated, see Telnyx::Models::VoiceCloneCreateParams::Params::TelnyxDesignClone for more details.
Create a voice clone from a voice design using the Telnyx provider.
|
|
# File 'lib/telnyx/models/voice_clone_create_params.rb', line 65
|
Instance Attribute Details
#gender ⇒ Symbol, Telnyx::Models::VoiceCloneCreateParams::Params::TelnyxDesignClone::Gender
Gender of the voice clone.
38 |
# File 'lib/telnyx/models/voice_clone_create_params.rb', line 38 required :gender, enum: -> { Telnyx::VoiceCloneCreateParams::Params::TelnyxDesignClone::Gender } |
#language ⇒ String
ISO 639-1 language code for the clone. Supports the combined Telnyx language set.
45 |
# File 'lib/telnyx/models/voice_clone_create_params.rb', line 45 required :language, String |
#name ⇒ String
Name for the voice clone.
51 |
# File 'lib/telnyx/models/voice_clone_create_params.rb', line 51 required :name, String |
#provider ⇒ Symbol, ...
Voice synthesis provider. Defaults to ‘telnyx`.
63 |
# File 'lib/telnyx/models/voice_clone_create_params.rb', line 63 optional :provider, enum: -> { Telnyx::VoiceCloneCreateParams::Params::TelnyxDesignClone::Provider } |
#voice_design_id ⇒ String
UUID of the source voice design to clone.
57 |
# File 'lib/telnyx/models/voice_clone_create_params.rb', line 57 required :voice_design_id, String |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/voice_clone_create_params.rb', line 92
|