pub enum VoiceDetectionLikelihood {
VeryLow,
Low,
Moderate,
High,
}
Expand description
The sensitivity of the noise detector.
Variants§
VeryLow
Even lower detection likelihood.
Low
Lower detection likelihood.
Moderate
Moderate detection likelihood.
High
Higher detection likelihood.
Trait Implementations§
Source§impl Clone for VoiceDetectionLikelihood
impl Clone for VoiceDetectionLikelihood
Source§fn clone(&self) -> VoiceDetectionLikelihood
fn clone(&self) -> VoiceDetectionLikelihood
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 VoiceDetectionLikelihood
impl Debug for VoiceDetectionLikelihood
Source§impl From<VoiceDetectionLikelihood> for VoiceDetection_DetectionLikelihood
impl From<VoiceDetectionLikelihood> for VoiceDetection_DetectionLikelihood
Source§fn from(other: VoiceDetectionLikelihood) -> VoiceDetection_DetectionLikelihood
fn from(other: VoiceDetectionLikelihood) -> VoiceDetection_DetectionLikelihood
Converts to this type from the input type.
Source§impl PartialEq for VoiceDetectionLikelihood
impl PartialEq for VoiceDetectionLikelihood
impl Copy for VoiceDetectionLikelihood
impl StructuralPartialEq for VoiceDetectionLikelihood
Auto Trait Implementations§
impl Freeze for VoiceDetectionLikelihood
impl RefUnwindSafe for VoiceDetectionLikelihood
impl Send for VoiceDetectionLikelihood
impl Sync for VoiceDetectionLikelihood
impl Unpin for VoiceDetectionLikelihood
impl UnwindSafe for VoiceDetectionLikelihood
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