pub struct CaptchaModel { /* private fields */ }Expand description
The main captcha-breaking model.
Wraps an ONNX model and tokenizer for end-to-end captcha recognition.
Implementations§
Source§impl CaptchaModel
impl CaptchaModel
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for CaptchaModel
impl RefUnwindSafe for CaptchaModel
impl Send for CaptchaModel
impl Sync for CaptchaModel
impl Unpin for CaptchaModel
impl UnwindSafe for CaptchaModel
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