pub enum ModelTrue {
Tts1,
Tts1Hd,
Gpt4oMiniTts,
}
Expand description
This is the model that will be used for text-to-speech.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ModelTrue
impl<'de> Deserialize<'de> for ModelTrue
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 Ord for ModelTrue
impl Ord for ModelTrue
Source§impl PartialOrd for ModelTrue
impl PartialOrd for ModelTrue
impl Copy for ModelTrue
impl Eq for ModelTrue
impl StructuralPartialEq for ModelTrue
Auto Trait Implementations§
impl Freeze for ModelTrue
impl RefUnwindSafe for ModelTrue
impl Send for ModelTrue
impl Sync for ModelTrue
impl Unpin for ModelTrue
impl UnwindSafe for ModelTrue
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