Share via


Factoid.Digit Field

Factoid.Digit Field

A constant string value that is used to increase recognition accuracy by providing a digit context to a recognizer.

Definition

Visual Basic .NET Public Shared Digit As String
C# public static String Digit;
Managed C++ public: static String Digit;

Field Value

System.String. The string that indicates to a recognizer to look for a single digit, 0 through 9.

This field is read-only. This field has no default value.

See Also