#include <mmf/common/speechrecognitioncustomcommands.h>
class RSpeechRecognitionCustomCommands : public RMMFCustomCommandsBase |
Inherited Attributes | |
---|---|
RMMFCustomCommandsBase::iController | |
RMMFCustomCommandsBase::iDestinationPckg |
Inherited Functions | |
---|---|
RMMFCustomCommandsBase::RMMFCustomCommandsBase(RMMFController &,TUid) |
This is the main class of Speech Recognition Custom Commands.
IMPORT_C | RSpeechRecognitionCustomCommands | ( | RMMFController & | aController | ) |
Public C++ constructor for RSpeechRecognitionCustomCommands class.
Parameter | Description |
---|---|
aController | A reference to a RMMFController object. |
IMPORT_C TInt | AddPronunciation | ( | TLexiconID | aLexiconID, |
TModelBankID | aModelBankID, | |||
TModelID | aModelID, | |||
TPronunciationID & | aPronunciationID | |||
) |
Adds a new pronunciation for the given model into the specified lexicon.
Parameter | Description |
---|---|
aLexiconID | The lexicon ID to where the new pronunciation is added. |
aModelBankID | The model bank ID. |
aModelID | The model ID. |
aPronunciationID | A reference to where a new pronunciation ID is assigned. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | AddRule | ( | TGrammarID | aGrammarID, |
TLexiconID | aLexiconID, | |||
TPronunciationID | aPronunciationID, | |||
TRuleID & | aRuleID | |||
) |
Adds a new rule for the given pronunciation into the specified grammar.
Parameter | Description |
---|---|
aGrammarID | The grammar ID to where the new rule is added. |
aLexiconID | The lexicon ID. |
aPronunciationID | The pronunciation ID. |
aRuleID | A reference to where a new rule ID is assigned. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | CommitChanges | ( | ) |
Commits the current train operation to the database.
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | CreateGrammar | ( | TGrammarID & | aGrammarID | ) |
Creates a new grammar.
Parameter | Description |
---|---|
aGrammarID | A reference to where the grammar ID is stored. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | CreateLexicon | ( | TLexiconID & | aLexiconID | ) |
Creates a new lexicon.
Parameter | Description |
---|---|
aLexiconID | A reference where lexicon ID is stored. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | CreateModelBank | ( | TModelBankID & | aModelBankID | ) |
Creates a new model bank.
Parameter | Description |
---|---|
aModelBankID | A reference to where a new model bank ID is assigned. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | EndRecSession | ( | ) |
Ends the current recognition session.
The resources allocated for recognition are freed.
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | GetAllClientGrammarIDs | ( | ) |
Returns all grammar IDs owned by the client.
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | GetAllClientLexiconIDs | ( | ) |
Returns all lexicon IDs owned by the client.
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | GetAllClientModelBankIDs | ( | ) |
Returns all modelBank IDs owned by the client.
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | GetAllGrammarIDs | ( | ) |
Returns all grammar IDs owned by the client.
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | GetAllLexiconIDs | ( | ) |
Returns all lexicon IDs owned by the client.
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | GetAllModelBankIDs | ( | ) |
Returns all modelBank IDs owned by the client.
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | GetAllModelIDs | ( | TModelBankID | aModelBankID | ) |
Returns all model IDs that exist in the specified model bank.
Parameter | Description |
---|---|
aModelBankID | The model bank ID. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | GetAllPronunciationIDs | ( | TLexiconID | aLexiconID | ) |
Returns all pronunciation IDs that exist in the specified lexicon.
Parameter | Description |
---|---|
aLexiconID | The lexicon ID. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | GetAllRuleIDs | ( | TGrammarID | aGrammarID | ) |
Returns all rule IDs that exist in the specified grammar.
Parameter | Description |
---|---|
aGrammarID | The grammar ID. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
Returns the number of models available for training system wide, based on available disk space.
Parameter | Description |
---|---|
aAvailableStorage | The number of models that can be held in available storage space. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | GetEngineProperties | ( | const RArray< TInt > & | aPropertyId, |
RArray< TInt > & | aPropertyValue | |||
) |
Returns the engine properties specified by the engine property ID array. On return aPropertyValue contains an array of engine properties.
Parameter | Description |
---|---|
aPropertyId | A constant reference to an array of engine property IDs. |
aPropertyValue | A reference to an array of engine property values. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C void | GetGrammarIDArrayL | ( | RArray< TGrammarID > & | aGrammarIDs | ) |
Gets an array of grammar IDs previously requested by GetAllGrammarIDs.
Parameter | Description |
---|---|
aGrammarIDs | An array to store grammar IDs. |
IMPORT_C void | GetLexiconIDArrayL | ( | RArray< TLexiconID > & | aLexiconIDs | ) |
Gets an array of lexicon IDs previously requested by GetAllLexiconIDs.
Parameter | Description |
---|---|
aLexiconIDs | An array to store lexicon IDs. |
IMPORT_C void | GetModelBankIDArrayL | ( | RArray< TModelBankID > & | aModelBankIDs | ) |
Gets an array of modelBank IDs previously requested by GetAllModelBankIDs.
Parameter | Description |
---|---|
aModelBankIDs | An array to store modelBank IDs. |
IMPORT_C TInt | GetModelCount | ( | TModelBankID | aModelBankID, |
TInt & | aModelCount | |||
) |
Returns the number of models in the specified model bank.
Parameter | Description |
---|---|
aModelBankID | The model bank ID. |
aModelCount | The reference where the number of models is set. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C void | GetPronunciationIDArrayL | ( | RArray< TPronunciationID > & | aPronunciationIDs | ) |
Gets an array of pronunciation IDs previously requested by GetAllPronunciationIDs.
Parameter | Description |
---|---|
aPronunciationIDs | An array to store pronunciation IDs. |
IMPORT_C void | GetResultSetL | ( | CSDClientResultSet & | aResultSet | ) |
Gets a client result set previously created by a call to Recognise().
Parameter | Description |
---|---|
aResultSet | The ResultSet used to contain the recognition results |
IMPORT_C TInt | GetRuleValidity | ( | TGrammarID | aGrammarID, |
TRuleID | aRuleID, | |||
TBool & | aValid | |||
) |
Checks if the rule is valid or not.
Parameter | Description |
---|---|
aGrammarID | The grammar ID. |
aRuleID | The rule ID. |
aValid | A reference where the validity of the rule is set. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | GetUtteranceDuration | ( | TModelBankID | aModelBankID, |
TModelID | aModelID, | |||
TTimeIntervalMicroSeconds32 & | aDuration | |||
) |
Parameter | Description |
---|---|
aModelBankID | model bank Id |
aModelID | model Id |
aDuration | reference where the duration of utterance is set |
Returns: System-wide errors
IMPORT_C TInt | LoadEngineParameters | ( | const RArray< TInt > & | aParameterId, |
const RArray< TInt > & | aParameterValue | |||
) |
Uploads the specified parameters into the engine.
Parameter | Description |
---|---|
aParameterId | An array of parameter IDs. |
aParameterValue | An array of parameter values. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | LoadGrammar | ( | TGrammarID | aGrammarID | ) |
Loads the specified grammar into the recognizer; done prior to recognition.
Parameter | Description |
---|---|
aGrammarID | The grammar ID. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | LoadLexicon | ( | TLexiconID | aLexiconID | ) |
Loads the specified lexicon into the recognizer; done prior to recognition.
Parameter | Description |
---|---|
aLexiconID | The lexicon ID. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | LoadModels | ( | TModelBankID | aModelBankID | ) |
Loads the specified model bank into the recognizer; done prior to recognition.
Parameter | Description |
---|---|
aModelBankID | The model bank ID. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | PlayUtterance | ( | TModelBankID | aModelBankID, |
TModelID | aModelID | |||
) |
Plays the previously trained utterance.
Parameter | Description |
---|---|
aModelBankID | The model bank ID. |
aModelID | The model ID, whose utterance is played. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | Recognize | ( | CSDClientResultSet & | aResultSet | ) |
Initiates recognition; performed following loading of model bank, lexicon, and grammar.
Parameter | Description |
---|---|
aResultSet | A reference where the recognition result is set. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | Record | ( | TTimeIntervalMicroSeconds32 | aRecordTime | ) |
Records the user utterance for training and recognition.
Parameter | Description |
---|---|
aRecordTime | The recording time in microseconds. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | RemoveGrammar | ( | TGrammarID | aGrammarID | ) |
Removes the specified grammar from the permanent storage.
Removing a grammar will remove all rules within the grammar.
Parameter | Description |
---|---|
aGrammarID | The grammar ID. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | RemoveLexicon | ( | TLexiconID | aLexiconID | ) |
Removes the specified lexicon from the permanent storage.
Removing a lexicon will remove all pronunciations within the lexicon.
Parameter | Description |
---|---|
aLexiconID | The lexicon ID. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | RemoveModel | ( | TModelBankID | aModelBankID, |
TModelID | aModelID | |||
) |
Removes the specified model from the specified model bank permanently.
Parameter | Description |
---|---|
aModelBankID | The model bank ID. |
aModelID | The model ID. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | RemoveModelBank | ( | TModelBankID | aModelBankID | ) |
Removes the specified model bank from the permanent storage.
Removing a model bank will remove all models within the model bank.
Parameter | Description |
---|---|
aModelBankID | The model bank ID. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | RemovePronunciation | ( | TLexiconID | aLexiconID, |
TPronunciationID | aPronunciationID | |||
) |
Removes the specified pronunciation from the specified lexicon permanently.
Parameter | Description |
---|---|
aLexiconID | The lexicon ID. |
aPronunciationID | The pronunciation ID. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | RemoveRule | ( | TGrammarID | aGrammarID, |
TRuleID | aRuleID | |||
) |
Removes the specified rule from the specified grammar permanently.
Parameter | Description |
---|---|
aGrammarID | The grammar ID. |
aRuleID | The rule ID. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | StartRecSession | ( | TRecognitionMode | aMode | ) |
Starts a new recognition session.
Parameter | Description |
---|---|
aMode | The recognition mode. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | Train | ( | TModelBankID | aModelBankID, |
TModelID & | aModelID | |||
) |
Trains a new model into the specified model bank.
Parameter | Description |
---|---|
aModelBankID | The model bank ID. |
aModelID | The reference to where a new model ID is assigned. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.
IMPORT_C TInt | UnloadRule | ( | TGrammarID | aGrammarID, |
TRuleID | aRuleID | |||
) |
Unloads the specified rule from the specified grammar in temporary memory, previously loaded with LoadGrammarL(). The rule in the permanent storage remains intact.
Parameter | Description |
---|---|
aGrammarID | The grammar ID. |
aRuleID | The rule ID. |
Returns: An error code indicating if the function call was successful. KErrNone on success, otherwise another of the system-wide error codes.