pub struct TranscriptionResult {
pub text: String,
}Expand description
Result of a transcription operation.
Fields§
§text: StringAuto Trait Implementations§
impl Freeze for TranscriptionResult
impl RefUnwindSafe for TranscriptionResult
impl Send for TranscriptionResult
impl Sync for TranscriptionResult
impl Unpin for TranscriptionResult
impl UnsafeUnpin for TranscriptionResult
impl UnwindSafe for TranscriptionResult
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