BACK TO LIST

Syntax:

VA1.Consider_this_Vocabulary_to_Add = Location Path

Details :

This specifies the location of the file with its name without *.SAY, which holds the crucial information of the user speech model.

Example :

Private Sub NowStartSpeechWork()

VoiceAction 1.....

:

:

:

VoiceAction1.Consider_this_Vocabulary_to_Add = "C:\MyVoice\My1"

End Sub

BACK TO LIST