TOCRBlockInfo 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 Line Information.

This class holds the information from the layout analysis, the engine will allocate the memory of TOCRBlockInfo array, and pass the ownership to you while you can remove it by delete[]


Data Fields

TRect  iRect
  Region coordinate to be processed.
TOcrLayoutType  iType
  Layout Type (Horizontal or Vertical).
TInt  iBlockId
  Id of the block.

Field Documentation

TInt TOCRBlockInfo::iBlockId
 

Id of the block.

TRect TOCRBlockInfo::iRect
 

Region coordinate to be processed.

TOcrLayoutType TOCRBlockInfo::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