CSDResultSet Class Reference
class CSDResultSet : public CBase |
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.
Constructor & Destructor Documentation
Member Functions Documentation
Add(CSDResult &)
Adds a result to the rule set.
Parameters
CSDResult & aResult | A reference to the result object to be added. |
At(TInt)
Returns a result at a given index within the result set.
Parameters
TInt aIndex | The index in the result set. |
ConstructL()
void | ConstructL | ( | ) | [private] |
Count()
IMPORT_C TInt | Count | ( | ) | const |
Returns the number of results in the result set.
Diagnostic()
Gets the diagnostic of this result set.
NewLC()
Instantiates an instance of CSDResultSet and leaves a pointer on the cleanup stack.
SetDiagnostic(TDiagnostic &)
Sets the diagnostic of this result set.
Parameters
TDiagnostic & aDiagnostic | A reference to the diagostic object. |
Member Data Documentation
TDiagnostic * iDiagnostic
RPointerArray< CSDResult > iResultArray
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.