pub enum DeepgramTranscriberModel {
String(String),
}Expand description
DeepgramTranscriberModel : This is the Deepgram model that will be used. A list of models can be found here: https://developers.deepgram.com/docs/models-languages-overview
Variants§
Trait Implementations§
Source§impl Clone for DeepgramTranscriberModel
impl Clone for DeepgramTranscriberModel
Source§fn clone(&self) -> DeepgramTranscriberModel
fn clone(&self) -> DeepgramTranscriberModel
Returns a copy 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 DeepgramTranscriberModel
impl Debug for DeepgramTranscriberModel
Source§impl Default for DeepgramTranscriberModel
impl Default for DeepgramTranscriberModel
Source§impl<'de> Deserialize<'de> for DeepgramTranscriberModel
impl<'de> Deserialize<'de> for DeepgramTranscriberModel
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 DeepgramTranscriberModel
impl PartialEq for DeepgramTranscriberModel
Source§impl Serialize for DeepgramTranscriberModel
impl Serialize for DeepgramTranscriberModel
impl StructuralPartialEq for DeepgramTranscriberModel
Auto Trait Implementations§
impl Freeze for DeepgramTranscriberModel
impl RefUnwindSafe for DeepgramTranscriberModel
impl Send for DeepgramTranscriberModel
impl Sync for DeepgramTranscriberModel
impl Unpin for DeepgramTranscriberModel
impl UnwindSafe for DeepgramTranscriberModel
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