Factoid.LowerChar 字段

一个常量字符串值,该值用于通过向识别器 提供小写字符上下文来提高识别的准确性。目前不支持此智能标记

命名空间:  Microsoft.Ink
程序集:  Microsoft.Ink(在 Microsoft.Ink.dll 中)

语法

声明
Public Shared ReadOnly LowerChar As String
用法
Dim value As String

value = Factoid.LowerChar
public static readonly string LowerChar
public:
static initonly String^ LowerChar
public static final String LowerChar
public static final var LowerChar : String

备注

指示识别器查找单个小写字符 a 到 z 的字符串。

备注

目前不支持此智能标记。

示例

mRecognizerContext.Factoid = Factoid.LowerChar
mRecognizerContext.Factoid = Factoid.LowerChar;

平台

Windows Vista

.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求

版本信息

.NET Framework

受以下版本支持:3.0

另请参见

参考

Factoid 类

Factoid 成员

Microsoft.Ink 命名空间

RecognizerContext.Factoid

InkEdit.Factoid

其他资源

Improving Tablet PC Recognition Accuracy by Setting Context