Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: apmrec.h
Link against: apmime.lib

Class TDataRecognitionResult

TDataRecognitionResult

Support

Supported from 5.0

Description

The result of an attempt to recognize data.

The class contains a data (MIME) type and a confidence rating.

An object of this type is passed to the Application Architecture server when making a request to recognize data.

Defined in TDataRecognitionResult:
Reset(), iConfidence, iDataType

See also:


Resetting


Reset()

void Reset();

Description

Resets the data type to the default data type and sets the confidence rating to CApaDataRecognizerType::ENotRecognized.

See also:

[Top]


Data members


iDataType

TDataType iDataType;

Description

The data type.


iConfidence

TInt iConfidence;

Description

The confidence rating associated with the data (EMIME) type.