|
||
class CSDClientResultSet : public CBase;
Class to encapsulate a client recogntion result set This is a lightweight result set formulated for client consumption
CBase
-
Base class for all classes to be instantiated on the heap.
CSDClientResultSet
- ...
Defined in CSDClientResultSet
:
At(TInt)const
Returns a result at a given index within the result set.Diagnostic()const
Gets the diagnostic of this result set.ExternalizeL(RWriteStream &)const
Writes the state of the class to a stream.InternalizeL(RReadStream &)
Restores the state of the object from a stream.MaxResults()const
Returns the current value of the max number of expected after recognition.NewL()
Two-phased constructor.NewLC()
Two-phased constructor. Pushes the newly created object onto the cleanup stackResultCount()const
Returns the number of results actually returned after recogntion.SetDiagnostic(TDiagnostic &)
Sets the diagnostic of this result set.SetMaxResultsL(TInt)
Sets the maximum number of best matches (N-best) expected in the recognition res...SetResultCount(TInt)
Sets the number of results actually returned after recogntion.~CSDClientResultSet()
Destructor.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...IMPORT_C static CSDClientResultSet* NewL();
Two-phased constructor.
|
IMPORT_C static CSDClientResultSet* NewLC();
Two-phased constructor. Pushes the newly created object onto the cleanup stack
|
IMPORT_C void SetMaxResultsL(TInt aMaxResults);
Sets the maximum number of best matches (N-best) expected in the recognition result after recognition.
|
IMPORT_C TInt MaxResults() const;
Returns the current value of the max number of expected after recognition.
|
IMPORT_C const CSDClientResult& At(TInt aIndex) const;
Returns a result at a given index within the result set.
|
|
IMPORT_C void SetResultCount(TInt aResultCount);
Sets the number of results actually returned after recogntion.
|
IMPORT_C TInt ResultCount() const;
Returns the number of results actually returned after recogntion.
|
IMPORT_C void SetDiagnostic(TDiagnostic &aDiagnostic);
Sets the diagnostic of this result set.
|
IMPORT_C const TDiagnostic& Diagnostic() const;
Gets the diagnostic of this result set.
|
IMPORT_C void ExternalizeL(RWriteStream &aStream) const;
Writes the state of the class to a stream.
|
IMPORT_C void InternalizeL(RReadStream &aStream);
Restores the state of the object from a stream.
|