Share via


Factoid.None Field

Factoid.None Field

A constant string value that is used to increase recognition accuracy by not using any recognizer context.

Definition

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

Field Value

System.String. The string that indicates to a recognizer to disable all other factoids and dictionaries.

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

See Also