Module: Telnyx::Models::SpeechToTextRetrieveTranscriptionParams::TranscriptionEngine

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 transcription engine to use for processing the audio stream.

Constant Summary collapse

AZURE =

Returns:

  • (:Azure)
:Azure
DEEPGRAM =

Returns:

  • (:Deepgram)
:Deepgram
GOOGLE =

Returns:

  • (:Google)
:Google
TELNYX =

Returns:

  • (:Telnyx)
:Telnyx
X_AI =

Returns:

  • (:xAI)
:xAI
SPEECHMATICS =

Returns:

  • (:Speechmatics)
:Speechmatics
SONIOX =

Returns:

  • (:Soniox)
:Soniox
PARAKEET =

Returns:

  • (:Parakeet)
:Parakeet

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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

Instance Method Details

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

Returns:

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


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

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