API published in: S60 3rd Ed FP 1
Link against: ocrsrv.lib
Required Capabilities
None
#include <ocrcommon.h>
This class holds the information from the OCR engine after the recognition Note that all memory ownership belongs to the OCR engine, so do not need to either allocate memory for it or push it to the CleanupStack. Engine will release the memory whenever necessary
Data Fields |
|
HBufC16 * | iText |
Text buffer for the line. |
|
TRect | iRect |
Region coordinate to be processed. |
|
TRect * | iCharRect |
Array of the character rects. |
|
TInt | iCharCount |
Number of characters. |
|
Number of characters. |
|
Array of the character rects. (Not Own) |
|
Region coordinate to be processed. |
|
Text buffer for the line. Note that after layout analysis, this is NULL and the buffer will be filled after recognition (Not Own) |