pub struct FallbackGoogleTranscriber {
pub provider: ProviderTrue,
pub model: Option<ModelTrue>,
pub language: Option<LanguageTrue>,
}
Fields§
§provider: ProviderTrue
This is the transcription provider that will be used.
model: Option<ModelTrue>
This is the model that will be used for the transcription.
language: Option<LanguageTrue>
This is the language that will be set for the transcription.
Implementations§
Source§impl FallbackGoogleTranscriber
impl FallbackGoogleTranscriber
pub fn new(provider: ProviderTrue) -> FallbackGoogleTranscriber
Trait Implementations§
Source§impl Clone for FallbackGoogleTranscriber
impl Clone for FallbackGoogleTranscriber
Source§fn clone(&self) -> FallbackGoogleTranscriber
fn clone(&self) -> FallbackGoogleTranscriber
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FallbackGoogleTranscriber
impl Debug for FallbackGoogleTranscriber
Source§impl Default for FallbackGoogleTranscriber
impl Default for FallbackGoogleTranscriber
Source§fn default() -> FallbackGoogleTranscriber
fn default() -> FallbackGoogleTranscriber
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FallbackGoogleTranscriber
impl<'de> Deserialize<'de> for FallbackGoogleTranscriber
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for FallbackGoogleTranscriber
Auto Trait Implementations§
impl Freeze for FallbackGoogleTranscriber
impl RefUnwindSafe for FallbackGoogleTranscriber
impl Send for FallbackGoogleTranscriber
impl Sync for FallbackGoogleTranscriber
impl Unpin for FallbackGoogleTranscriber
impl UnwindSafe for FallbackGoogleTranscriber
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