Class: Revox::Models::VoiceCloneResponse
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, cartesia_voice_id:, created_at:, language:, name:) ⇒ Object
|
# File 'lib/revox/models/voice_clone_response.rb', line 32
|
Instance Attribute Details
#cartesia_voice_id ⇒ String
15
|
# File 'lib/revox/models/voice_clone_response.rb', line 15
required :cartesia_voice_id, String, api_name: :cartesiaVoiceId
|
#created_at ⇒ String
20
|
# File 'lib/revox/models/voice_clone_response.rb', line 20
required :created_at, String, api_name: :createdAt
|
#id ⇒ String
10
|
# File 'lib/revox/models/voice_clone_response.rb', line 10
required :id, String
|
#language ⇒ String
25
|
# File 'lib/revox/models/voice_clone_response.rb', line 25
required :language, String
|
#name ⇒ String
30
|
# File 'lib/revox/models/voice_clone_response.rb', line 30
required :name, String
|
Instance Method Details
#to_hash ⇒ {
31
|
# File 'sig/revox/models/voice_clone_response.rbs', line 31
def to_hash: -> {
|