PlanetPress Capture Library
TICRData Class Reference

This object represents the results sent from an ICR engine. More...

List of all members.

Public Attributes

Integer ID
WideString Value
 Value returned by the ICR engine.
WideString Confidence
 Level of confidence about Value, as returned by the ICR engine.

Detailed Description

This object represents the results sent from an ICR engine.

It contains two properties, Value and Confidence. The Value represents the interpretation of the ink while the Confidence represents how confident the ICR engine is of its interpretation.

Note:
PlanetPress Capture does not currently have a built-in ICR engine, nor does it provide connectors to third-party ICR engines. The ICR-related objects are provided as a convenience only for third-party developers that wish to add ICR capability to their solution. Although backward compatibility will be preserved as much as possible, breaking changes may be introduced in the future when and if ICR support is officially added. The library version number will be updated accordingly.

Member Data Documentation

Level of confidence about Value, as returned by the ICR engine.

Integer TICRData::ID

ID of the ICRData.

WideString TICRData::Value

Value returned by the ICR engine.