|
HRCRESULT Functions
The HRCRESULT functions retrieve recognized symbols and other associated information from
the recognizer. The GetResultsHRC function described in the previous table collects results into one or more HRCRESULT objects. Each object represents an alternative interpretation the recognizer
has made about the input. Once an application calls GetResultsHRC to create the HRCRESULT objects, it can then call the HRCRESULT functions listed here to get the recognized characters from the objects.
Function
| Description
| CreateInksetHRCRESULT
| Creates an inkset corresponding to recognition results.
| DestroyHRCRESULT*
| Frees the memory occupied by an HRCRESULT object, invalidating the handle value.
| GetAlternateWordsHRCRESULT
| Retrieves alternative guesses from the results of a recognition process.
| GetBoxMappingHRCRESULT
| Retrieves the indices for a range of symbols in boxes. For example, if writing
begins in the fifth box of a guide, this function returns the index 4 for the
first symbol.
| GetHotspotsHRCRESULT
| Returns the critical point for a given recognized gesture. (See the "Hot
Spots" section.)
| GetSymbolCountHRCRESULT*
| Gets the length of the symbol array that forms one of the recognizer's guesses.
| GetSymbolsHRCRESULT*
| Retrieves symbol values corresponding to one of the recognizer's guesses.
|
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|