CNssTrainingParameters Class Reference

class CNssTrainingParameters : public CBase
CTag is the implementation class for MTag interface. It encapsulates tag data. A tag cannot be directly created by a client. A client has to own an instance of Tag Manager which has methods for creating tag objects. The CTag class also provides additional members for internal use by VAS. VASApi.lib
Since
2.8

Inherits from

  • CNssTrainingParameters

Constructor & Destructor Documentation

CNssTrainingParameters()

CNssTrainingParameters()[private]

C++ constructor.

~CNssTrainingParameters()

IMPORT_C~CNssTrainingParameters()[virtual]
Virtuous destructor. Inherited from CBase.
Since
2.8

Member Functions Documentation

ConstructL()

voidConstructL()[private]

2nd phase constructor.

Languages()

IMPORT_C const RArray< TLanguage > &Languages()const
When text is transformed into pronunciation, the outcome depends on language. List the languages, for which pronunciations should be generated.
Since
2.8

NewL()

IMPORT_C CNssTrainingParameters *NewL()[static]
Two-phased constructor
Since
2.8

NewLC()

IMPORT_C CNssTrainingParameters *NewLC()[static]
Two-phased constructor
Since
2.8

ResetSindeLanguageArray()

voidResetSindeLanguageArray()[private]

Destroys SIND language array.

Separator()

IMPORT_C TCharSeparator()const
Returns the separator character.
Since
2.8

SetLanguages(RArray< TLanguage > *)

IMPORT_C voidSetLanguages(RArray< TLanguage > *aLanguageArray)
When text is transformed into pronunciation, the outcome depends on language. List the languages, for which pronunciations should be generated.
Since
2.8

Parameters

RArray< TLanguage > * aLanguageArrayThe list of languages

SetSeparator(TChar)

IMPORT_C voidSetSeparator(TCharaSeparator)
Set the separator between the first name and the last name.
Since
2.8

Parameters

TChar aSeparatorThe separator

SetSindeLanguages(const RArray< RTrainingLanguageArray > &)

IMPORT_C voidSetSindeLanguages(const RArray< RTrainingLanguageArray > &aLanguageArray)
Sets languages for SINDE type of training
Since
3.1

Parameters

const RArray< RTrainingLanguageArray > & aLanguageArrayTwo dimensional language array

SindeLanguagesL()

IMPORT_C const RArray< RTrainingLanguageArray > &SindeLanguagesL()const
Returns the list of SIND training languages.
Since
3.1

Member Data Documentation

RArray< TLanguage > * iLanguages

RArray< TLanguage > *iLanguages[private]

TChar iSeparator

TChar iSeparator[private]

RArray< RTrainingLanguageArray > iSindeLanguages

RArray< RTrainingLanguageArray >iSindeLanguages[private]