HRECOGNIZER Handle |
Use an HRECOGNIZER Handle to create a recognizer context, retrieve its attributes and properties, and determine which packet properties the recognizer requires to perform recognition.
| HRECOGNIZER function | Description |
|---|---|
| CreateRecognizer | Creates a recognizer. |
| DestroyRecognizer | Destroys a recognizer. |
| GetRecoAttributes | Returns the attributes of the recognizer. |
| CreateContext | Creates a recognizer context. |
| DestroyContext | Destroys a recognizer context. |
| GetResultPropertyList | Returns a list of properties the recognizer can return for a result range. The GetResultPropertyList function does this by using the GetRangePropertyValue function. |
| GetPreferredPacketDescription | Returns a packet description that contains the packet properties the recognizer uses. |
| GetUnicodeRanges | Returns the ranges of Unicode points that the recognizer supports. |