Function


nuVrsCheckWord(Macro)

Syntax: 
s32 nuVrsCheckWord(u8* word)
Argument: 
word   Word to be checked
Return Value: 
Error
Description: 

Checks if word can be stored

Checks whether or not the word specified by "word" can be stored in the Voice Recognition System.

This function defines the osVoiceCheckWord macro.

Error

CONT_ERR_VOICE_WORD This word cannot be stored in the voice recognition dictionary.

Reference: osVoiceCheckWord