Share via


Factoid.Web Field

Factoid.Web Field

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

Definition

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

Field Value

System.String. The string that indicates to a recognizer to look for web addresses.

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

Remarks

An example of a web address is: https://www.adatum.com

See Also