Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SpeechRecognitionDataDevASR.h>
Link against: speechrecognitiondata.lib
This item is not part of the S60 5th Edition SDK

Class CSDPronunciation

class CSDPronunciation : public CBase;

Description

Class to encapsulate a Speaker Dependent Pronunciation.

Derivation

Members

Defined in CSDPronunciation:

Inherited from CBase:


Construction and destruction


~CSDPronunciation()

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

CSDPronunciation *

A pointer to a CSDPronunciation object.


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

CSDPronunciation *

A pointer to a CSDPronunciation object.

[Top]


Member functions


PronunciationID()const

IMPORT_C TPronunciationID PronunciationID() const;

Description

Returns the pronunciation ID of this lexicon entry.

Return value

TPronunciationID

The pronunciation identifier.


ModelBankID()const

IMPORT_C TModelBankID ModelBankID() const;

Description

Returns the ID of the model bank.

Return value

TModelBankID

The model bank identifier.


PhonemeID()const

IMPORT_C TPhonemeID PhonemeID() const;

Description

Returns the phoneme ID of this lexicon entry.

Return value

TPhonemeID

The phoneme identifier.