pub struct TranscriptionConfig {
pub model: String,
}Fields§
§model: StringTrait Implementations§
Source§impl Debug for TranscriptionConfig
impl Debug for TranscriptionConfig
Source§impl<'de> Deserialize<'de> for TranscriptionConfig
impl<'de> Deserialize<'de> for TranscriptionConfig
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
Auto Trait Implementations§
impl Freeze for TranscriptionConfig
impl RefUnwindSafe for TranscriptionConfig
impl Send for TranscriptionConfig
impl Sync for TranscriptionConfig
impl Unpin for TranscriptionConfig
impl UnwindSafe for TranscriptionConfig
Blanket Implementations§
§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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