IInkRecognizerContext::get_RecognitionFlags method (msinkaut.h)
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.
Note You can combine modes using the bitwise OR operator.
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 |