Module: Telnyx::Models::TextToSpeechRetrieveSpeechParams::Provider

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/text_to_speech_retrieve_speech_params.rb,
sig/telnyx/models/text_to_speech_retrieve_speech_params.rbs

Overview

TTS provider. Defaults to telnyx if not specified. Ignored when voice is provided.

Constant Summary collapse

AWS =

Returns:

  • (:aws)
:aws
TELNYX =

Returns:

  • (:telnyx)
:telnyx
AZURE =

Returns:

  • (:azure)
:azure
ELEVENLABS =

Returns:

  • (:elevenlabs)
:elevenlabs
MINIMAX =

Returns:

  • (:minimax)
:minimax
MURFAI =

Returns:

  • (:murfai)
:murfai
RIME =

Returns:

  • (:rime)
:rime
RESEMBLE =

Returns:

  • (:resemble)
:resemble
XAI =

Returns:

  • (:xai)
:xai

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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/telnyx/models/text_to_speech_retrieve_speech_params.rb', line 111

Instance Method Details

#self?.values::Array[Telnyx::Models::TextToSpeechRetrieveSpeechParams::provider]

Returns:

  • (::Array[Telnyx::Models::TextToSpeechRetrieveSpeechParams::provider])


109
# File 'sig/telnyx/models/text_to_speech_retrieve_speech_params.rbs', line 109

def self?.values: -> ::Array[Telnyx::Models::TextToSpeechRetrieveSpeechParams::provider]