MOCREngineInterface Class Reference

API published in: S60 3rd Ed FP 1

Link against: ocrsrv.lib

Capability Information

Required Capabilities

None


#include <ocrsrv.h>

Inherited by MOCREngineLayoutRecognize, and MOCREngineRecognizeBlock.


Detailed Description

OCR (Optical Character Recognition) Engine Interface Base.

Base interfaces for the OCR engine, all engines derived from this class User can access base features from Base method


Public Member Functions

virtual MOCREngineBase Base () const =0
  This method gets the MOCREngineBase interface, user can access base features from this method.
virtual  ~MOCREngineInterface ()
  Virtual destructor.

Constructor & Destructor Documentation

virtual MOCREngineInterface::~MOCREngineInterface  )  [inline, virtual]
 

Virtual destructor.


Member Function Documentation

virtual MOCREngineBase* MOCREngineInterface::Base  )  const [pure virtual]
 

This method gets the MOCREngineBase interface, user can access base features from this method.

Returns:
Pointer to the engine base
See also:
MOCREngineBase

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

Copyright © Nokia Corporation 2001-2008
Back to top