pub struct OpenAiStt { /* private fields */ }
Expand description
OpenAI‑compatible STT implementation (POST /v1/audio/transcriptions).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenAiStt
impl !RefUnwindSafe for OpenAiStt
impl Send for OpenAiStt
impl Sync for OpenAiStt
impl Unpin for OpenAiStt
impl !UnwindSafe for OpenAiStt
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