ISpSREngine2::EmulateRecognition (SAPI 5.4)

Microsoft Speech API 5.4

ISpSREngine2::EmulateRecognition

ISpSREngine2::EmulateRecognition supports emulation by the recognition engine and bypasses any inconsistencies that may exist between a particular engine's recognition logic and SAPI's emulation.

  
    HRESULT EmulateRecognition(
   ISpPhrase    *pPhrase,
   DWORD         dwCompareFlags
);

Parameters

  • pPhrase
    The phrase containing the text to emulate.
  • dwCompareFlags
    Whether the comparison is case sensitive or not.

Return values

Value
S_OK
E_NOTIMPL