|
|
|
|
Location:
speechrecognitiondatadevasr.h
Link against: speechrecognitiondata.lib
class CSDRule : public CBase;
Class to encapsulate a Speaker Dependent Rule.
CBase - Base class for all classes to be instantiated on the heap
CSDRule - Class to encapsulate a Speaker Dependent Rule
Defined in CSDRule:
LexiconID(), NewL(), NewLC(), PronunciationID(), RuleID(), ~CSDRule()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CSDRule *NewL(TRuleID aRuleID, TLexiconID aLexiconID, TPronunciationID aPronunciationID);
Instantiates an instance of CSDRule.
|
|
static IMPORT_C CSDRule *NewLC(TRuleID aRuleID, TLexiconID aLexiconID, TPronunciationID aPronunciationID);
Instantiates an instance of CSDRule and leaves a pointer on the cleanup stack.
|
|
IMPORT_C TRuleID RuleID() const;
Returns the rule ID of the result.
|
IMPORT_C TLexiconID LexiconID() const;
Returns the lexicon ID of the result.
|
IMPORT_C TPronunciationID PronunciationID() const;
Returns the pronunciation ID of the result.
|