pub enum PhonemeFormat {
IBM,
IPA,
}Available on crate feature
tts only.Expand description
The phoneme format in which to return the pronunciation. The Arabic, Chinese, Dutch, Australian English, and Korean languages support only IPA
Variants§
Implementations§
Source§impl PhonemeFormat
impl PhonemeFormat
Sourcepub fn id(&self) -> &str
pub fn id(&self) -> &str
The value that the server expects for PhonemeFormat
Trait Implementations§
Source§impl Clone for PhonemeFormat
impl Clone for PhonemeFormat
Source§fn clone(&self) -> PhonemeFormat
fn clone(&self) -> PhonemeFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PhonemeFormat
impl Debug for PhonemeFormat
Source§impl Default for PhonemeFormat
impl Default for PhonemeFormat
Source§fn default() -> PhonemeFormat
fn default() -> PhonemeFormat
Returns the “default value” for a type. Read more
impl Copy for PhonemeFormat
Auto Trait Implementations§
impl Freeze for PhonemeFormat
impl RefUnwindSafe for PhonemeFormat
impl Send for PhonemeFormat
impl Sync for PhonemeFormat
impl Unpin for PhonemeFormat
impl UnwindSafe for PhonemeFormat
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