#include <mmf/common/speechrecognitiondatadevasr.h>
Link against: speechrecognitiondata.lib
| class CSDResultSet : public CBase |
| Public Member Functions | |
|---|---|
| ~CSDResultSet() | |
| IMPORT_C TInt | Add(CSDResult &) |
| IMPORT_C const CSDResult & | At(TInt) |
| IMPORT_C TInt | Count() |
| IMPORT_C const TDiagnostic & | Diagnostic() |
| IMPORT_C CSDResultSet * | NewL() |
| IMPORT_C CSDResultSet * | NewLC() |
| IMPORT_C void | SetDiagnostic(TDiagnostic &) |
CSDResultSet encapsulates a set of result objects returned by the recognizer at the end of the recognition process. A result set may include additional diagnostic information for error analysis.
| IMPORT_C TInt | Count | ( | ) | const |
Returns the number of results in the result set.
| IMPORT_C const TDiagnostic & | Diagnostic | ( | ) | const |
Gets the diagnostic of this result set.
| IMPORT_C CSDResultSet * | NewL | ( | ) | [static] |
Instantiates an instance of CSDResultSet.
| IMPORT_C CSDResultSet * | NewLC | ( | ) | [static] |
Instantiates an instance of CSDResultSet and leaves a pointer on the cleanup stack.
| IMPORT_C void | SetDiagnostic | ( | TDiagnostic & | aDiagnostic | ) |
Sets the diagnostic of this result set.
| Parameters | |
|---|---|
| aDiagnostic | A reference to the diagostic object. |