Module: Revox::Models::VoiceListResponse::Voice::ModelCompat
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/revox/models/voice_list_response.rb,
sig/revox/models/voice_list_response.rbs
Overview
Cartesia model compatibility. Used to filter the voice list by the selected model. Absent/undefined is treated as 'universal'.
Constant Summary collapse
- UNIVERSAL =
:universal- SONIC_3 =
:"sonic-3"- SONIC_3_5 =
:"sonic-3.5"
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/revox/models/voice_list_response.rb', line 139
|
Instance Method Details
#self?.values ⇒ ::Array[Revox::Models::VoiceListResponse::Voice::model_compat]
120 |
# File 'sig/revox/models/voice_list_response.rbs', line 120
def self?.values: -> ::Array[Revox::Models::VoiceListResponse::Voice::model_compat]
|