PlanetPress Capture Library
|
This object represents the results sent from an ICR engine. More...
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. |
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.
WideString TICRData::Confidence |
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.