pub struct VoiceConfig {
pub prebuilt_voice_config: Option<PrebuiltVoiceConfig>,
}
Expand description
Voice configuration for text-to-speech
Fields§
§prebuilt_voice_config: Option<PrebuiltVoiceConfig>
Prebuilt voice configuration
Trait Implementations§
Source§impl Clone for VoiceConfig
impl Clone for VoiceConfig
Source§fn clone(&self) -> VoiceConfig
fn clone(&self) -> VoiceConfig
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 VoiceConfig
impl Debug for VoiceConfig
Source§impl<'de> Deserialize<'de> for VoiceConfig
impl<'de> Deserialize<'de> for VoiceConfig
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 PartialEq for VoiceConfig
impl PartialEq for VoiceConfig
Source§impl Serialize for VoiceConfig
impl Serialize for VoiceConfig
impl StructuralPartialEq for VoiceConfig
Auto Trait Implementations§
impl Freeze for VoiceConfig
impl RefUnwindSafe for VoiceConfig
impl Send for VoiceConfig
impl Sync for VoiceConfig
impl Unpin for VoiceConfig
impl UnwindSafe for VoiceConfig
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