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