API published in: S60 3rd Ed FP 1
Link against: ocrsrv.lib
Required Capabilities
None
#include <ocrsrv.h>
This set of interfaces defines the observers of the OCR engine. This is the unique set for all types of engines. User needs to implement a concrete class which is derived from this class.
Public Member Functions |
|
virtual void | RecognizeBlockComplete (TInt aError, const TOCRTextRgnInfo *aBlocks, const TInt aBlockCount)=0 |
This interface will be called after the Block Recognition is completed. |
|
virtual void | RecognizeSpecialRegionComplete (TInt aError, const TOCRTextRgnInfo *aBlocks, const TInt aBlockCount)=0 |
This interface will be called after the Special Region Recognition is completed. |
|
virtual void | RecognizeComplete (TInt aError, const TOCRTextRgnInfo *aBlocks, const TInt aBlockCount)=0 |
This interface will be called after the Full Image Recognition is completed. |
|
virtual void | LayoutComplete (TInt aError, const TOCRBlockInfo *aBlocks, const TInt aBlockCount)=0 |
This interface will be called after the Full Image Layout Analysis is completed. |
|
virtual void | RecognizeProcess (const TUint aPercent)=0 |
This interface will be called during the procession and indicates the progress. |
|
This interface will be called after the Full Image Layout Analysis is completed. This calling only valid when using the EEngineLayoutRecognize type of engine
|
|
This interface will be called after the Block Recognition is completed. This calling only valid when using the EEngineRecognizeBlock type of engine
|
|
This interface will be called after the Full Image Recognition is completed. This calling only valid when using the EEngineLayoutRecognize type of engine
|
|
This interface will be called during the procession and indicates the progress.
|
|
This interface will be called after the Special Region Recognition is completed. This calling only valid when using the EEngineRecognizeBlock type of engine
|