Location:
speechrecognitiondatadevasr.h
Link against: speechrecognitiondata.lib
class CSDModel : public CBase;
Class to encapsulate a Speaker Dependent Model created during the training process.
CBase
- Base class for all classes to be instantiated on the heap
CSDModel
- Class to encapsulate a Speaker Dependent Model created during the training process
Defined in CSDModel
:
AcousticModel()
, NewL()
, NewL()
, NewLC()
, NewLC()
, PhonemeID()
, SetAcousticModel()
, SetPhonemeID()
, ~CSDModel()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
static IMPORT_C CSDModel *NewL();
Instantiates an instance of a CSDModel.
|
static IMPORT_C CSDModel *NewLC();
Instantiates an instance of a CSDModel.
|
static IMPORT_C CSDModel *NewL(TPhonemeID aPhonemeID);
Instantiates an instance of a CSDModel.
|
|
static IMPORT_C CSDModel *NewLC(TPhonemeID aPhonemeID);
Instantiates an instance of a CSDModel.
|
|
IMPORT_C void SetPhonemeID(TPhonemeID aPhonemeID);
Sets the phoneme ID of this model.
|
IMPORT_C TPhonemeID PhonemeID() const;
Returns the phoneme ID of this model.
|
IMPORT_C void SetAcousticModel(TPtr8 &aAcousticModel);
Sets the acoustic model of the model.
|
IMPORT_C const TDesC8 &AcousticModel() const;
Gets a pointer to the acoustic model of this model.
|