Share via


Factoid.Filename Field

Factoid.Filename Field

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

Definition

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

Field Value

System.String. The string that indicates to a recognizer to look for characters that denote a file name.

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

Remarks

Examples of a file names are mydocument.doc and c:\myfolder\file.c

See Also