Class: Telnyx::Models::ResembleVoiceSettings
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::ResembleVoiceSettings
- Defined in:
- lib/telnyx/models/resemble_voice_settings.rb
Defined Under Namespace
Modules: Format, Precision, SampleRate, Type
Instance Attribute Summary collapse
-
#file_format ⇒ Symbol, ...
Output audio format.
-
#precision ⇒ Symbol, ...
Audio precision format.
-
#sample_rate ⇒ Symbol, ...
Audio sample rate in Hz.
-
#type ⇒ Symbol, Telnyx::Models::ResembleVoiceSettings::Type
Voice settings provider type.
Class Method Summary collapse
Instance Method Summary collapse
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(type:, file_format: nil, precision: nil, sample_rate: nil) ⇒ Object
|
|
# File 'lib/telnyx/models/resemble_voice_settings.rb', line 30
|
Instance Attribute Details
#file_format ⇒ Symbol, ...
Output audio format.
16 |
# File 'lib/telnyx/models/resemble_voice_settings.rb', line 16 optional :file_format, enum: -> { Telnyx::ResembleVoiceSettings::Format }, api_name: :format |
#precision ⇒ Symbol, ...
Audio precision format.
22 |
# File 'lib/telnyx/models/resemble_voice_settings.rb', line 22 optional :precision, enum: -> { Telnyx::ResembleVoiceSettings::Precision } |
#sample_rate ⇒ Symbol, ...
Audio sample rate in Hz.
28 |
# File 'lib/telnyx/models/resemble_voice_settings.rb', line 28 optional :sample_rate, enum: -> { Telnyx::ResembleVoiceSettings::SampleRate } |
#type ⇒ Symbol, Telnyx::Models::ResembleVoiceSettings::Type
Voice settings provider type
10 |
# File 'lib/telnyx/models/resemble_voice_settings.rb', line 10 required :type, enum: -> { Telnyx::ResembleVoiceSettings::Type } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/telnyx/models/resemble_voice_settings.rb', line 47
|