Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: APMREC.H
Link against: apmime.lib

Class TDataRecognitionResult

class TDataRecognitionResult;

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.

Members

Defined in TDataRecognitionResult:
Reset(), iConfidence, iDataType


Member functions


Reset()

IMPORT_C void Reset();

Description

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

See also:

[Top]


Member data


iDataType

TDataType iDataType;

Description

The data type.


iConfidence

TInt iConfidence;

Description

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