TOCRLayoutBlockInfo 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) Block Information for Recognizing Blocks.

This class is for recognizing blocks.

See also:
MOCREngineRecognizeBlock::RecognizeBlockL

Data Fields

TRect  iRect
  Region coordinate to be processed.
TOcrLayoutType  iLayout
  Layout Type (Horizontal or Vertical).
TOcrTextType  iText
  Text Type (Multi or Single line).
TOcrBackgroundType  iBackgroundColor
  Brightness for text background.

Field Documentation

TOcrBackgroundType TOCRLayoutBlockInfo::iBackgroundColor
 

Brightness for text background.

TOcrLayoutType TOCRLayoutBlockInfo::iLayout
 

Layout Type (Horizontal or Vertical).

TRect TOCRLayoutBlockInfo::iRect
 

Region coordinate to be processed.

TOcrTextType TOCRLayoutBlockInfo::iText
 

Text Type (Multi or Single line).


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

Copyright © Nokia Corporation 2001-2008
Back to top