Module: Telnyx::Models::Calls::TelnyxTranscriptionLanguage

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/calls/telnyx_transcription_language.rb

Overview

Language to use for speech recognition

Constant Summary collapse

EN =
:en
ZH =
:zh
DE =
:de
ES =
:es
RU =
:ru
KO =
:ko
FR =
:fr
JA =
:ja
PT =
:pt
TR =
:tr
PL =
:pl
CA =
:ca
NL =
:nl
AR =
:ar
SV =
:sv
IT =
:it
ID =
:id
HI =
:hi
FI =
:fi
VI =
:vi
HE =
:he
UK =
:uk
EL =
:el
MS =
:ms
CS =
:cs
RO =
:ro
DA =
:da
HU =
:hu
TA =
:ta
NO =
:no
TH =
:th
UR =
:ur
HR =
:hr
BG =
:bg
LT =
:lt
LA =
:la
MI =
:mi
ML =
:ml
CY =
:cy
SK =
:sk
TE =
:te
FA =
:fa
LV =
:lv
BN =
:bn
SR =
:sr
AZ =
:az
SL =
:sl
KN =
:kn
ET =
:et
MK =
:mk
BR =
:br
EU =
:eu
IS =
:is
HY =
:hy
NE =
:ne
MN =
:mn
BS =
:bs
KK =
:kk
SQ =
:sq
SW =
:sw
GL =
:gl
MR =
:mr
PA =
:pa
SI =
:si
KM =
:km
SN =
:sn
YO =
:yo
SO =
:so
AF =
:af
OC =
:oc
KA =
:ka
BE =
:be
TG =
:tg
SD =
:sd
GU =
:gu
AM =
:am
YI =
:yi
LO =
:lo
UZ =
:uz
FO =
:fo
HT =
:ht
PS =
:ps
TK =
:tk
NN =
:nn
MT =
:mt
SA =
:sa
LB =
:lb
MY =
:my
BO =
:bo
TL =
:tl
MG =
:mg
AS =
:as
TT =
:tt
HAW =
:haw
LN =
:ln
HA =
:ha
BA =
:ba
JW =
:jw
SU =
:su
AUTO_DETECT =
:auto_detect

Class 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/calls/telnyx_transcription_language.rb', line 111