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.
Gets or sets the flags that specify how the recognizer interprets the ink and determines the result string.
This property is read/write.
Syntax
HRESULT get_RecognitionFlags(
InkRecognitionModes *Modes
);
Parameters
Modes
Return value
None
Remarks
The RecognitionFlags property gets or sets flags that specify things such as whether the recognizer treats all ink as a single word or whether the recognizer coerces the result based on the factoid that you specified for the context.
Setting the RecognitionFlags property succeeds only if the Strokes property is NULL.
For a list of modes that you can use, see the InkRecognitionModes enumeration type.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server | None supported |
| Target Platform | Windows |
| Header | msinkaut.h |
| Library | InkObj.dll |