Factoid.PuncChar 字段

一个常量字符串值,该值用于通过向识别器 提供标点符号上下文来提高识别的准确性。

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

语法

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

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

备注

指示识别器查找标点符号字符的字符串。

此版本 Tablet PC SDK 不支持此智能标记。

示例

mRecognizerContext.Factoid = Factoid.PuncChar
mRecognizerContext.Factoid = Factoid.PuncChar;

平台

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