MOCREngineInterface Class Reference

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

Dll ocrsrv.lib
Since:
S60 3.1

Public Member Functions

virtual MOCREngineBaseBase () 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.

Since:
S60 3.1
Returns:
Pointer to the engine base
See also:
MOCREngineBase

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

Copyright © Nokia Corporation 2001-2007
Back to top