pub enum LanguageTrue {
Show 99 variants
Af,
Sq,
Am,
Ar,
Hy,
As,
Az,
Ba,
Eu,
Be,
Bn,
Bs,
Br,
Bg,
Ca,
Zh,
Hr,
Cs,
Da,
Nl,
En,
Et,
Fo,
Fi,
Fr,
Gl,
Ka,
De,
El,
Gu,
Ht,
Ha,
Haw,
He,
Hi,
Hu,
Is,
Id,
It,
Ja,
Jv,
Kn,
Kk,
Km,
Ko,
Lo,
La,
Lv,
Ln,
Lt,
Lb,
Mk,
Mg,
Ms,
Ml,
Mt,
Mi,
Mr,
Mn,
My,
Ne,
No,
Nn,
Oc,
Ps,
Fa,
Pl,
Pt,
Pa,
Ro,
Ru,
Sa,
Sr,
Sn,
Sd,
Si,
Sk,
Sl,
So,
Es,
Su,
Sw,
Sv,
Tl,
Tg,
Ta,
Tt,
Te,
Th,
Bo,
Tr,
Tk,
Uk,
Ur,
Uz,
Vi,
Cy,
Yi,
Yo,
}
Expand description
Defines the language to use for the transcription. Required when languageBehaviour is ‘manual’.
Variants§
Af
Sq
Am
Ar
Hy
As
Az
Ba
Eu
Be
Bn
Bs
Br
Bg
Ca
Zh
Hr
Cs
Da
Nl
En
Et
Fo
Fi
Fr
Gl
Ka
De
El
Gu
Ht
Ha
Haw
He
Hi
Hu
Is
Id
It
Ja
Jv
Kn
Kk
Km
Ko
Lo
La
Lv
Ln
Lt
Lb
Mk
Mg
Ms
Ml
Mt
Mi
Mr
Mn
My
Ne
No
Nn
Oc
Ps
Fa
Pl
Pt
Pa
Ro
Ru
Sa
Sr
Sn
Sd
Si
Sk
Sl
So
Es
Su
Sw
Sv
Tl
Tg
Ta
Tt
Te
Th
Bo
Tr
Tk
Uk
Ur
Uz
Vi
Cy
Yi
Yo
Trait Implementations§
Source§impl Clone for LanguageTrue
impl Clone for LanguageTrue
Source§fn clone(&self) -> LanguageTrue
fn clone(&self) -> LanguageTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LanguageTrue
impl Debug for LanguageTrue
Source§impl Default for LanguageTrue
impl Default for LanguageTrue
Source§fn default() -> LanguageTrue
fn default() -> LanguageTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LanguageTrue
impl<'de> Deserialize<'de> for LanguageTrue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for LanguageTrue
impl Hash for LanguageTrue
Source§impl Ord for LanguageTrue
impl Ord for LanguageTrue
Source§fn cmp(&self, other: &LanguageTrue) -> Ordering
fn cmp(&self, other: &LanguageTrue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LanguageTrue
impl PartialEq for LanguageTrue
Source§impl PartialOrd for LanguageTrue
impl PartialOrd for LanguageTrue
Source§impl Serialize for LanguageTrue
impl Serialize for LanguageTrue
impl Copy for LanguageTrue
impl Eq for LanguageTrue
impl StructuralPartialEq for LanguageTrue
Auto Trait Implementations§
impl Freeze for LanguageTrue
impl RefUnwindSafe for LanguageTrue
impl Send for LanguageTrue
impl Sync for LanguageTrue
impl Unpin for LanguageTrue
impl UnwindSafe for LanguageTrue
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more