pub struct LiveKitEou {}Expand description
LiveKit end-of-utterance detector.
Implementations§
Trait Implementations§
Source§impl TextTurnDetector for LiveKitEou
impl TextTurnDetector for LiveKitEou
fn predict_text( &mut self, _transcript: &str, _context: &[ConversationTurn], ) -> Result<TurnPrediction, TurnError>
fn reset(&mut self)
Auto Trait Implementations§
impl Freeze for LiveKitEou
impl RefUnwindSafe for LiveKitEou
impl Send for LiveKitEou
impl Sync for LiveKitEou
impl Unpin for LiveKitEou
impl UnsafeUnpin for LiveKitEou
impl UnwindSafe for LiveKitEou
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