Trait ISpRecognizer2_Impl
pub trait ISpRecognizer2_Impl: IUnknownImpl {
// Required methods
fn EmulateRecognitionEx(
&self,
pphrase: Ref<'_, ISpPhrase>,
dwcompareflags: u32,
) -> Result<()>;
fn SetTrainingState(
&self,
fdoingtraining: BOOL,
fadaptfromtrainingdata: BOOL,
) -> Result<()>;
fn ResetAcousticModelAdaptation(&self) -> Result<()>;
}
Required Methods§
fn EmulateRecognitionEx( &self, pphrase: Ref<'_, ISpPhrase>, dwcompareflags: u32, ) -> Result<()>
fn SetTrainingState( &self, fdoingtraining: BOOL, fadaptfromtrainingdata: BOOL, ) -> Result<()>
fn ResetAcousticModelAdaptation(&self) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.