CSIClientResultSet Class Reference
class CSIClientResultSet : public CBase |
Class to encapsulate a client recogntion result set This is a lightweight result set formulated for client consumption
nsssispeechrecognitiondata.lib
- Since
- 2.5
Constructor & Destructor Documentation
CSIClientResultSet()
CSIClientResultSet | ( | ) | [private] |
~CSIClientResultSet()
IMPORT_C | ~CSIClientResultSet | ( | ) | |
Member Functions Documentation
AddL(const CSIClientResult *)
Use to add a result to the result set.
- Since
- 2.5
Parameters
const CSIClientResult * aResult | - reference to the result object to be added. |
AtL(TInt)
Use to retrieve a result at a given index within the result set.
- Since
- 2.5
ConstructL()
void | ConstructL | ( | ) | [private] |
DeleteL(TInt)
IMPORT_C void | DeleteL | ( | TInt | aIndex | ) | |
Use to delete a result to the result set.
- Since
- 2.5
ExternalizeL(RWriteStream &)
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const [virtual] |
InternalizeL(RReadStream &)
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) | [virtual] |
MaxResults()
IMPORT_C TInt | MaxResults | ( | ) | const |
Use to retrieve the current value of the max number of expected after recognition.
- Since
- 2.5
ResultCount()
IMPORT_C TInt | ResultCount | ( | ) | const |
Use to retrieve the number of results actually returned after recogntion.
- Since
- 2.5
SetMaxResultsL(TInt)
IMPORT_C void | SetMaxResultsL | ( | TInt | aMaxResults | ) | |
Sets the maximum number of best matches (N-best) expected in the recognition result after recognition.
- Since
- 2.5
Parameters
TInt aMaxResults | - the maximum number of matches expected in the recognition result. |
SetResultCount(TInt)
IMPORT_C void | SetResultCount | ( | TInt | aResultCount | ) | |
Use to set the number of results actually returned after recogntion.
- Since
- 2.5
Parameters
TInt aResultCount | - number of results returned by the recognizer. |
SetSIResultSet(CSIResultSet *)
Member Data Documentation
TInt
iMaxResults
TInt
| iMaxResults | [private] |
RPointerArray< CSIClientResult > iResultArray
TInt
iResultCount
TInt
| iResultCount | [private] |
CSIResultSet * iSIResultSet
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.