#include <SpeechRecognitionDataDevASR.h>
Link against:
speechrecognitiondata.lib
This item is not part of the S60 5th Edition SDK
class CSDPronunciation : public CBase;
Description
Class to encapsulate a Speaker Dependent Pronunciation.
Derivation
CBase
-
Base class for all classes to be instantiated on the heap.
CSDPronunciation
-
Class to encapsulate a Speaker Dependent Pronunciation.
Members
Defined in CSDPronunciation
:
Inherited from CBase
:
Construction and destruction
IMPORT_C ~CSDPronunciation();
Description
Destructor.
NewL(TPronunciationID,TModelBankID,TPhonemeID)
IMPORT_C static CSDPronunciation* NewL(TPronunciationID aPronunciationID, TModelBankID aModelBankID, TPhonemeID aPhonemeID);
Description
Instantiates an instance of CSDPronunciation.
Parameters
TPronunciationID aPronunciationID |
The pronunciation identifier.
|
TModelBankID aModelBankID |
The model bank identifier.
|
TPhonemeID aPhonemeID |
The phoneme identifier.
|
|
Return value
NewLC(TPronunciationID,TModelBankID,TPhonemeID)
IMPORT_C static CSDPronunciation* NewLC(TPronunciationID aPronunciationID, TModelBankID aModelBankID, TPhonemeID aPhonemeID);
Description
Instantiates an instance of CSDPronunciation and leaves a pointer on the cleanup stack.
Parameters
TPronunciationID aPronunciationID |
The pronunciation identifier.
|
TModelBankID aModelBankID |
The model bank identifier.
|
TPhonemeID aPhonemeID |
The phoneme identifier.
|
|
Return value
IMPORT_C TPronunciationID PronunciationID() const;
Description
Returns the pronunciation ID of this lexicon entry.
Return value
TPronunciationID
|
The pronunciation identifier.
|
|
IMPORT_C TModelBankID ModelBankID() const;
Description
Returns the ID of the model bank.
Return value
TModelBankID
|
The model bank identifier.
|
|
IMPORT_C TPhonemeID PhonemeID() const;
Description
Returns the phoneme ID of this lexicon entry.
Return value
TPhonemeID
|
The phoneme identifier.
|
|