TRegionInfo 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::RecognizeSpecialRegionL

Public Types

enum  TOcrRegionType { EEmailAddress, ETelephoneNumber, EWWWAddress }
 Content Type. More...

Data Fields

TRect iRect
 Region coordinate to be processed.
TOcrBackgroundType iBackgroundColor
 Brightness for text background.
TOcrRegionType iType
 Content Type.

Member Enumeration Documentation

enum TRegionInfo::TOcrRegionType
 

Content Type.

Enumerator:
EEmailAddress  E-mail address.
ETelephoneNumber  telephone number
EWWWAddress  website address

Field Documentation

TOcrBackgroundType TRegionInfo::iBackgroundColor
 

Brightness for text background.

TRect TRegionInfo::iRect
 

Region coordinate to be processed.

TOcrRegionType TRegionInfo::iType
 

Content Type.


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

Copyright © Nokia Corporation 2001-2008
Back to top