Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.3
ISpRecoResult2::SetTextFeedback
ISpRecoResult2::SetTextFeedback provides text to the operating system's built-in speech user experience's GUI to display to the user.
HRESULT SetTextFeedback(
LPCWSTR pszFeedback,
BOOL fSuccessful
);
Parameters
- pszFeedback
The text to display. - fSuccessful
Indicates whether the recognition was acted on or rejected.
Return values
Value |
S_OK |
E_INVALIDARG |
FAILED(hr) |