Factoid.ChineseSimpleCommon Field
Factoid.ChineseSimpleCommon Field |
A constant string value that is used to increase recognition accuracy by providing a context of commonly used Simplified Chinese characters to a recognizer.
Definition
Visual Basic .NET Public Shared ChineseSimpleCommon As String C# public static String ChineseSimpleCommon; Managed C++ public: static String ChineseSimpleCommon;
Field Value
System.String. The string that indicates to a recognizer to look for commonly used Simplified Chinese characters.
This field is read-only. This field has no default value.
See Also