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