class CSDPronunciation : public CBase |
Class to encapsulate a Speaker Dependent Pronunciation.
Public Member Functions | |
---|---|
~CSDPronunciation () | |
IMPORT_C TModelBankID | ModelBankID () |
IMPORT_C CSDPronunciation * | NewL ( TPronunciationID , TModelBankID , TPhonemeID ) |
IMPORT_C CSDPronunciation * | NewLC ( TPronunciationID , TModelBankID , TPhonemeID ) |
IMPORT_C TPhonemeID | PhonemeID () |
IMPORT_C TPronunciationID | PronunciationID () |
Private Member Functions | |
---|---|
CSDPronunciation ( TPronunciationID , TModelBankID , TPhonemeID ) | |
void | ConstructL () |
Private Attributes | |
---|---|
TModelBankID | iModelBankID |
TPhonemeID | iPhonemeID |
TPronunciationID | iPronunciationID |
CSDPronunciation | ( | TPronunciationID | aPronunciationID, |
TModelBankID | aModelBankID, | ||
TPhonemeID | aPhonemeID | ||
) | [private] |
TPronunciationID aPronunciationID | |
TModelBankID aModelBankID | |
TPhonemeID aPhonemeID |
IMPORT_C TModelBankID | ModelBankID | ( | ) | const |
Returns the ID of the model bank.
IMPORT_C CSDPronunciation * | NewL | ( | TPronunciationID | aPronunciationID, |
TModelBankID | aModelBankID, | |||
TPhonemeID | aPhonemeID | |||
) | [static] |
Instantiates an instance of CSDPronunciation .
TPronunciationID aPronunciationID | The pronunciation identifier. |
TModelBankID aModelBankID | The model bank identifier. |
TPhonemeID aPhonemeID | The phoneme identifier. |
IMPORT_C CSDPronunciation * | NewLC | ( | TPronunciationID | aPronunciationID, |
TModelBankID | aModelBankID, | |||
TPhonemeID | aPhonemeID | |||
) | [static] |
Instantiates an instance of CSDPronunciation and leaves a pointer on the cleanup stack.
TPronunciationID aPronunciationID | The pronunciation identifier. |
TModelBankID aModelBankID | The model bank identifier. |
TPhonemeID aPhonemeID | The phoneme identifier. |
IMPORT_C TPhonemeID | PhonemeID | ( | ) | const |
Returns the phoneme ID of this lexicon entry.
IMPORT_C TPronunciationID | PronunciationID | ( | ) | const |
Returns the pronunciation ID of this lexicon entry.
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.