pub struct FallbackSpeechmaticsTranscriber {
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>
Implementations§
Source§impl FallbackSpeechmaticsTranscriber
impl FallbackSpeechmaticsTranscriber
pub fn new(provider: ProviderTrue) -> FallbackSpeechmaticsTranscriber
Trait Implementations§
Source§impl Clone for FallbackSpeechmaticsTranscriber
impl Clone for FallbackSpeechmaticsTranscriber
Source§fn clone(&self) -> FallbackSpeechmaticsTranscriber
fn clone(&self) -> FallbackSpeechmaticsTranscriber
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 Default for FallbackSpeechmaticsTranscriber
impl Default for FallbackSpeechmaticsTranscriber
Source§fn default() -> FallbackSpeechmaticsTranscriber
fn default() -> FallbackSpeechmaticsTranscriber
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FallbackSpeechmaticsTranscriber
impl<'de> Deserialize<'de> for FallbackSpeechmaticsTranscriber
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
Source§impl PartialEq for FallbackSpeechmaticsTranscriber
impl PartialEq for FallbackSpeechmaticsTranscriber
Source§fn eq(&self, other: &FallbackSpeechmaticsTranscriber) -> bool
fn eq(&self, other: &FallbackSpeechmaticsTranscriber) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for FallbackSpeechmaticsTranscriber
Auto Trait Implementations§
impl Freeze for FallbackSpeechmaticsTranscriber
impl RefUnwindSafe for FallbackSpeechmaticsTranscriber
impl Send for FallbackSpeechmaticsTranscriber
impl Sync for FallbackSpeechmaticsTranscriber
impl Unpin for FallbackSpeechmaticsTranscriber
impl UnwindSafe for FallbackSpeechmaticsTranscriber
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