|
|
|
|
Location:
speechrecognitiondatadevasr.h
Link against: speechrecognitiondata.lib
class CSDPronunciation : public CBase;
Class to encapsulate a Speaker Dependent Pronunciation.
CBase - Base class for all classes to be instantiated on the heap
CSDPronunciation - Class to encapsulate a Speaker Dependent Pronunciation
Defined in CSDPronunciation:
ModelBankID(), NewL(), NewLC(), PhonemeID(), PronunciationID(), ~CSDPronunciation()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C CSDPronunciation *NewL(TPronunciationID aPronunciationID, TModelBankID aModelBankID, TPhonemeID aPhonemeID);
Instantiates an instance of CSDPronunciation.
|
|
static IMPORT_C CSDPronunciation *NewLC(TPronunciationID aPronunciationID, TModelBankID aModelBankID, TPhonemeID aPhonemeID);
Instantiates an instance of CSDPronunciation and leaves a pointer on the cleanup stack.
|
|
IMPORT_C TPronunciationID PronunciationID() const;
Returns the pronunciation ID of this lexicon entry.
|
IMPORT_C TModelBankID ModelBankID() const;
Returns the ID of the model bank.
|
IMPORT_C TPhonemeID PhonemeID() const;
Returns the phoneme ID of this lexicon entry.
|