pub struct TranscribeOptions {
pub language: Option<String>,
pub content_type: Option<String>,
pub filename: Option<String>,
}Fields§
§language: Option<String>§content_type: Option<String>§filename: Option<String>Trait Implementations§
Source§impl Clone for TranscribeOptions
impl Clone for TranscribeOptions
Source§fn clone(&self) -> TranscribeOptions
fn clone(&self) -> TranscribeOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TranscribeOptions
impl Debug for TranscribeOptions
Source§impl Default for TranscribeOptions
impl Default for TranscribeOptions
Source§fn default() -> TranscribeOptions
fn default() -> TranscribeOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TranscribeOptions
impl RefUnwindSafe for TranscribeOptions
impl Send for TranscribeOptions
impl Sync for TranscribeOptions
impl Unpin for TranscribeOptions
impl UnsafeUnpin for TranscribeOptions
impl UnwindSafe for TranscribeOptions
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