Module: OpenAI::Models::Live::BuiltInVoice
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/openai/models/live/built_in_voice.rb,
sig/openai/models/live/built_in_voice.rbs
Overview
A built-in voice available for Live speech.
Constant Summary collapse
- ALLOY =
:alloy- ASH =
:ash- BALLAD =
:ballad- BEACON =
:beacon- BOSSA =
:bossa- CEDAR =
:cedar- CINDER =
:cinder- CORAL =
:coral- DELTA =
:delta- ECHO =
:echo- GLEAM =
:gleam- MARIN =
:marin- MERIDIAN =
:meridian- QUARTZ =
:quartz- RIPPLE =
:ripple- SAGE =
:sage- SHIMMER =
:shimmer- STONE =
:stone- TEMPO =
:tempo- VERSE =
:verse- VESPER =
:vesper- WILLOW =
:willow
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, coerce_with_error, dump, #dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openai/models/live/built_in_voice.rb', line 33
|
Instance Method Details
#self?.values ⇒ ::Array[OpenAI::Models::Live::built_in_voice]
54 |
# File 'sig/openai/models/live/built_in_voice.rbs', line 54
def self?.values: -> ::Array[OpenAI::Models::Live::built_in_voice]
|