Factoid.PuncChar Field
Factoid.PuncChar Field |
A constant string value that is used to increase recognition accuracy by providing a punctuation context to a recognizer.
Definition
Visual Basic .NET Public Shared PuncChar As String C# public static String PuncChar; Managed C++ public: static String PuncChar;
Field Value
System.String. The string that indicates to a recognizer to look for punctuation characters.
This field is read-only. This field has no default value.
Remarks
This factoid is not supported in this version of the Tablet PC SDK.
See Also