Module: Telnyx::Models::Calls::TranscriptionStartRequest::TranscriptionEngine

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

Overview

Engine to use for speech recognition. Legacy values A - Google, B - Telnyx are supported for backward compatibility.

See Also:

  • Telnyx::Models::Calls::TranscriptionStartRequest#transcription_engine

Constant Summary collapse

GOOGLE =

Returns:

  • (:Google)
:Google
TELNYX =

Returns:

  • (:Telnyx)
:Telnyx
DEEPGRAM =

Returns:

  • (:Deepgram)
:Deepgram
AZURE =

Returns:

  • (:Azure)
:Azure
X_AI =

Returns:

  • (:xAI)
:xAI
ASSEMBLY_AI =

Returns:

  • (:AssemblyAI)
:AssemblyAI
SPEECHMATICS =

Returns:

  • (:Speechmatics)
:Speechmatics
SONIOX =

Returns:

  • (:Soniox)
:Soniox
PARAKEET =

Returns:

  • (:Parakeet)
:Parakeet
A =

Returns:

  • (:A)
:A
B =

Returns:

  • (:B)
:B

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::Calls::TranscriptionStartRequest::transcription_engine]

Returns:

  • (::Array[Telnyx::Models::Calls::TranscriptionStartRequest::transcription_engine])


82
# File 'sig/telnyx/models/calls/transcription_start_request.rbs', line 82

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