public HRESULT EmulateRecognition(ISpPhrase *pPhrase) { return(((delegate * unmanaged <ISpRecognizer *, ISpPhrase *, int>)(lpVtbl[22]))((ISpRecognizer *)Unsafe.AsPointer(ref this), pPhrase)); }
public HRESULT EmulateRecognitionEx(ISpPhrase *pPhrase, [NativeTypeName("DWORD")] uint dwCompareFlags) { return(((delegate * unmanaged <ISpRecognizer2 *, ISpPhrase *, uint, int>)(lpVtbl[3]))((ISpRecognizer2 *)Unsafe.AsPointer(ref this), pPhrase, dwCompareFlags)); }
public int EmulateRecognition([NativeTypeName("ISpPhrase *")] ISpPhrase *pPhrase) { return(((delegate * unmanaged <ISpRecognizer *, ISpPhrase *, int>)(lpVtbl[22]))((ISpRecognizer *)Unsafe.AsPointer(ref this), pPhrase)); }