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