Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: speechrecognitiondatadevasr.h
Link against: speechrecognitiondata.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class CSDPronunciation

class CSDPronunciation : public CBase;

Description

Class to encapsulate a Speaker Dependent Pronunciation.

Derivation

Members

Defined in CSDPronunciation:
ModelBankID(), NewL(), NewLC(), PhonemeID(), PronunciationID(), ~CSDPronunciation()

Inherited from CBase:
Delete(), Extension_(), operator new()


Construction and destruction


~CSDPronunciation()

IMPORT_C ~CSDPronunciation();

Description

Destructor.


NewL()

static IMPORT_C 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()

static IMPORT_C 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()

IMPORT_C TPronunciationID PronunciationID() const;

Description

Returns the pronunciation ID of this lexicon entry.

Return value

TPronunciationID

The pronunciation identifier.


ModelBankID()

IMPORT_C TModelBankID ModelBankID() const;

Description

Returns the ID of the model bank.

Return value

TModelBankID

The model bank identifier.


PhonemeID()

IMPORT_C TPhonemeID PhonemeID() const;

Description

Returns the phoneme ID of this lexicon entry.

Return value

TPhonemeID

The phoneme identifier.