pub struct RealtimeSessionCreateRequest_InputAudioNoiseReduction {
pub type: Option<String>,
}
Expand description
Configuration for input audio noise reduction.
Fields§
§type: Option<String>
Type of noise reduction.
Trait Implementations§
Source§impl Clone for RealtimeSessionCreateRequest_InputAudioNoiseReduction
impl Clone for RealtimeSessionCreateRequest_InputAudioNoiseReduction
Source§fn clone(&self) -> RealtimeSessionCreateRequest_InputAudioNoiseReduction
fn clone(&self) -> RealtimeSessionCreateRequest_InputAudioNoiseReduction
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 Default for RealtimeSessionCreateRequest_InputAudioNoiseReduction
impl Default for RealtimeSessionCreateRequest_InputAudioNoiseReduction
Source§fn default() -> RealtimeSessionCreateRequest_InputAudioNoiseReduction
fn default() -> RealtimeSessionCreateRequest_InputAudioNoiseReduction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RealtimeSessionCreateRequest_InputAudioNoiseReduction
impl RefUnwindSafe for RealtimeSessionCreateRequest_InputAudioNoiseReduction
impl Send for RealtimeSessionCreateRequest_InputAudioNoiseReduction
impl Sync for RealtimeSessionCreateRequest_InputAudioNoiseReduction
impl Unpin for RealtimeSessionCreateRequest_InputAudioNoiseReduction
impl UnwindSafe for RealtimeSessionCreateRequest_InputAudioNoiseReduction
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