pub enum VadConfigType {
ServerVad,
}
Expand description
Must be set to server_vad
to enable manual chunking using server side VAD.
Variants§
ServerVad
server_vad
Trait Implementations§
Source§impl Clone for VadConfigType
impl Clone for VadConfigType
Source§fn clone(&self) -> VadConfigType
fn clone(&self) -> VadConfigType
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 VadConfigType
impl Debug for VadConfigType
Source§impl<'de> Deserialize<'de> for VadConfigType
impl<'de> Deserialize<'de> for VadConfigType
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 VadConfigType
impl PartialEq for VadConfigType
Source§impl Serialize for VadConfigType
impl Serialize for VadConfigType
impl Copy for VadConfigType
impl StructuralPartialEq for VadConfigType
Auto Trait Implementations§
impl Freeze for VadConfigType
impl RefUnwindSafe for VadConfigType
impl Send for VadConfigType
impl Sync for VadConfigType
impl Unpin for VadConfigType
impl UnwindSafe for VadConfigType
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