pub enum RealtimeTranscriptionSessionCreateRequestTurnDetectionType {
ServerVad,
SemanticVad,
}
Expand description
Type of turn detection.
Variants§
Trait Implementations§
Source§impl Clone for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
impl Clone for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
Source§fn clone(&self) -> RealtimeTranscriptionSessionCreateRequestTurnDetectionType
fn clone(&self) -> RealtimeTranscriptionSessionCreateRequestTurnDetectionType
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 Default for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
impl Default for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
Source§fn default() -> RealtimeTranscriptionSessionCreateRequestTurnDetectionType
fn default() -> RealtimeTranscriptionSessionCreateRequestTurnDetectionType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
impl<'de> Deserialize<'de> for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
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 RealtimeTranscriptionSessionCreateRequestTurnDetectionType
impl PartialEq for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
Source§fn eq(
&self,
other: &RealtimeTranscriptionSessionCreateRequestTurnDetectionType,
) -> bool
fn eq( &self, other: &RealtimeTranscriptionSessionCreateRequestTurnDetectionType, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
impl StructuralPartialEq for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
Auto Trait Implementations§
impl Freeze for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
impl RefUnwindSafe for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
impl Send for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
impl Sync for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
impl Unpin for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
impl UnwindSafe for RealtimeTranscriptionSessionCreateRequestTurnDetectionType
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