HRESULT Interference(DWORD dwTrain);
Indicates to the application that the engine requires training for the current speaker, the current grammar, or the current microphone.
· Return value is ignored.
dwTrain
[in] Flag that indicates the recommended type of training. This parameter can be one of these values:
Value | Meaning |
SRGNSTRAIN_MICROPHONE | Training for the current microphone. |
SRGNSTRAIN_GRAMMAR | Training for the current grammar. |
SRGNSTRAIN_GENERAL | General training. |
The application must call the appropriate training dialog box for the engine.