CSDClientResultSet Class Reference
class CSDClientResultSet : public CBase |
Class to encapsulate a client recogntion result set This is a lightweight result set formulated for client consumption
Constructor & Destructor Documentation
CSDClientResultSet()
CSDClientResultSet | ( | ) | [private] |
~CSDClientResultSet()
IMPORT_C | ~CSDClientResultSet | ( | ) | |
Member Functions Documentation
At(TInt)
Returns a result at a given index within the result set.
Parameters
TInt aIndex | The index of result to return. |
ConstructL()
void | ConstructL | ( | ) | [private] |
Diagnostic()
Gets the diagnostic of this result set.
ExternalizeL(RWriteStream &)
Writes the state of the class to a stream.
InternalizeL(RReadStream &)
Restores the state of the object from a stream.
MaxResults()
IMPORT_C TInt | MaxResults | ( | ) | const |
Returns the current value of the max number of expected after recognition.
NewLC()
Two-phased constructor. Pushes the newly created object onto the cleanup stack
ResultCount()
IMPORT_C TInt | ResultCount | ( | ) | const |
Returns the number of results actually returned after recogntion.
SetDiagnostic(TDiagnostic &)
Sets the diagnostic of this result set.
Parameters
TDiagnostic & aDiagnostic | The reference to the diagostic object. |
SetMaxResultsL(TInt)
IMPORT_C void | SetMaxResultsL | ( | TInt | aMaxResults | ) | |
Sets the maximum number of best matches (N-best) expected in the recognition result after recognition.
Parameters
TInt aMaxResults | The maximum number of matches expected in the recognition result. |
SetResultCount(TInt)
IMPORT_C void | SetResultCount | ( | TInt | aResultCount | ) | |
Sets the number of results actually returned after recogntion.
Parameters
TInt aResultCount | The number of results returned by the recognizer. |
Member Data Documentation
TDiagnostic * iDiagnostic
TInt
iMaxResults
TInt
| iMaxResults | [private] |
RPointerArray< CSDClientResult > iResultArray
TInt
iResultCount
TInt
| iResultCount | [private] |
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.