pub struct TranscriptionJob { /* private fields */ }Expand description
Cloneable handle for polling one in-memory transcription.
Implementations§
Source§impl TranscriptionJob
impl TranscriptionJob
Sourcepub fn status(&self) -> TranscriptionStatus
pub fn status(&self) -> TranscriptionStatus
Returns an in-memory snapshot without performing I/O or provider calls.
Trait Implementations§
Source§impl Clone for TranscriptionJob
impl Clone for TranscriptionJob
Source§fn clone(&self) -> TranscriptionJob
fn clone(&self) -> TranscriptionJob
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TranscriptionJob
impl RefUnwindSafe for TranscriptionJob
impl Send for TranscriptionJob
impl Sync for TranscriptionJob
impl Unpin for TranscriptionJob
impl UnsafeUnpin for TranscriptionJob
impl UnwindSafe for TranscriptionJob
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