RecognitionResult 成员

包括受保护的成员
包括继承的成员

包括 .NET Framework 成员
包括 .NET Compact Framework 成员
包括 XNA Framework 成员

更新:2007 年 11 月

表示识别的结果。手写墨迹 的识别结果是在 RecognitionResult 对象中返回的。

RecognitionResult 类型公开以下成员。

方法

  名称 说明
ms552539.pubmethod(zh-cn,VS.90).gif Equals 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。)
ms552539.protmethod(zh-cn,VS.90).gif Finalize 允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
ms552539.pubmethod(zh-cn,VS.90).gif GetAlternatesFromSelection 已重载。 从 RecognitionResult 对象的最佳结果字符串中的一个范围返回 RecognitionAlternates 集合,从而集合中的每个 RecognitionAlternate 对象只对应一个墨迹段。
ms552539.pubmethod(zh-cn,VS.90).gif GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
ms552539.pubmethod(zh-cn,VS.90).gif GetType 获取当前实例的 Type。 (继承自 Object。)
ms552539.protmethod(zh-cn,VS.90).gif MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
ms552539.pubmethod(zh-cn,VS.90).gif ModifyTopAlternate 使用已知的 RecognitionAlternate 对象修改 RecognitionResult 对象。
ms552539.pubmethod(zh-cn,VS.90).gif SetResultOnStrokes RecognitionResult 对象分配给用于生成结果的 Strokes 集合。
ms552539.pubmethod(zh-cn,VS.90).gif ToString 返回表示当前 RecognitionResult 对象的 TopAlternate 属性的字符串。 (重写 Object.ToString()。)

页首

字段

  名称 说明
ms552539.pubfield(zh-cn,VS.90).gifms552539.static(zh-cn,VS.90).gif DefaultMaximumRecognitionAlternates 检索默认情况下最多要从识别器 获取的 RecognitionAlternates 数目。

页首

属性

  名称 说明
ms552539.pubproperty(zh-cn,VS.90).gif Strokes 获取识别器 用来生成 RecognitionResult 对象的 Strokes 集合。
ms552539.pubproperty(zh-cn,VS.90).gif TopAlternate 获取识别结果的最佳备选项
ms552539.pubproperty(zh-cn,VS.90).gif TopConfidence 获取 RecognitionResult 对象的 TopAlternate 属性的置信级别。
ms552539.pubproperty(zh-cn,VS.90).gif TopString 获取 TopAlternate 属性的结果文本

页首

另请参见

参考

RecognitionResult 类

Microsoft.Ink 命名空间