TOCRTextRgnInfo Class Reference

API published in: S60 3rd Ed FP 1

Link against: ocrsrv.lib

Capability Information

Required Capabilities

None


#include <ocrcommon.h>

Detailed Description

OCR (Optical Character Recognition) Text Block Information.

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

TRect  iRect
  Region coordinate to be processed.
TOcrLayoutType  iType
  Layout Type (Horizontal or Vertical).
TInt  iBlockId
  Id of the block.
TOCRTextLineInfo iLines
  Text line Information (Not Own).
TInt  iLineCount
  Number of Lines.

Field Documentation

TInt TOCRTextRgnInfo::iBlockId
 

Id of the block.

TInt TOCRTextRgnInfo::iLineCount
 

Number of Lines.

TOCRTextLineInfo* TOCRTextRgnInfo::iLines
 

Text line Information (Not Own).

TRect TOCRTextRgnInfo::iRect
 

Region coordinate to be processed.

TOcrLayoutType TOCRTextRgnInfo::iType
 

Layout Type (Horizontal or Vertical).


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top