pub struct TranscribeInput {
pub audio: Vec<u8>,
pub audio_format: String,
pub language: String,
}Fields§
§audio: Vec<u8>§audio_format: String§language: StringAuto Trait Implementations§
impl Freeze for TranscribeInput
impl RefUnwindSafe for TranscribeInput
impl Send for TranscribeInput
impl Sync for TranscribeInput
impl Unpin for TranscribeInput
impl UnwindSafe for TranscribeInput
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