#[repr(C)]pub struct ISpRecognizer2 {
pub lpVtbl: *const ISpRecognizer2Vtbl,
}
Fields§
§lpVtbl: *const ISpRecognizer2Vtbl
Implementations§
Source§impl ISpRecognizer2
impl ISpRecognizer2
pub unsafe fn EmulateRecognitionEx( &self, pPhrase: *mut ISpPhrase, dwCompareFlags: DWORD, ) -> HRESULT
pub unsafe fn SetTrainingState( &self, fDoingTraining: BOOL, fAdaptFromTrainingData: BOOL, ) -> HRESULT
pub unsafe fn ResetAcousticModelAdaptation(&self) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpRecognizer2
impl Deref for ISpRecognizer2
Auto Trait Implementations§
impl Freeze for ISpRecognizer2
impl RefUnwindSafe for ISpRecognizer2
impl !Send for ISpRecognizer2
impl !Sync for ISpRecognizer2
impl Unpin for ISpRecognizer2
impl UnwindSafe for ISpRecognizer2
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