#include <apmrec.h>
class CApaDataRecognizer : public CBase |
Protected Attributes | |
---|---|
RFs & | iFs |
TInt | iMaxBufferSize |
Public Member Functions | |
---|---|
~CApaDataRecognizer() | |
IMPORT_C TInt | AcceptedConfidence() |
IMPORT_C void | DataTypeL(CDataTypeArray &) |
RFile * | FilePassedByHandle() |
IMPORT_C TInt | PreferredBufSize() |
IMPORT_C TDataRecognitionResult | RecognizeL(const TDesC &, const TDesC8 &) |
IMPORT_C TDataRecognitionResult | RecognizeL(RFile &, TInt) |
IMPORT_C TBool | RecognizeL(const TDesC &, const TDesC8 &, const TDataType &) |
IMPORT_C TBool | RecognizeL(RFile &, TInt, const TDataType &) |
IMPORT_C void | SetAcceptedConfidence(TInt) |
void | SetFilePassedByHandle(RFile *) |
IMPORT_C void | UpdateDataTypesL() |
Protected Member Functions | |
---|---|
CApaDataRecognizer(RFs &) | |
void | AddDataRecognizerType(CApaDataRecognizerType *) |
IMPORT_C void | AddDataRecognizerTypeL(CApaDataRecognizerType *) |
IMPORT_C void | DestroyRecognizerList() |
IMPORT_C TInt | RemoveDataRecognizerType(const CApaDataRecognizerType *) |
void | AddDataRecognizerType | ( | CApaDataRecognizerType * | aDataRecognizerType | ) | [protected, inline] |
Deprecated7.0s
IMPORT_C void | AddDataRecognizerTypeL | ( | CApaDataRecognizerType * | aDataRecognizerType | ) | [protected] |
IMPORT_C TDataRecognitionResult | RecognizeL | ( | const TDesC & | aName, |
const TDesC8 & | aBuffer | |||
) |
IMPORT_C TDataRecognitionResult | RecognizeL | ( | RFile & | aFile, |
TInt | aPreferredBufSize | |||
) |
IMPORT_C TInt | RemoveDataRecognizerType | ( | const CApaDataRecognizerType * | aDataRecognizerType | ) | [protected] |