Module: Telnyx::Models::SpeechToTextRetrieveTranscriptionParams::Model

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

Overview

The specific model to use within the selected transcription engine.

Constant Summary collapse

FAST =

Returns:

  • (:fast)
:fast
DEEPGRAM_NOVA_2 =

Returns:

  • (:"deepgram/nova-2")
:"deepgram/nova-2"
DEEPGRAM_NOVA_3 =

Returns:

  • (:"deepgram/nova-3")
:"deepgram/nova-3"
LATEST_LONG =

Returns:

  • (:latest_long)
:latest_long
LATEST_SHORT =

Returns:

  • (:latest_short)
:latest_short
COMMAND_AND_SEARCH =

Returns:

  • (:command_and_search)
:command_and_search
PHONE_CALL =

Returns:

  • (:phone_call)
:phone_call
VIDEO =

Returns:

  • (:video)
:video
DEFAULT =

Returns:

  • (:default)
:default
MEDICAL_CONVERSATION =

Returns:

  • (:medical_conversation)
:medical_conversation
MEDICAL_DICTATION =

Returns:

  • (:medical_dictation)
:medical_dictation
OPENAI_WHISPER_TINY =

Returns:

  • (:"openai/whisper-tiny")
:"openai/whisper-tiny"
OPENAI_WHISPER_LARGE_V3_TURBO =

Returns:

  • (:"openai/whisper-large-v3-turbo")
:"openai/whisper-large-v3-turbo"
XAI_GROK_STT =

Returns:

  • (:"xai/grok-stt")
:"xai/grok-stt"
SPEECHMATICS_STANDARD =

Returns:

  • (:"speechmatics/standard")
:"speechmatics/standard"
SONIOX_STT_RT_V4 =

Returns:

  • (:"soniox/stt-rt-v4")
:"soniox/stt-rt-v4"
PARAKEET_TDT_0_6B_V3 =

Returns:

  • (:"parakeet/tdt-0.6b-v3")
:"parakeet/tdt-0.6b-v3"

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/speech_to_text_retrieve_transcription_params.rb', line 146

Instance Method Details

#self?.values::Array[Telnyx::Models::SpeechToTextRetrieveTranscriptionParams::model]

Returns:

  • (::Array[Telnyx::Models::SpeechToTextRetrieveTranscriptionParams::model])


157
# File 'sig/telnyx/models/speech_to_text_retrieve_transcription_params.rbs', line 157

def self?.values: -> ::Array[Telnyx::Models::SpeechToTextRetrieveTranscriptionParams::model]