|
Configuring the HRC
Before passing data to the HRC, the application must ensure the HRC is properly configured to perform recognition. The configuration information
in an HRC provides a context to guide the recognition process. For example, if the
application expects only numerical input, it can configure the HRC accordingly. This prevents the recognizer from mistakenly confusing the
numeral "0" for the letter "O."
A new HRC shares the same configuration as the template HRC given when calling CreateCompatibleHRC. If the application does not provide a template for CreateCompatibleHRC, the new HRC receives a default configuration.
The following paragraphs describe the various configurations an application
can set for an HRC object.
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
|